]> git.zerfleddert.de Git - usb-driver/blobdiff - index.html
add one supported and one untested cable
[usb-driver] / index.html
index 016119663f90baf69f7b9098accf5d4b4e79dd70..d005e9bb205eb7f861c54788880c3c05ab3b8d08 100644 (file)
@@ -5,10 +5,6 @@
        </HEAD>
        <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
                <H1>XILINX JTAG tools on Linux without proprietary kernel modules</H1>
-               <P><B>News</B> (<I>2008-03-26</I>): Xilinx is about to release their own drivers based on libusb.
-               They will be located at:
-               <A HREF="http://www.xilinx.com/support/answers/25249.htm">http://www.xilinx.com/support/answers/25249.htm</A>
-               </P>
                <H2>About</H2>
                <P>
                When using <a href="http://www.xilinx.com">XILINX</a> JTAG software like Impact, Chipscope and XMD
                The library is called <i>libusb-driver</i> as it was developed to support the USB cable, but later
                extended to also support parallel cables.
                </P>
+               <P><B>News</B> (<I>2008-03-26</I>): 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 <kbd>XIL_IMPACT_USE_LIBUSB</kbd> to <kbd>1</kbd>
+               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 <i>windrvr</i>, which can be
+               emulated by <i>libusb-driver</i>.</P>
+               <P><B>Using 32-bit ISE 10.1 on a 64-bit platform:</B> 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: <I>Cable operation is not supported when running the 32-bit version of the application on a
+               64-bit platform.</I>
+               To fix this, run the tools with <KBD>linux32</KBD> or preload the newest 32-bit version of
+               <i>libusb-driver</i>. This will lead the tools to believe that they are running on a 32-bit
+               platform and allows them to connect to the cable.
+               </P>
                <H2>Supported Cables</H2>
                The following cables are reported to work with this driver:
                <ul>
@@ -42,6 +51,7 @@
                        <li><a href="http://www.xilinx.com/s3astarter">Integrated Platform Cable USB on Spartan 3A starter kit</a></li>
                        <li><a href="http://www.digilentinc.com/Products/Detail.cfm?Nav1=Products&Nav2=Programmable&Prod=XUPV2P">Integrated Platform Cable USB on XUP-V2Pro</a></li>
                        <li><a href="http://direct.xilinx.com/bvdocs/publications/ds097.pdf">XILINX Parallel Cable IV</a> (in Parallel Cable III compatibility mode)</li>
+                       <li>FCPU-X platform cable (XILINX Platform Cable USB clone)</li>
                        <li><a href="http://www.enterpoint.co.uk/">Enterpoint Prog2</a> Parallel Cable III clone</li>
                        <li><a href="http://www.trenz-electronic.de/">Trenz TE0149-01</a> Parallel Cable III clone</li>
                        <li><a href="http://www.digilentinc.com/Products/Catalog.cfm?Nav1=Products&amp;Nav2=Cables&amp;Cat=Cable">Digilent JTAG3</a> Parallel Cable III clone</li>
@@ -49,6 +59,7 @@
                </ul>
                These cables should work but have not yet been tested:
                <ul>
+                       <li><a href="http://www.xilinx.com/products/devkits/HW-USB-II-G.htm">XILINX Platform Cable USB II</a></li>
                        <li>Integrated Platform Cable USB on other development boards</li>
                        <li>other Parallel Cable III clones</li>
                        <li>other FTDI2232 based devices which use the chips standard JTAG pinout (experimental)</li>
                <H2>Supported Software</H2>
                The following software is reported to work with this driver:
                <ul>
+                       <li><a href="http://www.xilinx.com/ise/logic_design_prod/webpack.htm">ISE Webpack 10.1</a></li>
                        <li><a href="http://www.xilinx.com/ise/logic_design_prod/webpack.htm">ISE Webpack 9.2 SP1, SP2, SP3 and SP4</a></li>
                        <li><a href="http://www.xilinx.com/ise/logic_design_prod/webpack.htm">ISE Webpack 9.1 SP1, SP2 and SP3</a></li>
                        <li><a href="http://www.xilinx.com/ise/logic_design_prod/webpack.htm">ISE Webpack 8.2 SP3</a></li>
                        <li><a href="http://www.xilinx.com/ise/logic_design_prod/webpack.htm">ISE Webpack 8.1 SP3</a></li>
+                       <li><a href="http://www.xilinx.com/ise/optional_prod/cspro.htm">ChipScope Pro 10.1</a></li>
                        <li><a href="http://www.xilinx.com/ise/optional_prod/cspro.htm">ChipScope Pro 9.2.01i, 9.2.02i, 9.2.03i and 9.2.04i</a></li>
                        <li><a href="http://www.xilinx.com/ise/optional_prod/cspro.htm">ChipScope Pro 9.1.02i and 9.1.03i</a></li>
                        <li><a href="http://www.xilinx.com/ise/optional_prod/cspro.htm">ChipScope Pro 8.2.04i</a></li>
+                       <li><a href="http://www.xilinx.com/ise/embedded_design_prod/platform_studio.htm">EDK 10.1</a></li>
                        <li><a href="http://www.xilinx.com/ise/embedded_design_prod/platform_studio.htm">EDK 9.2.01i and 9.2.02i</a></li>
                        <li><a href="http://www.xilinx.com/ise/embedded_design_prod/platform_studio.htm">EDK 9.1.01i and 9.1.02i</a></li>
                        <li><a href="http://www.xilinx.com/ise/embedded_design_prod/platform_studio.htm">EDK 8.2.02i</a></li>
                        <li><a href="http://inisyn.org/src/xup/">XUP</a> by inisyn research, opensource JTAG programming for Spartan 3E starter kit USB cable</li>
                        <li><a href="http://www.ixo.de/info/usb_jtag/">USB JTAG adapter</a> by Kolja Waschk, opensource integration of the XILINX platform cable USB into OpenOCD and openwince JTAG Tools</li>
                        <li><a href="http://www.rogerstech.co.uk/xc3sprog/">Spartan3 JTAG download tools for GNU/Linux (xc3sprog)</a></li>
+                       <li><a href="http://urjtag.org/">UrJTAG</a>, open source jtag tools with basic support for the xilinx XPCU</a></li>
                </ul>
                <HR>
                <FONT SIZE="-1"><I><A HREF="mailto:cabledriver@zerfleddert.de">Michael Gernoth</A></I></FONT>
Impressum, Datenschutz