mfgtools
mfgtools copied to clipboard
Unable to flash dev kit on Windows with isolated USB interface
Hello,
I am observing an issue while flashing my custom PCBA (iMX8M Mini SoM) using UUU tool on Windows. My PCBA has an isolated USB interface.
Let me briefly describe when the issue occurs:
- UUU Starts build-in iMX8 loader (HID)
- Uploads My FW bootloader into iMX8 RAM
- Restarts with My bootloader -> windows detects new fastboot device in device manager
==> WinUSB driver fails to start & recognize the device

This issue on Windows is not reproducible using dev kit that has the USB interface NOT isolated The issue is not reproducible on Linux (using my PCBA with isolated USB)
Feel free to revert for any details. Thanks in advance.
Look like WCID have not work. You use https://zadig.akeo.ie/ to install winusb driver manually.
Hi @nxpfrankli ! Thank you for the suggestion! I should have specified that I'm using Windows 10.
I have tried a couple of drivers using the tool you suggest, but none of them worked for me.
Could you suggest a particular driver version or an alternative workaround?
Thank you in advance!
It is not relate version. I look at your screen shot again. winusb driver already loaded and configuration success. Look like something block it.
That is correct. I assume that the USB isolation does not allow Windows driver to communicate with device.
What is interesting - this issue is not reproducible with my device on Linux.