forked from espressif/esp-idf
fix(docs): Disable the NVS encryption HMAC scheme section for unsupported SoCs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user