Installing Vitis AI Runtime (VART) on the Evaluation Board - 1.1 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2020-03-23
Version
1.1 English
With an Ethernet connection established, you can copy the Vitis™ AI Runtime (VART) package from github to the evaluation board and set up Vitis AI running environment for the ZCU102 board.
  1. Download the following packets.
    • libunilog-1.1.0-Linux.deb
    • libxir-1.1.0-Linux.deb
    • libvart-1.1.0-Linux.deb
  2. Copy the downloaded packets from host to ZCU102 board with the following command.
    $scp libunilog-1.1.0-Linux.deb libxir-1.1.0-Linux.deb libvart-1.1.0-Linux.deb root@IP_OF_BOARD:~/
    Note: The deb package can be taken as a normal archive, and if you need its contents, you can extract the contents on the host side using the following command.
    $mkdir extract
    $dpkg –X libvart-1.1.0-Linux.deb extract
  3. Copy the glog-0.4.0-Linux.tar.gz from host to ZCU102 board with the following command.
    $cd ~/glog-0.4.0/build_for_petalinux
    $scp glog-0.4.0-Linux.tar.gz root@IP_OF_BOARD:~/
  4. Log in to the board using ssh. You can also use the serial port to login.
  5. Install the Vitis AI Runtime. Execute the following command in order.
    #tar -xzvf glog-0.4.0-Linux.tar.gz --strip-components=1 -C /usr
    #dpkg –i --force-all libunilog-1.1.0-Linux.deb
    #dpkg –i libxir-1.1.0-Linux.deb
    #dpkg –i libvart-1.1.0-Linux.deb

    After the installation is complete, the Vitis AI Runtime library will be installed under /usr/lib.