fix : apply the suggestion from doc team

This commit is contained in:
Zheng Zhong
2025-09-22 09:59:54 +00:00
committed by Zhang Shuxian
parent 34a54e8aee
commit 57b5376c65
4 changed files with 5 additions and 5 deletions
@@ -320,7 +320,7 @@ In this case all the eFuses related to Flash Encryption are written with help of
.. note::
If secure boot is also enabled, please perform the secure boot firmware signing first, and then carry out the above encryption operation.
If secure boot is enabled, perform secure boot signing of the firmware before carrying out the above encryption operation.
In the above command, the offsets are used for a sample firmware, and the actual offset for your firmware can be obtained by checking the partition table entry or by running `idf.py partition-table`. Please note that not all the binaries need to be encrypted, the encryption applies only to those generated from the partitions which are marked as ``encrypted`` in the partition table definition file. Other binaries are flashed unencrypted, i.e., as a plain output of the build process.