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!
To build the target, some files that missed are necessary, here the one u-boot-spl.bin is required. The section <For i.MX 8M EVK, to build imx-boot image by using imx-mkimage, perform the following steps:> of IMX_LINUX_USERS_GUIDE.pdf provides steps and details for the target build.
Regards
Harvey
You are welcome, yes, that one is needed
Regards
Harvey