X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/4d2daea0fa9e761d34a191c4404c970722e893d9..2c6ade7a8a066959e735f699b320c24c6a8c58c0:/index.html diff --git a/index.html b/index.html index 9786a28..b2628cd 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

About

When using XILINX JTAG software like Impact, Chipscope and XMD - on Linux, the proprietary kernel windrvr module from Jungo + on Linux, the proprietary kernel module windrvr from Jungo is needed to access the parallel- or usb-cable. As this module does not work with current linux kernel versions (> 2.6.18) a library was developed, which emulates the module in userspace and allows the tools to access the JTAG cable without the need @@ -23,6 +23,10 @@ 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.

@@ -31,10 +35,19 @@ + These cables should work but have not yet been tested: +

Supported Software

The following software is reported to work with this driver: @@ -47,14 +60,17 @@
  • ChipScope Pro 9.1.03i
  • ChipScope Pro 9.1.02i
  • ChipScope Pro 8.2.04i
  • +
  • EDK 9.1.01i
  • EDK 8.2.02i
  • +
  • EDK 8.1.02i
  • Download

    Links


    - Michael Gernoth, $Id: index.html,v 1.6 2007-04-07 15:36:55 michael Exp $ + Michael Gernoth