Xrt And Deployment Platform Installation Procedures On Ubuntu - Xilinx VCK5000 Installation Manual

Table of Contents

Advertisement

XRT and Deployment Platform Installation
Procedures on Ubuntu
Use the following steps to download and install the XRT and deployment platform using a .deb
installation package.
For details on installing a newer or older version of XRT and deployment platform, see
B: Changing XRT and Target Platform
1. From the lounge, download the Xilinx
installation packages.
Download the packages by clicking on the displayed package names.
2. Install the XRT installation package by running the following command from within the
directory where the installation packages reside. <version> is the latter part of the
installation package file name.
$ sudo apt install ./xrt_<version>.deb
This will install the XRT along with any necessary dependencies. Follow the instructions
when prompted throughout the installation.
3. 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.
4. 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 apt install ./*.deb
5. Flash the platform firmware on the card. After installing the deployment packages in the
previous step, the following message is displayed:
Partition package installed successfully.
Please flash card manually by running below command:
sudo /opt/xilinx/xrt/bin/xbmgmt program --base --device <bdf> --image
xilinx_vck5000_gen3x16_xdma_base_1
To find <bdf>, run this command:
sudo /opt/xilinx/xrt/bin/xbmgmt examine
Flash the platform firmware on the card with the following command:
$ sudo /opt/xilinx/xrt/bin/xbmgmt program --base --device <management
BDF> --image xilinx_vck5000_gen3x16_xdma_base_1
Where management BDF is the card to be programmed. See
BDF Values
to obtain the device management BDF.
Flashing can take several minutes.
UG1531 (v1.0) March 4, 2022
VCK5000 Hardware Install Guide
Chapter 4: Installing the Deployment Software
Versions.
®
runtime (XRT) and deployment target platform
Appendix C: Obtaining Card
www.xilinx.com
Send Feedback
Appendix
18

Advertisement

Table of Contents
loading

Table of Contents