mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
feat(tools): Add often used espefuse subcommands to idf.py
This commit is contained in:
@@ -122,7 +122,7 @@ It is possible for an application to use different keys for different NVS partit
|
||||
.. note:: Users can program their own HMAC key in eFuse block beforehand by using the following command:
|
||||
::
|
||||
|
||||
espefuse.py -p PORT burn_key <BLOCK_KEYN> <hmac_key_file.bin> HMAC_UP
|
||||
idf.py -p PORT efuse-burn-key <BLOCK_KEYN> <hmac_key_file.bin> HMAC_UP
|
||||
|
||||
Encrypted Read/Write
|
||||
--------------------
|
||||
|
||||
Reference in New Issue
Block a user