The following table details the options that are valid when including prebuilt
data in the project with the petalinux-package
--prebuilt
workflow.
Options | Functional Description | Value Range | Default Value |
---|---|---|---|
-p,--project PROJECT
|
PetaLinux project directory path. This is optional. | User-specified | Current Directory |
--force
|
Overwrite existing files on disk. This is optional. | None | None |
--clean
|
Remove all files from the <plnx-proj-root>/prebuilt directory. This is optional. | None | None |
--fpga BITSTREAM
|
Include the BITSTREAM file in the prebuilt directory. This is optional. | User-specified | <project>/images/linux/*.bit |
-a,--add src:dest
|
Add the file/directory specified by src to the directory specified by dest in the prebuilt directory. This is optional and can be used multiple times. | User-specified | The default dest path is <project>/prebuilt/linux |