petalinux-package --prebuilt Command Examples - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

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

The following examples demonstrate proper usage of the petalinux-package --prebuilt command.

  • Include a specific bitstream in the prebuilt area.
    petalinux-package --prebuilt --fpga <BITSTREAM>
  • Include a specific data file in the prebuilt area. For example, add a custom readme to the prebuilt directory.
    petalinux-package --prebuilt -a <Path to readme>:images/<custom readme>