The following is an example XSCT session that demonstrates creating a FSBL project for a Cortex-A53 processor.
Note: Creating an application
project creates a BSP project by adding the necessary libraries and setting compiler
options automatically. FSBL_DEBUG_DETAILED symbol
is added to FSBL for debug messages.
setws /tmp/wrk/workspace
app create -name a53_fsbl -hw /tmp/wrk/system.xsa -os standalone -proc psu_cortexa53_0 -template {Zynq MP FSBL}
app config -name a53_fsbl define-compiler-symbols {FSBL_DEBUG_INFO}
app build -name a53_fsbl