nonbooting - 2023.2 简体中文

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

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

语法

bootgen -arch zynq -image test.bif -o test.bin -nonbooting

描述

该选项用于创建中间启动镜像。将生成中间 test.bin 镜像作为输出,即使缺少生成经身份验证的镜像所需的私钥时也是如此。此中间镜像无法启动。

示例

all:                                                           
{                                                              
	[ppkfile]primary.pub
	[spkfile]secondary.pub                                     
	[spksignature]secondary.pub.sha256.sig                        
	[bootimage,authentication=rsa,presign=fsbl_0.elf.0.sha256.sig]fsbl_e.bin  
}