Hi,
I can build the WIC file for the i.MX93 EVK using Yocto. I am trying now to build the flash.bin (u-boot) file for the same platform outside Yocto. Can anyone point out where to find the imx-mkimage sources that will include support for iMX9?
I am able to build successfully the u-boot.bin and related artifacts using u-boot source tree (https://github.com/u-boot/u-boot.git) with these commands:
make imx93_11x11_evk_defconfig
make
However, I am getting a Makefile errors when I try building the flash.bin:
make flash.bin
...
make[1]: *** No rule to make target 'u-boot.cnt'. Stop.
make: *** [Makefile:1520: u-boot.cnt] Error 2
Any idea how to build a single flash.bin, with no Yocto support, so it can be deployed to an eMMC or an SD.
Any input appreciated.
Thanks!