nonbooting - 2023.2 简体中文

Bootgen 用户指南 (UG1283)

Document ID
UG1283
Release Date
2023-10-18
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  
}