AES Encryption - 2020.2 English

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

Document ID
UG1400
Release Date
2020-12-15
Version
2020.2 English

This example shows how to use AES Encryption.


all:
{
   id_code = 0x04ca8093
   extended_id_code = 0x01

    image
    {
        {type=bootloader, encryption=aes, keysrc=bbram_red_key, aeskeyfile=key1.nky, file=plm.elf}
        {type=pmcdata, load=0xf0400000, file=pmc_cdo.bin}
        {type=cdo, file=ps_cdo.bin}
        {core=a72-0, encryption=aes, keysrc=bbram_red_key, aeskeyfile=key2.nky, file=a72_app.elf}
    }
}