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 [12/01/2014 00:15]
pacher
vlsi:workbook:fpga:spartan3an:test:ubuntu [12/01/2014 01:51] (versione attuale)
pacher
Linea 18: Linea 18:
  
 ====== /​sbin/​fxload ====== ====== /​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. Program which is used to upload firmware into EZ-USB devices.
Linea 24: Linea 27:
  
  
-By default ''​fxload''​ might not be included in default ​repository +By default ​the Universe repository (which contains the ''​fxload'' ​package)  
-add the Universe repository before the installation,​+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]] [[http://​askubuntu.com/​questions/​148638/​how-do-i-enable-the-universe-repository]]
Linea 38: Linea 42:
  
 ====== libusb ====== ====== libusb ======
 +
 +[[http://​www.xilinx.com/​support/​answers/​29310.htm]]
  
 [[http://​www.libusb.org/​]] [[http://​www.libusb.org/​]]
Linea 48: 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>​