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