Hi all,
I'm having trouble getting started using the i.MX 8M Plus EVK with QSPI NOR.
I've found instructions on how to flash the 8M Mini using "uuu -b qspi firmware.bin", but this doesn't appear to work on
My EVK seems to have come with a boot image loaded into the NOR flash:
u-boot=> sf probe
SF: Detected n25q256ax1 with page size 256 Bytes, erase size 4 KiB, total 32 MiB
u-boot=> sf read $loadaddr 0 0x100
device 0 offset 0x0, size 0x100
SF: 256 bytes @ 0x0 Read: OK
u-boot=> md $loadaddr
40400000: 412000d1 007e1000 0005fc00 00000000 .. A..~.........
40400010: 007e0fe0 007e0fc0 0080b7c0 00000000 ..~...~.........
40400020: 007e0bc0 0002cc00 00000000 00000000 ..~.............
40400030: 00000000 00000000 00000000 00000000 ................
40400040: 1400000a d503201f 40200000 00000000 ..... .... @....
Is there an app note regarding how to flash and start the M7 with code in QSPI?