Modify Bitstream - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-10-18
Version
2023.2 English

Execute the following command to modify the bitstream file for MicroBlazeâ„¢ processor.

petalinux-package --boot --fpga <FPGA bitstream> --fsbl <fs-boot> --format DOWNLOAD.BIT
This generates download.bit in the <plnx-proj-root>images/linux/ directory. With the previous command, it merges the fs-boot into the FPGA bitstream by mapping the ELF data onto the memory map information (MMI) for the block RAMs in the design. For detailed usage, see the --help option or see petalinux-package --boot.
Note: PetaLinux only supports 32-bit MicroBlaze processors.