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
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
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
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
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
5 matches
Mail list logo