Embedded Application Creation Overview - 2025.1 English - XD098

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2025-06-17
Version
2025.1 English

Depending on the target platform, you can either use XRT APIs or an AMD provided Board Support Package (BSP) to write the host code and control the AI Engine and PL kernel

graph TD;
 start1["Platform (BSP)"]--->A(ARM GNU Compiler);
 start2[main.cpp]--->A(gcc: ARM GNU Compiler);
 start3[Sysroot]--->A(ARM GNU Compiler);
    A-->End[output.exe];