Usb-driver

From ift
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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