Running the PS Application - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 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