Our carrier board design requires to be able to boot (u-boot included) from SD as a recovery precaution and I guess the proper way is to use the recovery pin available on the module.
In my understanding, the recovery pin is expected to trigger the Serial Downloader boot in the iMX8M ,so, I expect to be able to use the “SDMMC manufacture mode”. I also checked the DISABLE_SDMMC_MFG which seems still in default 0 value:
Verdin iMX8MM # md.l 0x30350490 1
30350490: 00000000 ....
When I power on the module (SD inserted, Recovery pressed, USB OTD disconnected) seems that nothis is loaded from the SD.
I’m using an SD Image geneated by Yocto wich seems to have a proper IVT and a proper u-boot. As a last resort before posting I also copied the eMMC first 4MB into the SD, but still nothing on the u-boot console.
When I boot from the eMMC everything is ok.