Switching Between XSDB and Vitis Integrated Design Environment - 2025.2 English - UG1725

Software Debugger Reference Guide (UG1725)

Document ID
UG1725
Release Date
2025-11-20
Version
2025.2 English

Below is an example XSDB session that demonstrates creating and building an application using XSDB. After execution, launch the Vitis development environment and select the workspace created using XSDB to view the updates.

Note: The workspace created in XSDB can be used from Vitis IDE. However, at a time, only one instance of the tool can use the workspace.
# Set Vitis workspace
setws /tmp/workspace
# Create application project
app create -name hello -hw /tmp/wrk/system.xsa -proc ps7_cortexa9_0 -os standalone -lang C -template {Hello World}
app build -name hello