Parallel Programming System for i.MX93 Processors

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Parallel Programming System for i.MX93 Processors

44 Views
Aslam_CS
Fresh Out Contributor

I am using a imx93 processor i need to program two boards at a time. But whenever i try that on of the boards get an HID(W) error and others flashing gets completed successfully.

uu.exe -m 1:10 -b uuu-xxxxxx.flash

uu.exe -m 1:7 -b uuu-xxxxxx.flash

Even when i specify the path(1:10,1:7) i get the same error.
Please guide.

0 Kudos
Reply
1 Reply

25 Views
JorgeCas
NXP TechSupport
NXP TechSupport

Hello,

Please try to run the next command:

uuu -d -m 1:7 -m 1:10 uuu-xxxxxx.flash

What do yo get with:

uuu -lsusb

Please make sure that you are using the correct port according to the enumeration.

Best regards.

 

0 Kudos
Reply