X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/2271fdf28fc22e1c62223f7da60ebb6e595784ad..c42237a305a64d46ed4fa4cf2c974abd09486be7:/index.html diff --git a/index.html b/index.html index 22c2f71..2f30dbf 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,12 @@

XILINX JTAG tools on Linux without proprietary kernel modules

+

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. +

About

When using XILINX JTAG software like Impact, Chipscope and XMD @@ -23,48 +29,64 @@ The USB cable is supported at full speed.

+ Experimental support for FTDI 2232 based devices has been added. They are seen by Impact as a Parallel + Cable III. These devices are currently significantly slower than every other supported cable. +

+

The library is called libusb-driver as it was developed to support the USB cable, but later extended to also support parallel cables.

Supported Cables

The following cables are reported to work with this driver: These cables should work but have not yet been tested:

Supported Software

The following software is reported to work with this driver:

Download

Links


- Michael Gernoth, $Id: index.html,v 1.10 2007-04-15 16:16:13 michael Exp $ + Michael Gernoth