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.
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
To clean the generated files, please run
make clean
Copyright© 2022 Xilinx