Usb-driver

From ift
Revision as of 12:54, 22 June 2011 by Nfyku (talk | contribs) (Created page with '==Making the driver work== Download and extract [http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=snapshot;h=HEAD;sf=tgz libusb-driver]. <pre> $ cd /path/to/driver/ $ m…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Making the driver work

Download and extract libusb-driver.

$ cd /path/to/driver/
$ make
$ LD_PRELOAD=/path/to/driver/libusb-driver.so

Pull out the usb cable and put it back in.

$ /sbin/lsusb

Make sure the cable has got the ID 03fd:0008, if not - consult README.

Other

Make sure you have ran

$ source /opt/Xilinx/12.3/ISE_DS/settings32.sh

Sources

1 2 3 4 5 6