1、从官网下载ISE

到官网注册,然后下载linux版本的ISE14.7。
链接:http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html
到官网注册,然后下载linux版本的ISE。
链接:http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html

2、解压

一定要在linux下解压

[python] view plaincopy
$ sudo tar xvf Xilinx_ISE_DS_Lin_14.6_P.68d_3.tar  
[sudo] password for yunz:  
#unpakging...... 
$ cd Xilinx_ISE_DS_Lin_14.6_P.68d_3/ 
$ ls 
bin     data  idata  labtools  msg        planahead_wp  webpack  xsetup 
common  edk   ise    lib       planahead  sysgen        xinfo 
$ sudo chmod +x xsetup     //用这种方法反复安装都不对,最后采用另外一个xsetup文件就可以了(bin目录下的32位安装)。
$ ./xsetup 
$ sudo tar xvf Xilinx_ISE_DS_Lin_14.6_P.68d_3.tar 
[sudo] password for yunz: 
#unpakging......
$ cd Xilinx_ISE_DS_Lin_14.6_P.68d_3/
$ ls
bin     data  idata  labtools  msg        planahead_wp  webpack  xsetup
common  edk   ise    lib       planahead  sysgen        xinfo
$ sudo chmod +x xsetup
$ ./xsetup

3、安装

下面就是图形界面安装了,和windows下没什么不同

但要注意到这里的时候

不要点选

[python] view plaincopy
Install cable drivers 
Install cable drivers
直接点Next

记下Install summary

[plain] view plaincopy
Install Location(s): 
/usr/14.6/ISE_DS 
Edition : ISE Design Suite System Edition 
Option: Acquire or Manage a License Key 
 
ISE DS Common 
Install Location: /usr/14.6/ISE_DS/common 
Module: ISE DS Common 
 
EDK 
Install Location: /usr/14.6/ISE_DS/EDK 
Module: EDK 
 
PlanAhead Analysis Tool 
Install Location: /usr/14.6/ISE_DS/PlanAhead 
Module: PlanAhead Common Files 
Option: setupEnv.sh 
 
ISE 
Install Location: /usr/14.6/ISE_DS/ISE 
Module: Design Environment Tools 
Module: WebPACK Devices 
Module: Edition Devices 
Option: Ensure Linux System Generator Symlinks 
Option: Install Linux System Generator Info XML 
Option: Configure WebTalk 
Option: Enable WebTalk to send software, IP and device usage statistics to Xilinx (Always enabled for WebPACK license) 
 
System Generator 
Install Location: /usr/14.6/ISE_DS/SysGen 
Module: System Generator 
Option: Version Equalizer 
Install Location(s):
/usr/14.6/ISE_DS
Edition : ISE Design Suite System Edition
Option: Acquire or Manage a License Key

ISE DS Common
Install Location: /usr/14.6/ISE_DS/common
Module: ISE DS Common

EDK
Install Location: /usr/14.6/ISE_DS/EDK
Module: EDK

PlanAhead Analysis Tool
Install Location: /usr/14.6/ISE_DS/PlanAhead
Module: PlanAhead Common Files
Option: setupEnv.sh

ISE
Install Location: /usr/14.6/ISE_DS/ISE
Module: Design Environment Tools
Module: WebPACK Devices
Module: Edition Devices
Option: Ensure Linux System Generator Symlinks
Option: Install Linux System Generator Info XML
Option: Configure WebTalk
Option: Enable WebTalk to send software, IP and device usage statistics to Xilinx (Always enabled for WebPACK license)

System Generator
Install Location: /usr/14.6/ISE_DS/SysGen
Module: System Generator
Option: Version Equalizer

4、注册Xilinx帐号,申请licence

licence会自动发到注册邮箱里,下载下来,记住路径。

5、打开ISE,要先运行一个shell

