View Single Post
Old 06-24-2012, 09:22 AM   #80
wlaf
Enthusiast
wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.wlaf writes the songs that make the whole world sing.
 
wlaf's Avatar
 
Posts: 44
Karma: 40820
Join Date: Jun 2012
Device: Kindle 3 WIFI
Quote:
Originally Posted by geekmaster View Post
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.

Last edited by wlaf; 06-24-2012 at 09:28 AM.
wlaf is offline   Reply With Quote