type - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Syntax

{ type = <options> } 

Description

This attribute specifies the type of partition. The options are as follows.

  • bootloader
  • pmcdata
  • cdo
  • bootimage

Example

new_bif:
{
	image
	{
		{ type = bootimage, file = base.pdi }
	}
	image
	{
		name = apu_ss, id = 0x1c000000
		{ core = a72-0, file = apu.elf }
	}
}
Note: *base.pdi is the PDI generated by Vivado.