- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Core
- Operating System Release 1 (Zaxxon)
- Severity High
- Reported Version Hotfix 5
Attached to Project: OpenPandora Main OS
Opened by Matt Lewis - 30.03.2011
Last edited by John Willis - 18.01.2012
Opened by Matt Lewis - 30.03.2011
Last edited by John Willis - 18.01.2012
FS#226 - Boot from /dev/sda devices requested
Boot from usb hard disk not supported. This should be a rather simple fix of adding the sdx devices and adjust the boot scripts??
I was able to put this autoboot.txt on mmc 0:1
setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
ext2load sda 0:1 0x80300000 /boot/uImage
bootm 0x80300000
This failed with amongst other things "Block device sda 0 not supported" and something about failing to load kernel
So I then changed the autoboot file to this
setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
ext2load mmc 0:3 0x80300000 /boot/uImage
bootm 0x80300000
All this did was die after the kernel loaded.
I believe I could much better make use of this device if I could boot from some faster storage, please advise :)
Closed by John Willis
18.01.2012 11:22
Reason for closing: Won't implement
Additional comments about closing: Adding USB host boot support directly to U-Boot has proved to be very troublesome. We looked extensively at doing this however our compromise solution was to support the boot and autoboot files. Currently the best solution is to use the working autoboot.txt as suggested by Matt Lewis. The rootdelay may be shortened a little depending on the USB HDD (some take more time to settle than others). I would suggest this is moved to the Wiki http://pandorawiki.org/ as a tip for booting off USB and closed as an issue report. Regards, John Willis
18.01.2012 11:22
Reason for closing: Won't implement
Additional comments about closing: Adding USB host boot support directly to U-Boot has proved to be very troublesome. We looked extensively at doing this however our compromise solution was to support the boot and autoboot files. Currently the best solution is to use the working autoboot.txt as suggested by Matt Lewis. The rootdelay may be shortened a little depending on the USB HDD (some take more time to settle than others). I would suggest this is moved to the Wiki http://pandorawiki.org/ as a tip for booting off USB and closed as an issue report. Regards, John Willis