fill - fill - 2026.1 简体中文 - UG1283

Bootgen 用户指南 (UG1283)

Document ID
UG1283
Release Date
2026-06-23
Version
2026.1 简体中文

语法

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