[U-Boot] Wandboard SPL boot failed

Peter Robinson pbrobinson at gmail.com
Wed Jun 24 11:32:01 CEST 2015


> I'm build last u-boot for Wandoard device.
> After prepare SD-card with SPL and u-boot.img
> my device Wandboard Quad rev.B1 not boot.
>
> In console only one line:
> U-Boot SPL 2015.07-rc2-00133-g325849f-dirty (Jun 23 2015 - 20:54:12)

It's worked fine for me on the same device just now

I wrote uboot out as follows:

dd if=SPL of=/dev/mmcblk0 seek=1 bs=1k
dd if=u-boot.img of=/dev/mmcblk0  bs=1k seek=69 conv=fsync; sync


More information about the U-Boot mailing list