Intel® Agilex™ Device Security User Guide

ID 683823
Date 1/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.3. Authentication Root Key Provisioning

To program the owner root key hashes to physical fuses, you must load the provision firmware first following a power-on reset, program the owner root key hashes, and immediately perform another power-on reset. A power-on reset is not required if programming root key hashes to virtual fuses.

To program authentication root key hashes, you program the provision firmware helper image and run one of the following commands to program the root key .qky files.
// For physical (non-volatile) eFuses
quartus_pgm -c 1 -m jtag -o “p;root0.qky;root1.qky;root2.qky” --non_volatile_key
// For virtual (volatile) eFuses
quartus_pgm -c 1 -m jtag -o “p;root0.qky;root1.qky;root2.qky”