|
Have there been any uboot updates?
Specifically, I'd like to see a new uboot version that first prioritizes external booting, then falling back to on-board device booting, such as:
boot priority:
1. usb
2. uSD
3. eMMC
4. SPI
5. network
This would make it extremely easy to re-flash onboard media with the appropriate external media, while providing many boot options by default. For instance, OpenWrt could be flashed to SPI, while Android is flashed to eMMC, and linux can boot from uSD or usb. This way even if one media is unavailable or corrupted, uboot could try the next device until a bootable device is found.
|
|