|
From: Xiaofan C. <xia...@gm...> - 2012-09-29 14:42:46
|
On Sat, Sep 29, 2012 at 9:25 PM, Sam Lefebvre <sam...@sa...> wrote: > Is there anybody who knows how I can get an Amontec jtagkey tiny up and > running on a 32 or 64bit windows pc with Win7? > > I did several trials but without success. > > I always have the message ‘jtag’ not found, while the drivers are > succesfully installed. > > Is it true that you may not use the original amontec drivers? > > Do anybody has a short hands-on for that? > > Every help is appreciated because I’m a bit stucked with an important > project. Try this binary and instruction for the driver installation. http://sourceforge.net/mailarchive/forum.php?thread_name=CAGjSPUDq6gNJumdt5PPD-92EUy_eDnBUgGk5Gw1dRFDdRXB0OA%40mail.gmail.com&forum_name=openocd-devel http://code.google.com/p/picusb/downloads/detail?name=openocd_0.6.0_mingw32.zip OpenOCD 0.6.0 Release date: 7 September 2012 build date: 22 September 2012 build system: Windows XP SP3 compiler: GCC 4.7.0 (MinGW.org), 32bit only Libraries used (32bit) libftdi-0.20 libusb-win32-1.2.6.0 libusbx-1.0.13 Build commands used: LDFLAGS="-lusb-1.0" ../configure --enable-ftdi \ --enable-ft2232_libftdi --enable-presto_libftdi --enable-stlink \ --enable-arm-jtag-ew --enable-jlink --enable-rlink \ --enable-usbprog --enable-vsllink --enable-usb_blaster_libftdi \ --enable-remote-bitbang --enable-vsllink --enable-ulink \ --enable-osbdm --enable-opendous \ --disable-shared --disable-werror Drive installation. 1) ST-Link V2: use the driver from ST (winusb based) 2) libusb-1.0 drivers are required for: - ST-LINK V1 - J-Link - FTDI FTx232 adapters when using config files from interface/ftdi/ subfolder (mpsse engine) You can install libusb-1.0 drivers using Zadig software from the libwdi project https://sourceforge.net/projects/libwdi/files/zadig/ You can choose to use winusb.sys, libusb0.sys, or libusbk.sys. In general, they should perform the same but Winusb.sys support in libusbx 1.0.13 may be more mature than libusb0.sys and libusbk.sys. For ST-Link V1 and J-Link, you may want to use the libusb-win32 filter driver since you can keep the existing vendor driver. For FTx232 adapters (USB composite device), you can not use the filter driver since libusbx 1.0.13 does not support the filter driver for USB Composite device. 3) Other USB JTAG debuggers including FTDI FTx232 adapters when not using config files from interface/ftdi/ subfolder (not using the new mpsse engine) Use Zadig to install libusb-win32 drivers (device driver or filter driver) -- Xiaofan |