I am trying to boot imx 8m plus from SPI Nand flash.
From i.MX 8M Plus Applications Processor Reference Manual(IMX8MPRM), Chapter 6, it states that boot ROM supports "Serial NAND Flash via FlexSPI". Other than the document above, there is no instructions on how we put uboot into flash (using qspi for flexspi nand in uuu ???).
I tried burning uboot into flash directly using external burner, modify uboot to recognize SPI NAND and use mtd to copy image into flash, but still with no luck, SOC dose not boot.
Note: We already changed Boot MODE PIN to FLEXSPI Serial NAND -2k page "1 0 1 0".
If IMX 8m plus does support serial nand boot, what kind of image should i build and how do I boot it?