Hi,
I'm following User guide for building yocto image for imx93 evk: https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf
Build pass properly but I have an issues with flashing. I'm trying following way:
sudo ./uuu -b emmc_all imx-boot "imx-image-multimedia-imx93evk.wic"
[sudo] password for marek:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 0 Failure 1
1:3 1/ 1 [HID(W):LIBUSB_ERROR_IO ] SDPS: boot -scanterm -f imx-boot -scanlimited 0x800000
And also I've tried this way: (using imx-boot-imx93evk-sd.bin-flash_singleboot instead of imx-boot) I got the same result as above.
Also tried it this way:
./uuu -b emmc_all imx-image-multimedia-imx93evk.wic
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 0 Failure 1
1:3 1/ 1 [HID(W):LIBUSB_ERROR_IO ] SDPS: boot -scanterm -f test-image-multimedia-imx93evk.wic -scanlimited 0x800000
When use precompiled imx-boot I can successfully flash and boot board. I'm using latest commit in repo.
已解决! 转到解答。
In the deploy folder, the new built image should be like this :
imx-image-multimedia-imx93evk-20231117082311.rootfs.wic.zst
Then use the uuu command:
uuu -b emmc_all imx-image-multimedia-imx93evk-20231117082311.rootfs.wic.zst
Same issue:
sudo ./uuu -b emmc_all fsl-image-qt6-validation-imx-imx93evk.wic.zst
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 0 Failure 1
1:3 1/ 1 [HID(W):LIBUSB_ERROR_IO ] SDPS: boot -scanterm -f fsl-image-qt6-validation-imx-imx93evk.wic.zst/* -scanlimited 0x800000
Segmentation fault (core dumped)