Syntax
{ core = <options> }
Description
This attributes specifies which core executes the partition.
Arguments
- a72-0
- a72-1
- r5-0
- r5-1
- psm
- aie
- r5-lockstep
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.