[plain] view plaincopy
$ cd ~/Xilinx_ISE_14_6/14.6/ISE_DS 
$ ls 
common  EDK  ISE  PlanAhead  settings32.csh  settings32.sh  SysGen 
$ source settings32.sh 
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/common/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/common 
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/EDK/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/EDK 
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/PlanAhead/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/PlanAhead 
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/ISE/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/ISE 
$ ise 
$ cd ~/Xilinx_ISE_14_6/14.6/ISE_DS
$ ls
common  EDK  ISE  PlanAhead  settings32.csh  settings32.sh  SysGen
$ source settings32.sh
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/common/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/common
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/EDK/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/EDK
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/PlanAhead/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/PlanAhead
. /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/ISE/.settings32.sh /home/yunz/Xilinx_ISE_14_6/14.6/ISE_DS/ISE
$ ise

(忽略出现的关于 licence 的 error。)

6、导入licence

Help >> Manage License >> Manage Xilinx License >> Load License   我安装14.2的时候,在该对话框中会显示添加该license的路径,要添加到它提示的路径中才可以,linux系统添加到usr/local中即可,提示的是添加到usr/local/flexlm,flexlm文件没找到,我直接添加到上一路径,经验证,可用。

还有一个问题,我的ISE HELP中的命令都用不了,总是达不到license添加的对话框,最后在ISE_DS\COMMON\BIN\..\xlcm 中打开了license添加的对话框。

把刚才下好的 licence 导入。

至此,ISE 安装就告一段落。

(4、5步的顺序可以随机应变,也可以先打开ISE 然后根据 license 的提示 先 获取(acq)再管理(man)导入(load))

7、可能出现的错误及其他问题

1)运行 ./setup 时可能出现以下问题:

[plain] view plaincopy
$ cd Downloads/  
$ ls  
TLF-SOFT-Mathworks.Matlab.R2010a.UNIX.ISO-TBE.iso   Xilinx_ISE_DS_Lin_14.6_P.68d_3  
$ cd Xilinx_ISE_DS_Lin_14.6_P.68d_3/  
$ ls  
bin data idata labtools msg planahead_wp webpack xsetup common edk ise lib planahead sysgen xinfo  
$ ./xsetup  
./xsetup: 30: ./xsetup: ./bin/lin/xsetup: Permission denied  
$ cd Downloads/ 
$ ls 
TLF-SOFT-Mathworks.Matlab.R2010a.UNIX.ISO-TBE.iso   Xilinx_ISE_DS_Lin_14.6_P.68d_3 
$ cd Xilinx_ISE_DS_Lin_14.6_P.68d_3/ 
$ ls 
bin data idata labtools msg planahead_wp webpack xsetup common edk ise lib planahead sysgen xinfo 
$ ./xsetup 
./xsetup: 30: ./xsetup: ./bin/lin/xsetup: Permission denied 
以下是从Xilinx社区找到的

[plain] view plaincopy
Q: 
Hi all 
I made all procedure mentioned by acleone, but it dosenot work. 
Here is my script as mentioned in this post: 
 
cd Xilinx_ISE_DS_Lin_12.1_M.53d.0.4/ 
sudo ./xsetup 
sudo: ./xsetup: command not found 
 
Then I tried: 
 
sudo bash xsetup 
xsetup: line 25: ./bin/lin/xsetup: Permission denied 
 
And also tried: 
 
sudo dash xsetup 
xsetup: 32: ./bin/lin/xsetup: Permission denied 
 
I am using Ubuntu 10.04 LTS on 32-bit machine.can anyone help me? 
Q:
Hi all
I made all procedure mentioned by acleone, but it dosenot work.
Here is my script as mentioned in this post:

cd Xilinx_ISE_DS_Lin_12.1_M.53d.0.4/
sudo ./xsetup
sudo: ./xsetup: command not found

Then I tried:

sudo bash xsetup
xsetup: line 25: ./bin/lin/xsetup: Permission denied

And also tried:

