使用应用模板创建应用工程 (Zynq UltraScale+ MPSoC FSBL) - 2023.2 简体中文

Vitis 统一软件平台文档 嵌入式软件开发 (UG1400)

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 简体中文

以下 XSCT 会话示例演示了如何为 Cortex-A53 处理器创建 FSBL 工程。

注释: 创建应用工程可通过自动添加必要的库和设置编译器选项来创建 BSP 工程。在 FSBL 中将添加 FSBL_DEBUG_DETAILED 符号以提供调试消息。
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