Unzip the tarball & kick off the installation process.
steve@Linux-Steve:/home/steve$ tar -xzf /home/steve/Downloads/Xilinx_Unified_2021.2_1021_0703.tar.gz -C /home/steve/Downloads
steve@Linux-Steve:/home/steve$ /home/steve/Downloads/Xilinx_Unified_2021.2_1021_0703/xsetup
In the
Welcome dialog click
Next to proceed.
In the
Select Product to Install dialog select
Vitis and click
Next to proceed.
In the
Vitis Unified Software Platform dialog, expand the menu items and select only what is required based on licensing and disk space. The default is to install everything which uses 192.89 Gb of disk space. The following shows the minimum required to use the ZedBoard with a WebPack license. Once happy with the selections click
Next to proceed.
In the
Accept License Agreements dialog, tick both
I Agree boxes and click
Next to proceed.
In the
Select Destination Directory dialog, enter
/opt/Xilinx for the installation directory, untick the
Create program group entries, untick the
Create desktop shortcuts and click
Next to proceed. Note the location of DocNav, this is not versioned like Vitis, Vivado & Vitis HLS, hence any existing DocNav installation at this location will be overwritten.
In the
Installation Summary dialog, review the details provided and click
Install to proceed.
The
Installation Progress dialog will now appear showing the progress of the installation (takes around 45 minutes to complete).
Once installation is complete the
Xilinx Software Install dialog will appear, click
OK to proceed.
Depending on what devices were selected for installation will ultimately determine whether or not further dialogs appear regarding licensing arrangements. With just Zynq-7000 selected no further dialogs appear and the WebPack license will be used as default.
Install the cable drivers to gain access to the Zedboard hardware.
steve@Linux-Steve:/home/steve$ cd /opt/Xilinx/Vivado/2021.2/data/xicom/cable_drivers/lin64/install_script/install_drivers
steve@Linux-Steve:/opt/Xilinx/Vivado/2021.2/data/xicom/cable_drivers/lin64/install_script/install_drivers$ sudo ./install_drivers
steve@Linux-Steve:/home/steve$ cd ~