[Buildroot] [PATCH 6/9] olimex_a20_olinuxino_micro: update to use genimage

Peter Korsgaard peter at korsgaard.com
Wed Feb 24 22:42:56 UTC 2016


>>>>> "Luca" == Luca Ceresoli <luca at lucaceresoli.net> writes:

 > Hi Peter,

>> What about the dtb file? The other Allwinner based boards store this in
 >> a first vfat partition.

 > U-Boot grabs it from the /boot directory on the ext4 partition:

 > $ cat board/olimex/a20_olinuxino/boot.cmd
 > setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
 > ext4load mmc 0 0x49000000 /boot/${fdtfile}
 > ext4load mmc 0 0x46000000 /boot/zImage
 > env set fdt_high ffffffff
 > bootz 0x46000000 - 0x49000000
 > $

 > This behaviour has always been in place for the A20 OLinuXino series.
 > This patch does not change how these boards boot, it just automates
 > the manual writing instructions with genimage.

Ahh, I missed that - Thanks.

-- 
Venlig hilsen,
Peter Korsgaard 



More information about the buildroot mailing list