The bootup process gave the uSD card priority over eMMC. This is certainly handy for most use cases, but how does one change this selection / priority process, should you only want eMMC to be used by default.
The default uSD option (no. 4 shown in the list), did not behave as expected. It still copied the image across to the eMMC. How did this happen?
u-boot currently scans for extlinux.conf… If you want u-boot to ignore the microSD, make sure this path/file doesn’t exist in the first partition /extlinux/extlinux.conf…
Or, just remove microSD…
That’s normal, yes i need to reword the menu option on the flasher image. For background, the ‘flasher’ and ‘normal’ images are the same, except for the finalization script running ‘sed’ on /extlinux/extlinux.conf to convert it before upload to our servers…