语法
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