Syntax
bootgen -arch zynq -image test.bif -fill 0xAB -o boot.bin
Description
This option specifies the byte to use for filling padded/reserved memory in <hex byte>
format.
Outputs
The boot.bin file in the 0xAB
byte.
Example
The output image is generated with name boot.bin. The format of the output image is determined based on the file
extension of the file given with -o
option, where
-fill:
Specifies the Byte to be padded. The
<hex byte
> is padded in the header tables
instead of 0xFF
.
bootgen -arch zynq -image test.bif -fill 0xAB -o boot.bin