fill - 2023.2 简体中文

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

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

语法

bootgen -arch zynq -image test.bif -fill 0xAB -o boot.bin

描述

该选项可指定用于按 <hex byte> 格式对填充/保留内存进行填充的字节。

输出

0xAB 字节中的 boot.bin 文件。

示例

生成的输出镜像名为 boot.bin。输出镜像的格式是根据随 -o 选项提供的文件的文件扩展名来判定的,其中 -fill: 用于指定要填充的字节。<hex byte> 在头文件表(而不是 0xFF)中进行填充。

bootgen -arch zynq -image test.bif -fill 0xAB -o boot.bin