delay_auth - 2022.2 English

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

Document ID
UG1400
Release Date
2023-01-02
Version
2022.2 English

Syntax

{delay_auth, file = filename}

Description

This attribute indicates that the authentication will be done at a later stage. This helps bootgen to reserve space for hashes during partition encryption.

Example

	stage2b:
	{
	 image
	 {
	  name = lpd
	  id = 0x4210002
	  partition
	  {
	   id = 0x0C,
	   type = cdo,
	   encryption=aes, delay_auth
	   keysrc = bbram_red_key,
	   aeskeyfile = lpd_data.nky,
	   file = lpd_data.cdo
	  }
	 }
	}