Hi Community,
We are trying to boot iMX8mm board from ECSPI2 spi nor flash.
We have burnt efuse for ECSPI2 and it was programmed correctly.
We are using SD pre-built image for ECSPI2 boot.
Boot flow stops at SPL; error message says that
SPL: "Unsupported boot device"
SPL : "Failed to boot from all boot devices"
We tried with all prebuilt binaries and custom uboot images in which SPL SPI-NOR interface is enabled in configurations.
But "EXCEPT SD PRE-BUILT BINARY, NO OTHER IMAGE IS SHOWING CONSOLE PRINTS"
So, I would like to understand:
1) Why any other image is not even able to load SPL?
2) What is SPL expecting here?
3) How can I let SPL know that it has to look at ECSPI2 interface for the uboot main app binary? (we tried customize uboot from wayland distro and standalone uboot but nothing shows up on console except SD prebuilt image)
Best
Lakshmi