Hello,
I'm trying to deploy an AHAB image onto my custom board embedding an i.MX93.
I am following this user guide and have reached the step Image Download step.
Unfortunately, `UUU` appears to be failing:
```
$ nxpuuu -vv -us F06FBE4B3F6142C2 write -f mimx9352 -b emmc ahab_image.bin
spsdk.exceptions.SPSDKError: SPSDK: run_script: returned with exit code -1 and status 0.
```
The same thing happens if I try to run `nxpuuu` with the following script:
```
uuu_version 1.2.39
SDPS: boot -f "ahab_image.bin"
```
If I now try with `uuu` instead, I get a LIBUSB error:
```
3:534-F06FBE 1/ 1 [HID(W): LIBUSB_ERROR_IO (-1) ] SDPS: boot -f "ahab_image.bin"
```
However, the same commands with a different, non-AHAB image, succeed:
```
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.201-0-g727fc2b
Success 0 Failure 0
3:534-F06FBE 1/ 1 [=================100%=================] SDPS: boot -f "imx-boot-imx93.bin-flash_singleboot"
```