My CPU happens to be the i.MX6ULL.
If I write fuses, and want the fuses to take effect, I do a reset command in U-Boot.
I then want to boot U-Boot again with my new fuse settings.
If I do that, I have to start a new uuu execution because uuu exits with an error.
In the uuu.auto script I do:
FB: ucmd reset
Then I would like to do:
SDP: boot -f u-boot-image2.imx
Is there a way to tell UUU to wait for the USB bus to come up again, rather then getting an error and exiting?
Here is the output:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a
Success 0 Failure 1
1:12 3/ 4 [Bulk(R):LIBUSB_ERROR_PIPE ] FB: ucmd reset
After uuu exits, and the USB bus comes back, I can start uuu again and it works, but it would be nice if uuu could get past this error and continue execution when the USB bus is restored.