petalinux-package --prebuilt Command Examples - 2021.2 English

PetaLinux Tools Documentation: Reference Guide

Document ID
UG1144
Release Date
2021-10-27
Version
2021.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>