Hi Harvey,
Thank you. I downloaded imx-mkimage branch lf-6.6.3_1.0.0 for github. However, the compilation shows an error due to ahab-container as below. Please help me to solve this issue. The untracked files are copied from the old imx-mkimage/iMX9 folder.
Thanks.
ubuntu@ubuntu:~/imx-yocto-bsp/GitHub_Make/imx-mkimage$ ls
iMX8DXL iMX8QM iMX8ULP iMX93 LICENSE mkimage_imx8 Readme.imx95 scripts
iMX8M iMX8QX iMX91 iMX95 Makefile README SCR-imx-mkimage.txt src
ubuntu@ubuntu:~/imx-yocto-bsp/GitHub_Make/imx-mkimage$ ls iMX93
bl31.bin lpddr4_dmem_1d_v202201.bin mx93a0-ahab-container.img tee.bin u-boot-spl.bin
boot-spl-container.img lpddr4_dmem_2d_v202201.bin scripts u-boot-atf-container.img u-boot-spl-ddr.bin
flash.bin lpddr4_imem_1d_v202201.bin signature.dts u-boot.bin
iMX93_3200Mbps.bin lpddr4_imem_2d_v202201.bin soc.mak u-boot-hash.bin
ubuntu@ubuntu:~/imx-yocto-bsp/GitHub_Make/imx-mkimage$ grep spinand iMX93/soc.mak
u-boot-atf-container-spinand.img: bl31.bin u-boot-hash.bin
-out u-boot-atf-container-spinand.img; \
-out u-boot-atf-container-spinand.img; \
-out u-boot-atf-container-spinand.img; \
flash_singleboot_spinand: $(MKIMG) $(AHAB_IMG) $(SPL_A55_IMG) u-boot-atf-container-spinand.img flash_fw.bin
$(call append_container,u-boot-atf-container-spinand.img,4)
flash_singleboot_spinand_fw: flash_fw.bin
ubuntu@ubuntu:~/imx-yocto-bsp/GitHub_Make/imx-mkimage$ make SOC=iMX93 flash_singleboot_spinand
include autobuild.mak
make[1]: *** No rule to make target 'mx93a1-ahab-container.img', needed by 'flash_singleboot_spinand'. Stop.
make: *** [Makefile:26: flash_singleboot_spinand] Error 2
ubuntu@ubuntu:~/imx-yocto-bsp/GitHub_Make/imx-mkimage$ git status
On branch lf-6.6.3_1.0.0
Your branch is up to date with 'origin/lf-6.6.3_1.0.0'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
iMX93/bl31.bin
iMX93/boot-spl-container.img
iMX93/flash.bin
iMX93/iMX93_3200Mbps.bin
iMX93/lpddr4_dmem_1d_v202201.bin
iMX93/lpddr4_dmem_2d_v202201.bin
iMX93/lpddr4_imem_1d_v202201.bin
iMX93/lpddr4_imem_2d_v202201.bin
iMX93/mx93a0-ahab-container.img
iMX93/tee.bin
iMX93/u-boot-atf-container.img
iMX93/u-boot-hash.bin
iMX93/u-boot-spl-ddr.bin
iMX93/u-boot-spl.bin
iMX93/u-boot.bin
mkimage_imx8
src/build_info.h
nothing added to commit but untracked files present (use "git add" to track)