xip_mode - xip_mode - 2026.1 English - UG1283

Bootgen User Guide (UG1283)

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

Syntax

[xip_mode] <partition>

Description

Indicates 'eXecute In Place'; the FSBL executes directly from QSPI flash.

Note: This attribute is only applicable for an FSBL/Bootloader partition.

Arguments

Specified partition.

Example

This example shows how to create a boot image that executes in place for an AMD Zynq™ UltraScale+™ MPSoC device.

all:
{
	[bootloader, xip_mode] fsbl.elf 
	application.elf
}