Fast Track - 2025.1 English - XD098

Vitis Tutorials: Getting Started (XD098)

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

Scripts are provided to package and test the Vitis platform.

To use these scripts, download Versal common image from AMD website download page and give its path to the following command.

  1. Run build

    # cd to the ref_files directory, e.g.
    cd ref_files/<board>
    make all COMMON_IMAGE_VERSAL=<path/to/common_image/>  #Specify the path of the common image
    

    This command is to generate platform with pre-built software components and do sw emulation by running vadd application to test this platform.

    make sd_card COMMON_IMAGE_VERSAL=<path/to/common_image/>  #Specify the path of the common image
    

    This command is to generate platform with pre-built software components and do hw test on board by running vadd application to test this platform.

  2. To clean the generated files, run the following:

    make clean
    

Copyright © 2020–2025 Advanced Micro Devices, Inc.

Terms and Conditions