delay_load - 2021.2 English

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

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

Syntax

{ delay_load } 

Description

This attribute specifies that the loading of subsystem is delayed.

Example

test:
{
    image
    {
		{ type = bootimage, file = base.pdi }	
    }    
    image
    {
        name=subsys_1, id=0x1c000000, delay_load
        { core=psm, file=psm.elf }
        { type=cdo, file=ps_data.cdo }
        { core=a72-0, file=a72_app.elf }
    }
}