TVM学习(六)记录 安装卸载vivado 2020.1

本文提供了解决Xilinx Vivado Vitis 2020.1安装过程中遇到的splash screen错误的方法。通过一系列命令行操作,包括解压安装文件、生成认证令牌及配置文件,最终实现批处理安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

参考:Xilinx Vivado Vitis 2020.1 Installation / Applications & Desktop Environments / Arch Linux Forums

安装时出现如下错误:

Exception in thread "SPLASH_LOAD_MESSAGE" java.lang.IllegalStateException: no splash screen available
        at java.desktop/java.awt.SplashScreen.checkVisible(Unknown Source)
        at java.desktop/java.awt.SplashScreen.getBounds(Unknown Source)
        at java.desktop/java.awt.SplashScreen.getSize(Unknown Source)
        at com.xilinx.installer.gui.H.run(Unknown Source)
Exception in thread "main" java.lang.IllegalStateException: no splash screen available
        at java.desktop/java.awt.SplashScreen.checkVisible(Unknown Source)
        at java.desktop/java.awt.SplashScreen.close(Unknown Source)
        at com.xilinx.installer.gui.G.b(Unknown Source)
        at com.xilinx.installer.gui.InstallerGUI.G(Unknown Source)
        at com.xilinx.installer.gui.InstallerGUI.e(Unknown Source)
        at com.xilinx.installer.api.InstallerLauncher.main(Unknown Source)

解决方法:

这会将文件解压缩到 ~/xilinx-installer 目录,进入那个文件夹

./Xilinx_Unified_2020.1_0602_1208_Lin64.bin --noexec --target ~/xilinx-installer

下一步是输入您的用户名和密码,以生成身份验证令牌(这是您下载程序所必需的)

./xsetup -b AuthTokenGen

然后创建一个配置文件,稍后将用于安装

./xsetup -b ConfigGen

它会询问几个基本问​​题,然后告诉您配置文件的存储位置。打开该配置文件并根据需要修改它。它是纯文本格式,因此很容易修改

然后最后安装它

./xsetup --batch Install --agree XilinxEULA,3rdPartyEULA,WebTalkTerms --location ~/Xilinx/Vivado --config "/path/to/.Xilinx/install_config.txt"

运行 ./xsetup --help 里面有很多信息,会告诉你这些标志的含义

--batch Install: will stop the gui installer
--agree XilinxEULA,3rdPartyEULA,WebTalkTerms : is for agreeing to the terms and conditions for those three things
--location ... : is where you want to install it
--config ... : is the location of the config file you generated

卸载 找到路径  .xinstall/Vivado_2020.1

sudo ./xsetup -b Uninstall

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值