Hi all,
I am creating a QSPI NOR Flash boot image for an i.MX8M nano EVK (8MNANOLPD4-EVK).
I set up the environment referring to "4.5.12 How to build U-Boot and Kernel in standalone environment" in the "i.MX Linux User's Guide."
I am having trouble with an error when I try to create an image.
Please let me know how to solve this problem.
+++++
$make SOC=iMX8MN DEV=flexspi flash_evk
Compiling mkimage_imx8
PLAT=imx8mn HDMI=no
Compiling mkimage_imx8
gcc -O2 -pipe -g -feliminate-unused-debug-types mkimage_imx8.c -o mkimage_imx8 -lz
31096+1 records in
31097+0 records out
124388 bytes (124 kB, 121 KiB) copied, 0.0279143 s, 4.5 MB/s
make[1]: *** No rule to make target 'fsl-imx8mn-evk.dtb', needed by 'u-boot.itb'. Stop.
make: *** [Makefile:23: flash_evk] Error 2
+++++
Best Regards,
Shinji