destination_device - destination_device - 2026.1 English - UG1283

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2026-06-23
Version
2026.1 English

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
}