11-27-2019, 09:38 PM
(11-27-2019, 08:43 PM)pcm720 Wrote:(11-27-2019, 08:33 PM)Arglebargle Wrote: What order is U-Boot configured to check devices for extlinux.conf/boot scripts? If you haven't already could you set it so that it looks for a boot script/config from SD > NVMe > eMMC ?
I'm writing install scripts for the Ubuntu images to make the process less error-prone and it'd be hugely helpful if we could get as many of the PBP U-Boot boot orders aligned so that they do roughly what most users expect when they pop an SD card in to boot.
Thanks for working on this, apologies for immediately piling on and asking for more.
Right now, it's set to boot from NVMe first, then SD, then eMMC.
I suppose prioritizing SD makes sense. I'll change that as soon as I have the time.
Thanks! That'll help keep users out of trouble when they manage to mangle something and need to rescue the system from an sd card.