I wrote images to i.MX 8M Plus EVK with UUU.
However, UUU does not return after writing images.
My procedures is here.
1. Build image with "Linux 5.15.32_2.0.0" according to i.MX Yocto Project User's Guide(Rev. LF5.15.32_2.0.0 — 12 July 2022)
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml
2. After build, write images(.bin-flash_evk and .wic.bz2) to EVK using the following command.
sudo ./uuu -b emmc_all imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk imx-image-full-imx8mp-lpddr4-evk.wic.bz2
3. The following message shown and stop writting images. UUU did not return after writing .bin-flash_evk and .wic.bz2 was not written to EVK.
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.165-0-ge10b026
Success 0 Failure 0
1:8 1/ 1 [=================100%=================] SDPS: boot -scanterm -f /<path>/imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk
What should I do.
Best regards.
tanoue.