1、sudo ./xsetup时遇到"
no splash screen available"
./xsetup
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)
改为命令行安装:
./xsetup -b ConfigGen
./xsetup -c ~/.Xilinx/install_config.txt --agree XilinxEULA,3rdPartyEULA,WebTalkTerms --batch Add
参考文章:Vivado Vitis 2020.1无法在Ubuntu部分版本上安装的解决办法_ubuntu vitis安装提示版本不支持-优快云博客
2、磁盘容量不够
报错:ERROR: There is not enough disk space on /tools/Xilinx to install.
(1)VMWare的虚拟机设置中,给磁盘扩容至300GB
(2)安装分区工具
sudo apt-get install gparted
(3)使用gparted进行分区
参考文章:8. Vmvare中重新分配Linux系统的分区空间大小-优快云博客
3、VMWare中虚拟机越用占用内存越大
在VMWare的安装路径下执行cmd命令,给vmdk瘦身
C:\Program Files (x86)\VMware\VMware Workstation> .\vmware-vdiskmanager.exe -k "D:\Ununtu18\ubuntu18_tuxue.vmdk"