I am trying to flash a .wic image to imx8mp using UUU tool in linux. The USB is detected correctly and I am already using sudo but still it shows the following error.
3:1 1/ 0 [Failure open usb device,Try sudo uuu ]
I am using following to command to flash the image
sudo uuu -b emmc_all imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk imx-image-core-imx8mp-lpddr4-evk.wic.zst*
Have you try like this?
uuu -b emmc_all imx-image-core-imx8mp-lpddr4-evk.wic.zst
Are you using i.MX8MP EVK?
Which version of ubuntu are you using? Please try to update the libusb.
Have you try to program the demo image using uuu.auto?
You could try newer release of uuu
https://github.com/nxp-imx/mfgtools/releases
Or you could try to use the Windows version (uuu.exe)