Fast Track - 2022.2 English

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2022-11-07
Version
2022.2 English

Scripts are provided to package and test the Vitis platform.

To use these scripts, please download Versal common image from Xilinx 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
    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, please run

    make clean
    

Copyright© 2022 Xilinx