imx-mkimage source code branch is: lf-6.6.3_1.0.0
iMX8MP imx-mkimage build flash.bin, had below error:
make SOC=iMX8MP flash_ddr4_evk, log is:
Compiling mkimage_imx8
Line30
PLAT=imx8mp HDMI=no
Compiling mkimage_imx8
cc -O2 -Wall -std=c99 -static ../iMX8M/mkimage_imx8.c -o mkimage_imx8 -lz
make[1]: *** No rule to make target 'u-boot-spl.bin', needed by 'u-boot-spl-ddr4.bin'. Stop.
make: *** [Makefile:27: flash_ddr4_evk] Error 2
How can I solve it?
Thanks!