[meta-freescale] Unable to get u-boot running on i.MX6 SABRE for Smart Devices Eval Board

Eric Bénard eric at eukrea.com
Tue Nov 4 16:23:36 PST 2014


Hi Guillaume,

Le Tue, 4 Nov 2014 17:44:08 -0500,
"Guillaume Fournier" <gfournier at brioconcept.com> a écrit :
>         <CMD state="Updater" type="push" body="send"
> file="axion/u-boot.bin">Sending u-boot.bin</CMD>
>         <CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk1
> bs=1k seek=1 skip=1 conv=fsync">write u-boot.bin to sd card</CMD>

-> seek & skip is wrong with u-boot.imx you should use with
u-boot-fslc : you only need seek=1

.../...

> 6) Copied u-boot.bin from Linux box ~/axion-dev/u-boot-fslc to Windows box
> {INSTALL_FOLDER}\Profiles\MX6DL Linux Update\OS Firmware\axion

--> I think you should take u-boot.imx and not u-boot.bin

a far simpler way if you have a SD slot on your Linux host should be :
dd if=u-boot.imx of=/dev/mmcblk0 conv=notrunc seek=2 bs=512
replace mmcblk0 by the right device (and take care to not erase your
hard drive ;-)

Eric


More information about the meta-freescale mailing list