sudo dash xsetup
xsetup: 32: ./bin/lin/xsetup: Permission denied

I am using Ubuntu 10.04 LTS on 32-bit machine.can anyone help me?
[plain] view plaincopy
A1:Are you doing this from a section of your drive where you have write permission?  
The Xilinx setup software needs to be able to write to wherever it  
is being launch from. This makes for a hard time installing from the CD directly :) If that's what you were trying to do, copy the contents of the  
CD/DVD to your hard drive first. 
A1:Are you doing this from a section of your drive where you have write permission? 
The Xilinx setup software needs to be able to write to wherever it 
is being launch from. This makes for a hard time installing from the CD directly :) If that's what you were trying to do, copy the contents of the 
CD/DVD to your hard drive first.
[plain] view plaincopy
A2(他自己找到了原因和方法): 
A2(他自己找到了原因和方法):
[plain] view plaincopy
Thank you  jonathan.ross. 
I've found the error finally. 
 
 
I had to extract the tar file "Xilinx_ISE_DS_Lin_12.1_M.53d.0.4.tar" in the linux platform in order to keep all files properties and permissions, then  
setup the ISE. 
Instead, I extracted it using winrar in Windows platform and then tried to setup the ISE (but the Wimdows did not keep the files' special permissions a 
nd properties used by linux systems),so I was not able to setup the ISE. 
Thank you  jonathan.ross.
I've found the error finally.

I had to extract the tar file "Xilinx_ISE_DS_Lin_12.1_M.53d.0.4.tar" in the linux platform in order to keep all files properties and permissions, then 
setup the ISE.
Instead, I extracted it using winrar in Windows platform and then tried to setup the ISE (but the Wimdows did not keep the files' special permissions a
nd properties used by linux systems),so I was not able to setup the ISE.
2)如果在安装时选了 Install cable driver 会报错

[plain] view plaincopy
#Driver installation failed. Please check the /.xinstall/install.log file for 
#Driver installation failed. Please check the /.xinstall/install.log file for
原因如下:

[plain] view plaincopy
ISE在很多其他版本的LINUX上的安装和运行其实是毫无问题的,唯一的问题就是下载线的驱动在有些LINUX上无法工作。继续深入研究,发现,下载线的驱动在某些linux下不工作的唯一原因是:目前,下载线的驱动依赖于一个叫windrvr的文件。 而该文件目前只有linux 内核2.4的二进制版本,因此遇到2.6内核的linux发布版,如高版本的CentOS或高版本的ubuntu, 就不工作了。  
 
 
好在一个叫Michael Gernoth的德国人,大公无私地写了一个windrvr的替代版本,并且开放源码,这样,无论碰到什么版本的内核, 
现场编译一个驱动并安装, 就能解决linux内核版本匹配的问题。 源代码包在这里: git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver  
解开压缩包,编译的时候,只需要make就行了,当然,第一次make八成是不过的,因为一般人都不会在ubuntu上预装usb开发包, 
需要装一下,只需要这样就可以了: sudo apt-get install libusb-dev make完了以后,应该看到libusb-driver.so被生成了。  
当然,编译完还需要设环境量, 命令是,export LD_PRELOAD=/你的路径/libusb-driver.so ,为简单起见, 
可以把这个命令加你的.bashrc里,这样,下一次开一个终端时,就不用手工设了。 你的linux用户需要进入lp组以便有权限, 
最简单的方法是编辑/etc/group, 把你的用户名加到lp组后面就可以了。 这样,在纯ubuntu上跑xilinx 的问题基本宣告解决。  
ISE在很多其他版本的LINUX上的安装和运行其实是毫无问题的,唯一的问题就是下载线的驱动在有些LINUX上无法工作。继续深入研究,发现,下载线的驱动在某些linux下不工作的唯一原因是:目前,下载线的驱动依赖于一个叫windrvr的文件。 而该文件目前只有linux 内核2.4的二进制版本,因此遇到2.6内核的linux发布版,如高版本的CentOS或高版本的ubuntu, 就不工作了。

