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