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

bootgen -image test.bif -o boot.bin -encrypt <efuse|bbram|>

Description

  • This option specifies how to perform encryption and where the keys are stored. The NKY key file is passed through the BIF file attribute aeskeyfile. Only the source is specified using command line.

Arguments

Key source arguments:

  • efuse: The AES key is stored in eFUSE. This is the default value.
  • bbram: The AES key is stored in BBRAM.