Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook:fpga:spartan3an:test [10/01/2014 22:41]
pacher
vlsi:workbook:fpga:spartan3an:test [12/01/2014 16:16] (versione attuale)
pacher
Linea 1: Linea 1:
  
-====== Spartan 3A/3AN tests (Linux) ======+====== Spartan 3A/3AN tests (Windows/Linux) ======
  
 [ __[[vlsi:​workbook:​fpga:​spartan3an|Back]]__ ] [ __[[vlsi:​workbook:​fpga:​spartan3an|Back]]__ ]
 +[ __[[vlsi:​workbook:​fpga:​spartan3an:​test:​ubuntu|Ubuntu tests]]__ ]
  
 +====== USB cable on Linux =====
 +
 +[[http://​www.intilinux.com/​programmazione/​478/​usare-le-board-xilinx-fpga-su-linux/​]]
 +
 +
 +   * plug the A connector to PC
 +   * plug the B connector to the board
 +   * power on the board 
 +
 +<​code>​
 +$ lsusb 
 +...
 +...
 +Bus 002 Device 004: ID 03fd:000d Xilinx, Inc.
 +</​code>​
 +
 +
 +Ok, hardware is recognized. But the USB LED is OFF. The proper driver is missing.  ​
 +
 +
 +
 +USB drivers installation?​
 +
 +From ''<​install dir>/​.xinstall/​install.log''​ file:
 +
 +<​code>​
 +...
 +...
 +--Installing cable drivers.
 +--Driver versions in this package: windrvr=1301,​ xpc4drvr=1041
 +--Script name = /​home/​pacher/​local/​opt/​xilinx/​14.6/​ISE_DS/​common/​bin/​lin/​install_script/​install_drivers/​install_drivers
 +</​code> ​
 +
 +\\
 +Driver install sources and documentation:​
 +
 +''<​install dir>/​common/​bin/​lin/​install_script/​install_drivers/''​
 +
 +
 +Readme file:
 +
 +''<​install dir>/​common/​bin/​lin/​install_script/​install_drivers/​readme.txt''​
 +
 +
 +
 +Install script (sh/bash script):
 +
 +''<​install dir>/​common/​bin/​lin/​install_script/​install_drivers/​install_drivers''​
 +
 +
 +
 +
 +For ''/​sbin/​fxload'':​
 +
 +<​code>​
 +wget http://​pkgrepo.linuxtech.net/​el6/​release/​i686/​fxload-2008_10_13-3.el6.i686.rpm
 +sudo rpm -i fxload-2008_10_13-3.el6.i686.rpm
 +</​code>​
  
 ====== Device DNA reader ====== ====== Device DNA reader ======
Linea 13: Linea 72:
  
  
-Out-of-the box firmware download: on **Windows** you can simply run the +\\ 
 +Out-of-the box firmware download ​to the board: on **Windows** you can simply run the 
 ''​install_device_DNA_reader.bat''​ batch script from a command prompt ''​install_device_DNA_reader.bat''​ batch script from a command prompt
 (Xilinx ISE executables must be included in the default system search path!) (Xilinx ISE executables must be included in the default system search path!)
Linea 21: Linea 81:
 install_device_DNA_reader.bat install_device_DNA_reader.bat
 </​code>​ </​code>​
 +
 +
 +:!: //​**Note**//​ \\
 +On Windows the proper runtime environment is set by running the ''​settings32.bat''​ batch script!
 +
 +
 +====== ======
 +\\
 +----
 +
 +Last update:
 +~~NOTOC~~