ubuntu 下vivado 怎么启动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 下vivado 怎么启动相关的知识,希望对你有一定的参考价值。

参考技术A 之前安装Vivado 都在win7上 现在使用Win8不行了,就用Ubuntu了,下载了最新的VIvado安装包。一开始在win8下解压的,搬到ubuntu下后没有再次解压,碰到了很多问题,一会说权限不够,好吧 那就sudo 一下,但是还是不行,可能是由于windows的文件系统有关,就先Chmod了一下,还是不行,网上可能很少有这样把windows下文件在ubuntu下安装,查到有几个一样装xilinx的ISE或者vivado的 ,按照他们的办法还是不行,干脆在ununtu下直接tar 解压,等了几分钟, 安装ok。

解压指令:
[html] view plaincopy在CODE上查看代码片派生到我的代码片
tar xvzf the_file_name
[html] view plaincopy在CODE上查看代码片派生到我的代码片
sudo ./xsetup
[html] view plaincopy在CODE上查看代码片派生到我的代码片
就这两条 很简单本回答被提问者和网友采纳

Vivado: Uninstall Vivado on ubuntu/linux

~/Xilinx/.xinstall/Vivado_2015.4$ sudo ./xsetup -help
Running in batch mode...
Copyright (c) 1986-2019 Xilinx, Inc.  All rights reserved.

usage: xsetup [-a <arg>] [-b <arg>] [-c <arg>] [-e <arg>] [-h] [-l <arg>]
       [-x]
Xilinx Installer - Command line argument list.
 -a,--agree <arg>      Agree to the required terms and conditions.
                       [XilinxEULA,3rdPartyEULA,WebTalkTerms]
 -b,--batch <arg>      Runs installer in batch mode and executes the
                       specified action. [ConfigGen, Install, Uninstall,
                       Add, Update]
 -c,--config <arg>     Properties file defining install configuration
 -e,--edition <arg>    Name of the edition that should be installed.
 -h,--help             Display this help text.
 -l,--location <arg>   Specifies the destination location of the
                       installation.
 -x,--xdebug           Run installer in debug mode

 

~/Xilinx/.xinstall/Vivado_2015.4$ sudo ./xsetup -b Uninstall
Running in batch mode...
Copyright (c) 1986-2019 Xilinx, Inc.  All rights reserved.
INFO : Log file location - /home/wchao/Xilinx/.xinstall/Vivado_2015.4/xinstall.log
INFO : Uninstalling shortcuts...
..
INFO : Uninstalling registry entries......................................................................................................................................................................................................................................................................................................................................................
INFO : Uninstall complete.

 

以上是关于ubuntu 下vivado 怎么启动的主要内容,如果未能解决你的问题,请参考以下文章

怎么在linux下安装vivado 吗

ubuntu下Vivado launch SDK后,SDK无菜单栏解决办法

ubuntu下Vivado launch SDK后,SDK无菜单栏解决办法

怎么在linux下安装vivado 吗

ubuntu下,怎么设置开机启动项

Vivado: Uninstall Vivado on ubuntu/linux