Difference between revisions of "ISE WebPack installation on Linux"

From ArmadeusWiki
Jump to: navigation, search
m
(Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...)
Line 2: Line 2:
 
== Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...==
 
== Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...==
 
* download '''ISE WebPACK - WebInstall''' archive (''WebPACK_WebInstall_91i.zip'') from here: [http://www.xilinx.com/ise/logic_design_prod/webpack.htm]. You will need to create a Xilinx's account and register before being able to download files (it's free).
 
* download '''ISE WebPACK - WebInstall''' archive (''WebPACK_WebInstall_91i.zip'') from here: [http://www.xilinx.com/ise/logic_design_prod/webpack.htm]. You will need to create a Xilinx's account and register before being able to download files (it's free).
* unzip the archive somewhere, for example ''$HOME/xilinx/''
+
* unzip the archive somewhere, for example ''/WebPACK_WebInstall_91i/''
 +
$ unzip WebPACK_WebInstall_91i.zip -d WebPACK_WebInstall_91i
 
* open a shell and go in the directory created after unziping:
 
* open a shell and go in the directory created after unziping:
  $ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/
+
  $ cd $HOME/WebPACK_WebInstall_91i/
 
* add executable rights to some files:
 
* add executable rights to some files:
  $ chmod a+x  setup _setup xinfo _xinfo xinfoenv
+
  $ chmod a+x setup
* defines LD_LIBRARY_PATH:
+
  $ chmod a+x bin/lin/setup
  $ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
+
$ chmod a+x bin/lin/_setup
 +
$ chmod a+x bin/lin/xinfo
 +
$ chmod a+x bin/lin/_xinfo
 +
  $ chmod a+x bin/lin/xinfoenv
 
* launch installation:
 
* launch installation:
 
  $ ./setup
 
  $ ./setup
* Follows the instructions of the graphical interface and when asked for a Registration ID then enter the one you received by email from Xilinx ?????
+
* Follows the instructions of the graphical interface (you need to launch setup as root if you want to install JTAG tools but on Armadeus JTAG tools are not needed to program the FPGA)
  
 
==Links==
 
==Links==
 
* [[Image:FrenchFlag.png]] [[Installation_de_ISE_sur_Ubuntu_Linux]]
 
* [[Image:FrenchFlag.png]] [[Installation_de_ISE_sur_Ubuntu_Linux]]

Revision as of 21:23, 3 July 2007

Xilinx WebPack installation instructions for Linux.

Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...

  • download ISE WebPACK - WebInstall archive (WebPACK_WebInstall_91i.zip) from here: [1]. You will need to create a Xilinx's account and register before being able to download files (it's free).
  • unzip the archive somewhere, for example /WebPACK_WebInstall_91i/
$ unzip WebPACK_WebInstall_91i.zip -d WebPACK_WebInstall_91i
  • open a shell and go in the directory created after unziping:
$ cd $HOME/WebPACK_WebInstall_91i/
  • add executable rights to some files:
$ chmod a+x setup
$ chmod a+x bin/lin/setup
$ chmod a+x bin/lin/_setup
$ chmod a+x bin/lin/xinfo
$ chmod a+x bin/lin/_xinfo
$ chmod a+x bin/lin/xinfoenv
  • launch installation:
$ ./setup
  • Follows the instructions of the graphical interface (you need to launch setup as root if you want to install JTAG tools but on Armadeus JTAG tools are not needed to program the FPGA)

Links