Digilent Adept Usb Device Driver

DIGILENT ADEPT AND XILINX 3RD-PARTY USB CABLE DRIVER DOWNLOAD - Chrome, Firefox, Internet Explorer 11, Safari. Edited November 16, by jamey. Patches to add support for more FPGAs would be greatly appreciated! Author Write something about yourself. Steps SanDisk 4gb Us datastick: Should be easy to reproduce using any usb device, as stated above. There have been some digilent adept usb device in the past with Virtual Machines that was the result of VMWare not passing some USB transactions from the host to the guest.

Posted by3 years ago
Archived

Hi all,

I wonder if somebody might be able to help me with my problem.

I've been trying to get the Digilent Basys 3 board to work with my Linux laptop, but after two days of Googling I'm still completely stuck.

I've installed Vivado and am able to generate a bitstream. I can also copy the bit file to a USB stick and program the board with the stick, so I know the board is working.

However, when connecting the board to my laptop via USB, and selecting JTAG or SPI programming using the jumper, the hardware manager in Vivado simply will not 'see' the board.

I followed the getting started guides:

However, they seem to be Windows focused.

Is there a special USB driver I need to install for Linux? I checked out Digilent Adept, but that seems to be a different program entirely.

The last time I used FPGAs was ~10 years ago, and the programming then was through the COM port direct to JTAG, which felt a lot more intuitive! :-)

If anyone can point me in the right direction, I would be very grateful.

Edit: Spelling

Edit 2: Solved. Thanks all. :-)

Device

For anyone reading this in the future, trying to solve a similar problem:

Vivado with the Basys 3 does work in Debian Jessie.

1: Check dmesg. If you see no output when turning the board on, try a different USB slot. If you don't see an output at all, it's probably a USB issue, not Xilinx-specific.

Digilent Usb Device Driver

2: If you do see an output, install the Digilent Adept runtime and utilities, available from:

Install them both (either .deb files on run ./install.sh after extracting the tar files)

Then run:

djtgcfg enum

If you see an output similar to

Windows Usb Device Driver

then your board is responding.

3: Check that /etc/udev/rules.d/52-xilinx-digilent-usb.rules is installed. If not, run:

/opt/Xilinx/Vivado/2016.2/data/xicom/cable_drivers/lin64/install_script/install_drivers/install_digilent.sh

Digilent Adept Usb Device Driver

4: Reboot and try again from Vivado.

9 comments