copy - 2022.1 English

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

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Syntax

{ copy = <addr> }

Description

This attribute specifies that the image is to be copied to memory at specified address.

Example

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