好在一个叫Michael Gernoth的德国人,大公无私地写了一个windrvr的替代版本,并且开放源码,这样,无论碰到什么版本的内核,
现场编译一个驱动并安装, 就能解决linux内核版本匹配的问题。 源代码包在这里: git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver 
解开压缩包,编译的时候,只需要make就行了,当然,第一次make八成是不过的,因为一般人都不会在ubuntu上预装usb开发包,
需要装一下,只需要这样就可以了: sudo apt-get install libusb-dev make完了以后,应该看到libusb-driver.so被生成了。 
当然,编译完还需要设环境量, 命令是,export LD_PRELOAD=/你的路径/libusb-driver.so ,为简单起见,
可以把这个命令加你的.bashrc里,这样,下一次开一个终端时,就不用手工设了。 你的linux用户需要进入lp组以便有权限,
最简单的方法是编辑/etc/group, 把你的用户名加到lp组后面就可以了。 这样,在纯ubuntu上跑xilinx 的问题基本宣告解决。

Installing Cable Drivers

1、Install the prerequisite

[plain] view plaincopy
On 32-bit 
$ sudo apt-get install gitk git-gui libusb-dev build-essential libc6-dev fxload 
On 64-bit 
$ sudo apt-get install gitk git-gui libusb-dev build-essential libc6-dev-i386 fxload 
On 32-bit
$ sudo apt-get install gitk git-gui libusb-dev build-essential libc6-dev fxload
On 64-bit
$ sudo apt-get install gitk git-gui libusb-dev build-essential libc6-dev-i386 fxload

2、Download the driver source and install

[plain] view plaincopy
$ cd ~/Xilinx_ISE_14_6 
$ sudo sudo git clone git://git.zerfleddert.de/usb-driver 
Cloning into 'usb-driver'... 
$ cd cd usb-driver/ 
$ sudo make 
$ cd ~/Xilinx_ISE_14_6
$ sudo sudo git clone git://git.zerfleddert.de/usb-driver
Cloning into 'usb-driver'...
$ cd cd usb-driver/
$ sudo make

......
(未完待续)

参考:                  终于搞定ISE在虚拟机Virtualbox上ubuntu的下载线XILINX Platform Cable USB II的驱动

Linux操作系统下三种配置环境变量的方法

linux-fpga系列文章之——如何在ubuntu下安装FPGA usb cable的驱动

Xilinx ISE WebPack 12.2 on Ubuntu 10.04 LTS

Ubuntu下运行XILINX ISE

ubuntu上安装xilinx 14.1及注意事项

Ubuntu 12 下面安装Xilinx ISE 14.1

在Ubuntu 11.04 上安装Xilinx ISE 13.1指南,附出错的改正方法

Ubuntu 12.04下给xilinx ISE 12.04加了个launcher

Ubuntu上跑XILINX的ISE/EDK以及petalinux的总结

Ubuntu 12 下面安装Xilinx ISE 14.1

Install Xilinx ISE on the Ubuntu

Xilinx网站 – 如何申请官方IP的评估license https://blog.csdn.net/haoxuhong/article/details/89927183
--------------------- 
转载自:https://blog.csdn.net/weiweiliulu/article/details/23351429

