mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Fixed typo in configure_ds.py script commmand.
This commit is contained in:
@@ -117,7 +117,7 @@ def efuse_summary(args):
|
||||
|
||||
|
||||
def efuse_burn_key(args):
|
||||
os.system("python $IDF_PATH/components/esptool_py/esptool/espefuse.py --chip esp32s2 -p %s burn_key"
|
||||
os.system("python $IDF_PATH/components/esptool_py/esptool/espefuse.py --chip esp32s2 -p %s burn_key "
|
||||
"%s %s HMAC_DOWN_DIGITAL_SIGNATURE --no-read-protect"
|
||||
% ((args.port), ("BLOCK_KEY" + str(args.efuse_key_id)), (hmac_key_file)))
|
||||
|
||||
|
Reference in New Issue
Block a user