image - 2021.2 English - UG1400

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

Document ID
UG1400
Release Date
2021-12-15
Version
2021.2 English

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 }               
    }                                                     
}