I am trying to flash the prebuilt demo image of Android (android-14.0.0_2.2.0_image_8qmek) using the command: sudo ./uuu_imx_android_flash.sh -f imx8qxp -a -e -u trusty-dual and I am getting the error: [HID(W): LIBUSB_ERROR_IO (-1) ] SDPS: boot -f u-boot-imx8qxp-mek-uuu.imx1500
The full output of the above command is:
This script is validated with uuu 1.5.179 version, it is recommended to align with this version.
sed: 1: ":a;N;$!ba;s/\n//g": unused label 'a;N;$!ba;s/\n//g'
dtbo is supported
dual slot is supported
generate lines to flash spl-imx8qxp-trusty-dual.bin to the partition of bootloader0
generate lines to flash partition-table-dual.img to the partition of gpt
generate lines to flash bootloader-imx8qxp-trusty-dual.img to the partition of bootloader_a
generate lines to flash dtbo-imx8qxp.img to the partition of dtbo_a
generate lines to flash boot.img to the partition of boot_a
generate lines to flash system.img to the partition of system_a
generate lines to flash vendor.img to the partition of vendor_a
generate lines to flash product.img to the partition of product_a
generate lines to flash vbmeta-imx8qxp.img to the partition of vbmeta_a
uuu script generated, start to invoke uuu with the generated uuu script
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.191-0-g6c2141e
Success 0 Failure 1
0:13-120F600 1/ 1 [HID(W): LIBUSB_ERROR_IO (-1) ] SDPS: boot -f u-boot-imx8qxp-mek-uuu.imx1500
The board is in download mode (set the pins of SW2 to 1000).
The command uuu -lsusb shows the device as being connected:
Connected Known USB Devices
Path Chip Pro Vid Pid BcdVersion Serial_no
====================================================================
0:13 MX8QXP SDPS: 0x1FC9 0x012F 0x0004 XXXXX
uuu version is: uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.191-0-g6c2141e.
The board is brand new, and the device boots from the SD card bundled with it. It is Rev C0 according to U-Boot SPL:
CPU: Freescale i.MX8QXP revC A35 at 1200 MHz at 27C
Model: Freescale i.MX8OXP MEK
Board: iMX8QXР МЕК
Any help or suggestions are more than welcome!
TIA!