- Download Xilinx Vitis All OS installer Single-File(Includes Vitis, Vivado and Petalinux downloader):
- Downloads (xilinx.com)
- Extracted Files on linux drive
- tar -xvf Xilinx_Unified_2020.2_1118_1232.tar.gz
- Create Folder /tools/Xilinx
- sudo mkdir /tools
- sudo mkdir /tools
- Change owner to user
sudo chown <owner>:<owner> /tools/Xilinx
Install Vitis run xsetup - select Vitis on default installation path
- Add Environment variable be license (can be shared with WinOS License) permanently
- Open Xilinx License manager and chose Copy License and select your license file from windows partion
- Install petalinux
- run xsetup
- select petalinux on default installation path
- Add source environment to auto start of new console :
- sudo vim /etc/bash.bashrc
- add on the end: source /tools/Xilinx/PetaLinux/2020.2/tool/settings.sh
|