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 component. To use these scripts, run the following steps.

  1. Run build.

    Note: Download the common image from the 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_ZYNQMP=<path/to/common_image/>
    
  2. To clean the generated files, run the following command:

    make clean