Syntax
[destination_device <options>] <partition>
Description
Specifies whether the partition is targeted for PS or PL.
Arguments
- ps: The partition is targeted for PS. This is the default value.
- pl: The partition is targeted for PL, for bitstreams.
Example
all:
{
[bootloader,destination_cpu=a53-0]fsbl.elf
[destination_device=pl]system.bit
[destination_cpu=r5-1]app.elf
}