X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/b9423a5343fe94b8db9aca1fff6fcd1de9dd7088..7b219d308d74d4ab41643207b0ee37fb2dbbe632:/index.html
diff --git a/index.html b/index.html
index 46b7705..14a3f9a 100644
--- a/index.html
+++ b/index.html
@@ -30,14 +30,39 @@
The library is called libusb-driver as it was developed to support the USB cable, but later
extended to also support parallel cables.
+ News
+
+ - 2008-03-26: Xilinx has released their own drivers based on libusb with ISE Design Suite 10.1.
+ To use them, you need to set the environment-variable XIL_IMPACT_USE_LIBUSB to 1
+ before running the tools. The driver on this page no longer needs to be preloaded if you only used
+ it to access USB cables. Parallel port support still seems to rely on windrvr, which can be
+ emulated by libusb-driver.
+
Using 32-bit ISE 10.1 on a 64-bit platform: When using the 32-bit JTAG tools from ISE Design
+ Suite 10.1 on a 64-bit machine, the tools will not connect to the cable but output the following
+ error: Cable operation is not supported when running the 32-bit version of the application on a
+ 64-bit platform.
+ To fix this, run the tools with linux32 or preload the newest 32-bit version of
+ libusb-driver. This will lead the tools to believe that they are running on a 32-bit
+ platform and allows them to connect to the cable.
+
+ - 2009-05-31: ISE Design Suite 11.1 now uses their libusb based drivers as default, without
+ the need to set XIL_IMPACT_USE_LIBUSB. If you want to use this driver with ISE 11.1 for USB
+ cables and disable the builtin support for libusb, you now have to set XIL_IMPACT_USE_LIBUSB
+ to 0 (export XIL_IMPACT_USE_LIBUSB=0 or setenv XIL_IMPACT_USE_LIBUSB 0).
+ For parallel cables Xilinx still relies on windrvr. This library works fine with parallel cables and
+ ISE 11.1 with no need for windrvr.
+
+
Supported Cables
The following cables are reported to work with this driver:
+ - XILINX Platform Cable USB II
- XILINX Platform Cable USB DLC9, DLC9LP and DLC9G
- Integrated Platform Cable USB on Spartan 3E starter kit
- Integrated Platform Cable USB on Spartan 3A starter kit
- Integrated Platform Cable USB on XUP-V2Pro
- XILINX Parallel Cable IV (in Parallel Cable III compatibility mode)
+ - FCPU-X platform cable (XILINX Platform Cable USB clone)
- Enterpoint Prog2 Parallel Cable III clone
- Trenz TE0149-01 Parallel Cable III clone
- Digilent JTAG3 Parallel Cable III clone
@@ -52,13 +77,17 @@
Supported Software
The following software is reported to work with this driver:
+ - ISE Webpack 11.1
+ - ISE Webpack 10.1
- ISE Webpack 9.2 SP1, SP2, SP3 and SP4
- ISE Webpack 9.1 SP1, SP2 and SP3
- ISE Webpack 8.2 SP3
- ISE Webpack 8.1 SP3
+ - ChipScope Pro 10.1
- ChipScope Pro 9.2.01i, 9.2.02i, 9.2.03i and 9.2.04i
- ChipScope Pro 9.1.02i and 9.1.03i
- ChipScope Pro 8.2.04i
+ - EDK 10.1
- EDK 9.2.01i and 9.2.02i
- EDK 9.1.01i and 9.1.02i
- EDK 8.2.02i
@@ -84,6 +113,7 @@
- XUP by inisyn research, opensource JTAG programming for Spartan 3E starter kit USB cable
- USB JTAG adapter by Kolja Waschk, opensource integration of the XILINX platform cable USB into OpenOCD and openwince JTAG Tools
- Spartan3 JTAG download tools for GNU/Linux (xc3sprog)
+ - UrJTAG, open source jtag tools with basic support for the xilinx XPCU
Michael Gernoth