Syntax
image
{
}
Description
This attribute is used to define a subsystem/image.
Example
test:
{
image
{
name = pmc_subsys, id = 0x1c000001
{ type = bootloader, file = plm.elf }
{ type=pmcdata, load=0xf2000000, file=pmc_cdo.bin}
}
image
{
name = PL_SS, id = 0x18700000
{ id = 0x3, type = cdo, file = bitstream.rcdo }
{ id = 0x4, file = bitstream.rnpi }
}
}