linaro-pkg team mailing list archive
-
linaro-pkg team
-
Mailing list archive
-
Message #01346
[Bug 880859] Re: U-Boot boot script doesn't work on Versatile Express
Do we care about u-boot for vexpress anymore?
** Changed in: u-boot-linaro
Importance: Undecided => Low
--
You received this bug notification because you are a member of Linaro
Maintainers, which is the registrant for Linaro U-Boot.
https://bugs.launchpad.net/bugs/880859
Title:
U-Boot boot script doesn't work on Versatile Express
Status in Linaro ARM Landing Team Project:
Fix Released
Status in Linaro U-Boot:
New
Bug description:
U-Boot for Versatile Express doesn't try and boot from the boot script (boot.scr) in the boot partition, this should be fixed.
Also, even when running this script by hand booting fails. This may be because linaro-media-create uses double quotes (") in the script and our U-Boot versions doesn't understand this?
For the record, to manually configure U-Boot to boot from MMC, the
following environment variables can be used:
setenv bootargs 'root=/dev/mmcblk0p2 ro console=ttyAMA0,38400n8 mem=1024M ip=dhcp clcd=xvga rootwait mmci.fmax=4000000'
setenv bootload 'mmc rescan; fatload mmc 0:1 0x60000000 uImage; fatload mmc 0:1 0x62000000 uInitrd'
setenv bootcmd 'run bootload; bootm 0x60000000 0x62000000'
run bootcmd
To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-landing-team-arm/+bug/880859/+subscriptions