12-05-2021, 09:45 AM
From ameridroid, emmc are not that expensive
Booting from nvme requires uboot on emmc or sd (or SPI, not recommended)
To explain, there are 2 different and separate boots, boot ROM in cpu
searches SPI, emmc, sd for idbloader (and NOT nvme)
idbloader loads uboot which has its own and different search order for OS (which may include nvme)
An example
boot_targets=mmc1 usb0 nvme0 mmc0 pxe dhcp sf0 ....(mmc1=sd)
Booting from nvme requires uboot on emmc or sd (or SPI, not recommended)
To explain, there are 2 different and separate boots, boot ROM in cpu
searches SPI, emmc, sd for idbloader (and NOT nvme)
idbloader loads uboot which has its own and different search order for OS (which may include nvme)
An example
boot_targets=mmc1 usb0 nvme0 mmc0 pxe dhcp sf0 ....(mmc1=sd)