- Run the installer, xsetup for Linux, or xsetup.exe for Windows, which opens the Welcome page.
- Click Next to open the Select Install Type page of the Installer.
- If installing with the web installer, enter your AMD user account credentials, and select Download and Install Now (only needed by web installer).
- Click Next to open the Accept License Agreements page of the Installer.
- Accept the terms and conditions by clicking each I Agree check box.
- Click Next to open the Select Product to Install page of the Installer.
- Select product to install
- Option 1: To install Vitis Embedded, select Vitis Embedded Development.
- Option 2: To install Vivado and Vitis Embedded, select Vivado, and enable the
Vitis Embedded
Installer option.
- Select Vivado ML Standard or Vivado ML Enterprise according to your license type.
- Enable Vitis Embedded Development.
- Option 3: To install the full featured Vitis Software Platform, select Vitis.
- Click Next.
- Click Next to open the Accept License Agreements page of the installer and accept as appropriate.
- Click Next to open the Select Destination Directory page of Installer.
- Specify the installation directory, review the location summary, review the disk space required to ensure there is enough space, and click Next to open the Installation Summary page of the Installer.
- Click Install to begin the installation of the software.
After a successful installation of the Vitis Software, a confirmation message is displayed, with a prompt to run the installLibs.sh script.
- Locate the script at: <install_dir>Vitis/<release>/scripts/installLibs.sh,
where <install_dir> is the location
of your installation, and <release>
is the installation version.Note: This script is not required on Windows.
- Run the script using
sudo
privileges as follows:sudo ./installLibs.sh
The command installs a number of necessary package for the Vitis tools based on the OS of your system.
Important: Pay attention to any messages
returned by the script. You might need to install any missing packages manually. For
example, if installation of Linux does not include the zip command-line utility, you
need to manually install it. The utility is required by some of the Vitis tools and the installLibs.sh script does not
install it for you.
Note: For more information about the AMD Unified Installer, refer to
Vivado Design Suite User Guide: Release
Notes, Installation, and Licensing (UG973).