Install Platforms on Ubuntu
IMPORTANT: Before installing
platforms, you must have Xilinx Runtime installed, as described in Installing Xilinx Runtime.
-
Download the deployment and development target platform packages for the Alveo Data Center Accelerator card you are using from the card product website.
- U50
- https://www.xilinx.com/products/boards-and-kits/alveo/u50.html#gettingStarted
- U200
- https://www.xilinx.com/products/boards-and-kits/alveo/u200.html#gettingStarted
- U250
- https://www.xilinx.com/products/boards-and-kits/alveo/u250.html#gettingStarted
- U280
- https://www.xilinx.com/products/boards-and-kits/alveo/u280.html#gettingStarted
- To install the packages, enter the following
command.
sudo apt install <deb-dir>/<deployment_shell_filename_OS>.deb sudo apt install <deb-dir>/<development_shell_filename_OS>.deb sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get install libgl1-mesa-glx sudo apt-get install libgl1-mesa-dri sudo apt-get install libgl1-mesa-dev sudo add-apt-repository --remove ppa:xorg-edgers/ppaNote: <deb-dir> is the directory where you downloaded the packages to install. <OS> represents the Ubuntu operating system version (16.04 or 18.04) you are using.