Skip to content

Commit

Permalink
Merge branch 'fix/host_based_security_workflows_v5.2' into 'release/v…
Browse files Browse the repository at this point in the history
…5.2'

fix(security): Fix host based security workflow doc

See merge request espressif/esp-idf!33959
  • Loading branch information
AdityaHPatwardhan committed Oct 3, 2024
2 parents 2b1122a + b16c6f4 commit dc6657c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/security/host-based-security-workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ In this workflow, we shall use ``espsecure`` tool to generate signing keys and u

.. code:: bash
espefuse.py --port PORT --chip esp32c2 burn_key KEY_BLOCK0 SECURE_BOOT_DIGEST digest.bin
espefuse.py --port PORT --chip esp32c2 burn_key KEY_BLOCK0 digest.bin SECURE_BOOT_DIGEST
.. only:: SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS

.. code:: bash
espefuse.py --port PORT --chip {IDF_TARGET_PATH_NAME} burn_key BLOCK SECURE_BOOT_DIGEST0 digest.bin
espefuse.py --port PORT --chip {IDF_TARGET_PATH_NAME} burn_key digest.bin BLOCK SECURE_BOOT_DIGEST0
where ``BLOCK`` is a free keyblock between ``BLOCK_KEY0`` and ``BLOCK_KEY5``.

Expand Down

0 comments on commit dc6657c

Please sign in to comment.