Quote:
Originally Posted by geekmaster
The driver is called libusb-win32. You can talk to the device in that mode with the Advanced Tool Kit, which you can download at freescale.com. It is the "equivalent" to USB Downloader mode on the newer kindles, but a different VID/PID.
|
I'm looking in "windriver" folder of the Advance Toolkit. There's a mx35.inf that matches the VID/PID:
Code:
mx35.inf VID_15A2 PID_0030
that should be installed by invoking this command:
Code:
wdreg_gui.exe -inf mx35.inf install
But, unfortunately it says:
Code:
Can not run an x86 build of this utility on x64 platform.
Initializing driver failed.
Maybe I should try a 32 bit Windows XP in VMWare.