Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC

2018-06-02 Thread Andrew Lunn
On Sat, Jun 02, 2018 at 09:48:47PM +0300, Timo Jyrinki wrote: > 2018-06-02 18:55 GMT+03:00 Ian Campbell : > > You need to append a dtb and then encode in u-boot's uImage format. > > e.g. > > > >cat arch/arm/boot/zImage arch/arm/boot/dts/kirkwood-ts419-6281.dtb > x > >sudo mkimage -A arm -T

Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC

2018-06-02 Thread Timo Jyrinki
2018-06-02 18:55 GMT+03:00 Ian Campbell : > You need to append a dtb and then encode in u-boot's uImage format. > e.g. > >cat arch/arm/boot/zImage arch/arm/boot/dts/kirkwood-ts419-6281.dtb > x >sudo mkimage -A arm -T kernel -O linux -C none -a 0x8000 -e 0x8000 -d x > uImage Thank you! Now

Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC

2018-06-02 Thread Ian Campbell
On Sat, 2018-06-02 at 16:55 +0100, Ian Campbell wrote: > On Sat, 2018-06-02 at 15:36 +0300, Timo Jyrinki wrote: > > 2018-05-28 19:00 GMT+03:00 Andrew Lunn : > > > Could you try changing "Memory split" to "3G/1G user/kernel split > > (for > > > full 1G low memory)". You should then see that the lowm

Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC

2018-06-02 Thread Ian Campbell
On Sat, 2018-06-02 at 15:36 +0300, Timo Jyrinki wrote: > 2018-05-28 19:00 GMT+03:00 Andrew Lunn : > > Could you try changing "Memory split" to "3G/1G user/kernel split > (for > > full 1G low memory)". You should then see that the lowmem in the > > Virtual kernel memory layout table goes from starti

Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC

2018-06-02 Thread Timo Jyrinki
2018-05-28 19:00 GMT+03:00 Andrew Lunn : > Could you try changing "Memory split" to "3G/1G user/kernel split (for > full 1G low memory)". You should then see that the lowmem in the > Virtual kernel memory layout table goes from starting at 0xc000 to > starting at 0xB000. I hope it will then