Fast Track - Fast Track - 2025.2 English - XD101

Vitis Tutorials: Platform Creation (XD101)

Document_ID
XD101
Release_Date
2025-12-11
Version
2025.2 English

Scripts are provided to create the Vitis platform. To use these scripts, please run the following steps.

  1. Run build.

    NOTE: Download the common image from Xilinx website download page. and give its path to the following command.

    # cd to the step directory, e.g.
    cd step2_pfm
    make all COMMON_IMAGE_VERSAL=<path/to/common_image/>
    
  2. To clean the generated files, please run

    make clean