[Arndale] u-boot default bootcmd is broken

Bug #1111120 reported by John Rigby
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro U-Boot
New
Undecided
Unassigned

Bug Description

The default boot command compiled into u-boot is:
mmc read 40007000 451 2000; bootm 40007000

It should be something like origen where is attempts to read boot.scr from a fat partition and then fall back to uImage.

Another issue is that env is in on board eMMC and the factory default bootcmd seems to be:
bootcmd=fatload mmc 0:2 0x40007000 uImage; fatload mmc 0:2 0x42000000 uInitrd; fatload mmc 0:2 0x41f00000 board.dtb; bootm 0x40007000 0x42000000 0x41f00000

So even if u-boot is fixed it still will not use the default env in u-boot.bin unless the env in eMMC is wiped first.

John Rigby (jcrigby)
summary: - [Arndale] u-boot env handling is broken
+ [Arndale] u-boot default bootcmd is broken
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.