Xilinx VCK5000 Installation Manual page 16

Table of Contents

Advertisement

2. Run the following 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. From the lounge, download the Xilinx
installation packages.
Download the packages by clicking on the displayed package names.
5. 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 yum install ./xrt_<version>.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
8. 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.
IMPORTANT! Do not enter Ctrl + c in the terminal while the firmware is flashing as this can cause the
card to become inoperable.
IMPORTANT! If you have multiple cards installed in the system, you must run the above xbmgmt
program command separately for each card.
UG1531 (v1.0) March 4, 2022
VCK5000 Hardware Install Guide
Chapter 4: Installing the Deployment Software
®
runtime (XRT) and deployment target platform
Appendix C: Obtaining Card
Send Feedback
www.xilinx.com
16

Advertisement

Table of Contents
loading

Table of Contents