Except that at the moment the hwpack doesn't contain UEFI, so if Linaro U-Boot doesn't work, then the Ubuntu image won't have a working bootloader. And even if we move over to UEFI, that doesn't seem to work reliably yet..
Android builds U-Boot out of my personal branch which is a fork and hacked up version I made some time ago, and that does work for all CoreTiles. So I guess we can point people at that if they want a working bootloader. -- 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 -- Mailing list: https://launchpad.net/~linaro-pkg Post to : [email protected] Unsubscribe : https://launchpad.net/~linaro-pkg More help : https://help.launchpad.net/ListHelp

