fix(docs): Disable the NVS encryption HMAC scheme section for unsupported SoCs

This commit is contained in:
Laukik Hase 2023-10-19 11:01:56 +05:30 committed by Linda
parent e925665f94
commit 81665b27c3
2 changed files with 68 additions and 68 deletions

View File

@ -69,7 +69,7 @@ NVS 密钥分区
idf.py partition-table partition-table-flash
1. 使用 :component_file:`parttool.py<partition_table/parttool.py>` (参见 :doc:`/api-guides/partition-tables` 中分区工具相关章节)将密钥存储在 flash 上的 :ref:`nvs_encr_key_partition`
2. 使用 :component_file:`parttool.py<partition_table/parttool.py>` (参见 :doc:`/api-guides/partition-tables` 中分区工具相关章节)将密钥存储在 flash 上的 :ref:`nvs_encr_key_partition`
::
parttool.py --port PORT --partition-table-offset PARTITION_TABLE_OFFSET write_partition --partition-name="name of nvs_key partition" --input NVS_KEY_PARTITION_FILE