* Rick Thomas <rbthoma...@pobox.com> [2009-05-20 19:18]:
> How do I inform the boot firmware which USB mass storage device it
> should boot from?

If you look at bootcmd_usb you'll see something like "ext2load usb
0:1".  0:1 defines the device and partition.

Unfortunately, I don't know whether you can force any consistent
device naming in u-boot.  I suppose you could run:
 ext2load usb 0:1 ....
 ext2load usb 1:1 ....
and in some cases the first command would fail and then the second
would succeed (or the other way around).
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to