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.