So in my previous post I walk through the somewhat long, boring, but important steps, for installing the Xilinx ISE WebPack software. This is the software used for creating hardware designs, compiling them, optimizing them, routing them, and eventually it spits out a '.bit' file.
So in theory, once you've compiled a design, or have a .bit file for your particular Field Programmable Gate Array (FPGA) or Complex Programmable Logic Device (CPLD), you'll be ready to load it onto your device of choice! To do these we use Digilent Adept 2.
Digilent Adept 2: The Adept Runtime & Utilities consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices.
So in theory, once you've compiled a design, or have a .bit file for your particular Field Programmable Gate Array (FPGA) or Complex Programmable Logic Device (CPLD), you'll be ready to load it onto your device of choice! To do these we use Digilent Adept 2.
Digilent Adept 2: The Adept Runtime & Utilities consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices.
- Goto: http://www.digilentinc.com/Products/Detail.cfm?Prod=ADEPT2 and download the Run time software for your Linux architecture (32 or 64 bit)
- Decompress the downloaded file, this requires gzip
- eg. “gzip -d digilent.adept.runtime_2.8.2-i686.tar.gz”
- Untar the the decompressed file, this requires tar
- eg. “tar -xvf digilent.adept.runtime_2.8.2-i686.tar”
- Enter the directory which contains the run time installer
- *Execute the install.sh script, this will require superuser privileges (speak with your system administrator)
- eg. “sudo ./install.sh”
- Press [enter], press [Enter]
*As of this writing the Digilent Adept 2 runtime install.sh encounters an error on 3.x.x kernels that use udev. It should be fixed soon.
- Goto: http://www.digilentinc.com/Products/Detail.cfm?Prod=ADEPT2 and downlaod the Utilities software for your Linux architecture(32 or 64 bit)
- Decompress the downloaded file, this requires gzip
- eg. “gzip -d digilent.adept.utilities_2.1.1-i686.tar.gz”
- Untar the decompressed file, this requires tar
- eg. “tar -xvf digilent.adept.utilities_2.1.1-i686.tar”
- Enter the directory which contains the utilities installer
- Execute the install.sh script, this will require superuser privileges (speak with your system administrator)
- eg. “sudo ./install.sh”
- Press [enter], press [Enter]



