Running the PS Application - 2024.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2024-12-06
Version
2024.2 English

Follow the below steps to test the Fidus MUSIC algorithm with MATLAB:

  • Run the host application on VCK190 board:

  • sudo su

  • cd /run/media/mmcblk0p1/

  • ./host_app -c binary_container_1.xclbin -p 8888

    • -c specifies the platform configuration binary

    • -p specifies the TCP port the application is going to listen to

  • The application will load the platform configuration and start a TCP server on the given port:

figure