WICHTIG! Root-Zugriff ist für alle Software- und Firmware-Installationen erforderlich.
XRT and Deployment Platform Installation
Procedures on RedHat and CentOS
Use the following steps to download and install the XRT deployment platforms.
For details on upgrading or downgrading the XRT and deployment platform, see
and Target Platform
1. XRT installation requires Extra Packages for Enterprise Linux (EPEL) and a related repository.
If not already installed, install EPEL on your system by following the steps provided here.
2. Run the following two commands to install kernel headers and kernel development packages.
Ensure that uname is surrounded by backticks ( `) and not single quotes ('):
$ sudo yum install kernel-headers-`uname -r`
$ sudo yum install kernel-devel-`uname -r`
3. After the previous command completes, reboot your machine.
4. Download both the XRT and deployment platform installation packages associated with your
card from the Getting Started tab on the respective Alveo card product page:
•
Alveo U200 Product Page
•
Alveo U250 Product Page
•
Alveo U280 Product Page
Note: Select the Vitis Design Flow tool version 2021.1 or greater.
5. Install the XRT installation package by running the following command from within the
directory where the XRT installation packages reside.
$ sudo yum install ./xrt*.rpm
This will install the XRT and its necessary dependencies. Follow the instructions when
prompted throughout the installation.
6. Unpack the deployment target platform tar.gz file into a single directory. The location of
the directory is not important, however the directory should not contain any other files.
7. Install the deployment packages. From within the directory where the installation packages
were unpacked, run the following command. This will install all deployment packages.
sudo yum install ./*.rpm
Alternatively, you can install the deployment platform installation packages individually. If this
is the case, install them in the following order.
UG1301 (v2.2) August 19, 2022
Getting Started with Alveo Accelerator Cards
Versions.
Chapter 4: Installing the Deployment Software
Send Feedback
Changing XRT
www.xilinx.com
19
Need help?
Do you have a question about the Alveo U200 and is the answer not in the manual?