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