Digilent Usb Jtag Driver Download
Digilent Usb Jtag Cable Driver for Windows 7 32 bit, Windows 7 64 bit, Windows 10, 8, XP. Uploaded on 3/4/2017, downloaded 4306 times, receiving a 91/100 rating by 1715 users. UltraZed IO Carrier Card Features Single UltraZed-EG SOM slot microSD card connector PS PMOD header Dual USB-UART Display port connector (x2).
It has always been a problem to install cable driver for Xilinx Design Suite on Linux machines since the day I was introduced to Xilinx FPGA.
Recently, I received many questions concerning the installation, which matters libusb issues, kernel issues and permission problems.
So, I would like to write a detailed guide about the installation procedure.
Section I: The packages you need
The package you need before installation are list as follows:
1. libusb for your distribution
for Ubuntu OS, you can install it with command:
$ sudo apt-get install libusb
for CentOS, Fedora, or RHEL, you can install with:
$ sudo yum install libusb
2. Digilent Adept Runtime x32 / x64
Mine isnt working right > and my parents cant afford another one. I lost the original case to my Frontpage 2003 and none of the codes listed worked. Ms office 2003 keygen free download.
Digilent Adept Runtime package is available at website
http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,828&Prod=ADEPT2
Chose the package according to your linux OS. If it’s a 32-bit OS, dowload Adept 2.8.2 Runtime x86 Linux. If it’s 64-bit kernel, download Adept 2.8.2 Runtime x64 Linux.
The downloaded software package is wrapped in format .tar.gz.
3. Digilent Adept Utilities x32/x64
Digilent Adept Utilities package is available at website
http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,828&Prod=ADEPT2
Chose the package according to your linux OS. If it’s a 32-bit OS, dowload Adept 2.8.2 Utilities x86 Linux. If it’s 64-bit kernel, download Adept 2.8.2 Utilities x64 Linux.
The downloaded software package is wrapped in format .tar.gz.
4. Digilent Plugins x32/64
Download Digilent Plugin for Xilinx Design Suite if you want to download your bitstream from XPS, ISE or iMPACT directly and debug with SDK or Chipscope.
Digilent Plugin is available at website
http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,768&Prod=DIGILENT-PLUGIN
Chose the package according to your linux OS. If it’s a 32-bit OS, dowload Adept 2.8.2 Utilities x86 Linux. If it’s 64-bit kernel, download Adept 2.8.2 Utilities x64 Linux.
The downloaded software package is wrapped in format .tar.gz.
5. Xilinx Design Suite
Digilent Usb Jtag Driver Download
I believe you have already have the Xilinx Tools installed. But remember, do not ever install the cable driver provided inside
Section II: Installation
1. Decompress all packages.
Let’s say all packages are stored under ~/Download (~ is the home directory under your login name, i.e. /home/<username>)
As I installed ubuntu 11.10 x64 on my laptop, the packages I have are shown in the figure below:
Decompress all packages with command “tar zxvf <filenames>”
2. Install Digilent Adept Runtime 2.8.2
Enter directory digilent.adept.runtime_2.8.2-<platform>
run command “$ sudo ./install.sh” and keep all default locations unchanged.
* NOTE: If you are install on Ubuntu 11.10 or other recent distributions with kernel version >= 3.0 (verify it with command `uname –r`)
You need to add the following lines after line 209: cprocUdev=$ (ps –e grep –I –c udevd)
209 cprocUdev=$(ps -e grep -i -c udevd)
210
211 if [ '${szVmjr}' = '3' ]
212 then
213 if (( $cprocUdev ))
214 then
215 let fUseUdev=1
216 fi
217 fi
Here is the log:
[WangTH@localhost digilent.adept.runtime_2.8.2-x86_64]$ sudo ./install.sh
Adept Runtime Installer
64-bit operating system detected
In which directory should libraries be installed? [/usr/local/lib64/digilent/adept]
Installing runtime libraries….
Successfully installed runtime libraries.
Installing system binaries….
installed '/usr/local/sbin/dftdrvdtch'
Successfully installed system binaries in '/usr/local/sbin'.
Installing firmware images….
Successfully installed firmware images in '/usr/local/share/digilent/data/firmware'.
Installing JTSC device list….
Successfully installed JTSC device list '/usr/local/share/digilent/data/jtscdvclist.txt'.
Installing CoolRunner support files….
Successfully installed CoolRunner support files in '/usr/local/share/digilent/data/xpla3'.
Installing CoolRunner 2 support files….
Successfully installed CoolRunner 2 support files in '/usr/local/share/digilent/data/xbr'.
Installing Adept Runtime configuration….
Successfully installed Adept Runtime configuration '/etc/digilent-adept.conf'.
Installing USB UDEV rules….
Successfully installed USB UDEV rules '/etc/udev/rules.d/52-digilent-usb.rules'.
Installing dynamic loader configuration….
Successfully installed dynamic loader configuration '/etc/ld.so.conf.d/digilent-adept-libraries.conf'.
Successfully reloaded UDEV rules.
[WangTH@localhost digilent.adept.runtime_2.8.2-x86_64]$
3. Install Digilent Adept Utilities 2.8.2
Enter directory digilent.adept.utilities_2.8.2-<platform>
run command “$ sudo ./install.sh” and keep all default locations unchanged.
Here is the installation log:
[WangTH@localhost digilent.adept.utilities_2.1.1-x86_64]$ sudo ./install.sh
[sudo] password for WangTH:
Adept Utilities Installer
64-bit operating system detected
In which directory should binaries be installed? [/usr/bin]
In which directory should manuals be installed? [/usr/local/man]
Installing binaries….
installed dadutil: '/usr/bin/dadutil'
installed djtgcfg: '/usr/bin/djtgcfg'
Successfully installed binaries in '/usr/bin'
Installing manuals….
installed dadutil.1: '/usr/local/man/man1/dadutil.1'
installed djtgcfg.1: '/usr/local/man/man1/djtgcfg.1'
Successfully installed manuals in '/usr/local/man'
Successfully installed Adept Utilities
4. Install Digilent Plugin for Xilinx Design Suites
Enter directory libCseDigilent_2.0.5-<platform>
Enter directory of the Xilinx DS version installed on your computer.
For me, it was ISE13x, because I installed Xilinx DS 13.2
There is a pdf under the folder named: Digilent_Plug-in_Xilinx_<versionNo>.pdf
The document tells exactly how to install the Digilent Plugin and how to use it.
To install plugin is quite easy, all you need to do is copy the libCseDigilent.so and libCseDigilent.xml to
<Xilinx_DS_Path>/ISE/lib/lin64/plugins/Digilent/libCseDigilent/ (if 64-bit OS)
or <Xilinx_DS_Path>/ISE/lib/lin/plugins/Digilent/libCseDigilent/ (if 32-bit OS)
if there is no dir “Digilent” under <Xilinx_DS_Path>/ISE/lib/lin64/plugins/, just make a new dir with command mkdir.
On my computer:
Section III: Test and Troubleshoot
1. Connect your digilent board to your PC
Test whether Adept utilities can recognize your board.
All you need is to run the command “djtgcfg enum” and see whether your boards pop up.
2. Open iMPACT with command “impact&”
See if any FPGA can be found on your JTAG chain.
(I will go on with this part later, good luck )