U-boot setup for Compulab's Utilite
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setup-usb-boot-utilite.uboot 437B

6 years ago
1234
  1. bootcmd=run setupmmcboot;mmc dev ${storagedev};if mmc rescan; then run trybootsrz;fi;run setupusbboot;if usb start; then if run loadscript; then run bootscript;else run usbbootargs;if run loadkernel; then run doboot;else setenv bootargs;fi;fi;fi; run setupsataboot;if sata init; then run trybootsmz;fi;run setupnandboot;run nandboot;
  2. usbroot=/dev/sdb2
  3. usbrootdelay=1
  4. usbbootargs=setenv bootargs root=${usbroot} rootdelay=${usbrootdelay}