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:ubuntu [11/01/2014 23:41]
pacher
vlsi:workbook:fpga:spartan3an:test:ubuntu [12/01/2014 01:51] (versione attuale)
pacher
Linea 15: Linea 15:
  
 [[http://​ubuntuforums.org/​archive/​index.php/​t-1307574.html]] [[http://​ubuntuforums.org/​archive/​index.php/​t-1307574.html]]
 +
 +
 +====== /​sbin/​fxload ======
 +
 +[[http://​www.installion.co.uk/​ubuntu/​lucid/​universe/​f/​fxload/​en/​install.html]]
 +
 +
 +Program which is used to upload firmware into EZ-USB devices.
 +
 +[[http://​www.linux-usb.org/​ezusb/​]]
 +
 +
 +By default the Universe repository (which contains the ''​fxload''​ package) ​
 +might not be included in the Apt ''/​etc/​apt/​sources.list''​ repository list. 
 +Add the Universe repository before the installation,​
 +
 +[[http://​askubuntu.com/​questions/​148638/​how-do-i-enable-the-universe-repository]]
 +
 +
 +<​code>​
 +sudo add-apt-repository "deb http://​archive.ubuntu.com/​ubuntu $(lsb_release -sc) universe"​
 +sudo apt-get update
 +sudo apt-get install fxload
 +</​code> ​
 +
  
 ====== libusb ====== ====== libusb ======
 +
 +[[http://​www.xilinx.com/​support/​answers/​29310.htm]]
  
 [[http://​www.libusb.org/​]] [[http://​www.libusb.org/​]]
Linea 27: Linea 54:
 </​code>​ </​code>​
  
-[[http://​www.xilinx.com/​support/​answers/​29310.htm]] 
  
 +Set the ''​XIL_IMPACT_USE_LIBUSB''​ environment variable:
  
- 
-''​XIL_IMPACT_USE_LIBUSB''​ environment variable 
  
 <​code>​ <​code>​
 setenv ​  ​XIL_IMPACT_USE_LIBUSB ​  ​1 ​ setenv ​  ​XIL_IMPACT_USE_LIBUSB ​  ​1 ​
 +</​code>​
 +
 +====== windrv6 from install_drivers.tar.gz ======
 +
 +Reference:
 +
 +[[http://​www.xilinx.com/​support/​answers/​54381.htm]]
 +
 +
 +
 +''​install_drivers.tar.gz''​ download link:
 +
 +[[https://​secure.xilinx.com/​webreg/​clickthrough.do?​cid=103670]]
 +
 +
 +<​code>​
 +tar -xvzf install_drivers.tar.gz
 +cd install_drivers
 +sudo ./​install_drivers
 +chmod 666 /​dev/​windrvr6
 </​code>​ </​code>​