[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OpernRD "Ultimate" with two USB hard disks. How to tell uboot which one to boot from?



On Sun, Aug 12, 2012 at 01:08:41AM +0000, Clint Adams wrote:
> On Sat, Aug 11, 2012 at 05:45:00PM -0700, Rick Thomas wrote:
> > How can I make sure that uboot will always use the system disk?
> 
> You could check both drives for the uImage etc. files and boot
> the first match.

Or, assuming booting from the data disk will just fail, do something
like
    setenv bootcmd "${bootusb0}; ${bootusb1}"
    setenv bootusb0 ...
    setenv bootusb1 ...

-- 
Eric Cooper             e c c @ c m u . e d u


Reply to: