The following table details the command line options that are common to all
petalinux-boot
workflows.
Option | Functional Description | Value Range | Default Value |
---|---|---|---|
--jtag
|
Use the JTAG workflow. Mutually exclusive with the QEMU
workflow. One of the two, --jtag or
--qemu is required. |
None | None |
--qemu
|
Use the QEMU workflow. Mutually exclusive with the JTAG
workflow. One of the two,
or --qemu is required. |
None | None |
--prebuilt
|
Boot a prebuilt image. This is optional. |
|
None |
--boot-addr
BOOT_ADDR
|
Boot address. This is optional. | None | None |
--u-boot
|
This option can be use to download specified U-Boot binary along with dependent files to boot into the U-Boot. It will select an U-Boot ELF image from <plnx-proj-root>/images/linux/. This is optional. | User-specified | <plnx-proj-root>/images/linux/u-boot.elf |
--kernel
|
This option can be use to download specified kernel binary along with dependent files to boot kernel. This option will pick kernel image from <plnx-proj-root>/images/linux/. This is optional. | User-specified |
The default image is in <plnx-proj-root>/images/linux. |
-v,--verbose
|
Displays additional output messages. This is optional. | None | None |
-h,--help
|
Displays tool usage information. This is optional. | None | None |