I got a bunch of compile errors, apparently it's incompatible with a
2.6.32 kernel.
I also couldn't find libusb-driver in 13.2, the most recent copy that I had was in 10.
Didn't find your answer? Ask the community — no account required.
S
Steve
I had a similar problem getting my Xilinx USB-JTAG cable working on Fedora 13. I ended up using the open source Linux driver instead, works fine:
formatting link
Steve Ecob Silicon On Inspiration Sydney Australia
G
General Schvantzkoph
I've already tried to build the libusb-driver but it won't build on SL6.1.
J
Jan Pech
Is there any particular reason to compile your own libusb instead of using the distribution packages?
To make the Xilinx JTAG cable working in the RHEL/CentOS/SL 6.x do the following stops. There is detailed description on my website
formatting link
but unfortunately it is in Czech language only. Sorry.
Install and "fix" libusb:
yum install libusb libusb1 fxload cd /usr/lib64 (or /usr/lib if you are running 32b system) ln -s libusb-1.0.so.0.0.0 libusb.so
"Fix" the Xilinx cable setup script /ISE_DS/ISE/bin/lin64/setup_pcusb (or the same path with lin instead of lin64) which does not detect udev correctly:
cd /ISE_DS/ISE/bin/lin64/setup_pcusb (or lin instead of lin64) ./setup_pcusb
Generated udev rule uses wrong syntax. The rule for current version of udev /etc/udev/rules.d/xusbdfwu.rules must look like this (long lines must be retained, see my website for proper formatting):
Connect/reconnect your cable, check dmesg, test iMPACT/ChipScope.
Regards, Jan
Sorry if the post appears twice. I had some problems posting the message.
I
s
.=20
G
General Schvantzkoph
Thanks that worked.
N
ngill
ATTR{i=
/usr/share/xusbdfw=
ATTR{i=
/usr/share/xusb_xu=
ATTR{i=
/usr/share/xusb_em=
ATTR{i=
/usr/share/xusb_xl=
ATTR{i=
/usr/share/xusb_xp=
ATTR{i=
/usr/share/xusb_xs=
Jan,
Thanks for the tutorial. Im attempting to do the same thing with SL6.1/CentOS6/RHEL6 and the Xilinx 10.1.03 tools with no success. After I configure everything as you prescribe when I run impact and try to read the jtag chain it bombs and says "Module windrvr6 is not loaded. Please reinstall the cable drivers". Your solution should bypass the windrvr6 module correct? Any idea why it would still be looking for it?
Thanks, Nat
--------------------------------------- Posted through
formatting link
J
Jan Pech
I
he
Xilinx ISE version 10 uses the windrvr6 module by default. You have to set the XIL_IMPACT_USE_LIBUSB environment variable to force the tools to use the libusb. See
formatting link
for details.
Jan
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.