Creating a Build Configuration - Creating a Build Configuration - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2025-12-05
Version
2025.2 English

If users want to create a Build Configuration, then right click in Explorer view -> Edit Build Configurations, and select the + icon. Users will be presented with an empty Build Configuration. For example, if we wanted to created a build configuration to run the boot script in XSCT

jtag_boot:
	vitis -s ./boot_script.py

Note: You must run make generate_boot_script before running make jtag_boot

The build files we are using are within the scripts directory therefore you will need to append ‘cd scripts &&’ before calling the make command. Create the build configuration as follows

../../../_images/jtag_boot_build_config.PNG