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.
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.
To clean the generated files, run
make clean
Copyright © 2020–2024 Advanced Micro Devices, Inc