Linux环境下安装Xilinx ISE 14.6相关推荐

  1. 尚学python课程---11、linux环境下安装python注意

    尚学python课程---11.linux环境下安装python注意 一.总结 一句话总结: 准备安装依赖包:zlib.openssl:yum install zlib* openssl*:pytho ...

  2. Linux环境下安装MySQL(源码安装)

    Linux环境下安装MySQL(源码安装) 1.事先从官网/国内镜像站点中下载源码安装包,上传至服务器: 2.安装开发工具和开发包(从5.5开始使用cmake编译) 3.创建用户和组 4.编译安装My ...

  3. linux环境下安装python3以及安装cx_Oracle模块需要注意的事项

    linux环境下安装python3以及安装cx_Oracle模块需要注意的事项 python3的安装 1. 首先安装python3之前首先要安装python所依赖的环境 yum install gcc ...

  4. Linux环境下安装配置Hadoop教程

    Linux环境下安装配置Hadoop教程 在Linux环境下,安装配置Hadoop教程. 准备工作 1.VMware虚拟机 2.Linux环境:CentOS 7 3.远程登陆:Xshell 6 &am ...

  5. 服务器远程连接控制以及在Linux环境下安装go编译环境

    本文主要内容 一.xshell远程控制服务器 二.VS code远程控制服务器 三.在Linux环境下安装go编译环境 初学者在没有人的指导下自己摸索学习真的是太难了,回想一下从大二创新实践开始到现在 ...

  6. Linux环境下安装软件合集【1】

    Linux环境下安装软件合集[1] 1 Linux环境下安装Node.js 1.1 通过wget直接安装 (1)wget不是安装方式 他是一种下载软件类似与迅雷 如果要下载一个软件 我们可以直接 wg ...

  7. Linux环境下安装nginx

    大家好,本篇文章主要讲的是Linux环境下安装nginx教程,感兴趣的同学赶快来看一看吧,对你有帮助的话记得收藏一下,方便下次浏览 1.安装所需环境 //安装gcc yum install gcc-c ...

  8. Linux环境下安装Tigase XMPP Server

    Tigase是一种XMPP服务器,可以作为采用XMPP协议的各种IM(Instant Messeging)工具(如Pandion.Spark等)的服务器. 在Linux环境下安装Tigase的步骤如下 ...

  9. Linux环境下安装RocketMQ(MetaQ)

    一:RocketMQ简介 RocketMQ是一款分布式.队列模型的消息中间件,具有以下特点: 1.能够保证严格的消息顺序 2.提供丰富的消息拉取模式 3.高效的订阅者水平扩展能力 4.实时的消息订阅机 ...

最新文章

  1. 如何kill同一个应用的所有进程
  2. snoopy(强大的PHP采集类) 详细介绍
  3. iOS 应用安全权威指南电子书 PDF 分享
  4. IBM T61 键盘没有反映。
  5. 为了生产iPhone 12,富士康连国庆节也没假放了
  6. PageHelper.cs(20170223)
  7. 04 Ribbon介绍
  8. qt.qpa.plugin: Could not find the Qt platform plugin “xcb“ i
  9. 汉字字符集编码查询_刨根究底字符编码之十——Unicode字符集的字符编码方式...
  10. vs2019,C#,MySQL创建图书管理系统7(用户借/还书)
  11. 网络是怎样连接的学习笔记——从网线到网络设备
  12. 华为荣耀play使用WiFi调试Android的坑
  13. kafka分区数设置多少合适
  14. 【OpenCV】cv2.putText()函数用法
  15. python中arcsec_Python中jpg图像的显示网格
  16. linux设置简单的密码
  17. 仿ofo单车做一个轮播效果
  18. Cannot add property xxx, object is not extensible
  19. java完成excel导出下载
  20. ajax微信浏览器,jquery1.8版本使用ajax实现微信调用出现的问题分析及解决办法

热门文章

  1. 虚拟同步发电机,vsg并离网,以及下垂控制
  2. Odoo 的css文件中,如何设置列宽
  3. Java基本数据类型默认值和取值范围详解
  4. 读书笔记 摘自:《Google工作整理术》
  5. LINGO求解规划问题代码
  6. 瑞萨车规级芯片RH850F1x各系列MCU区别
  7. Python爬虫——scrapy框架介绍
  8. 6-4 输出月份英文名 (15分)
  9. Java八股文一:java基础知识
  10. ajax上传图片java6,java ajax上传图片返回json数