mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fixed typo in configure_ds.py script commmand.
This commit is contained in:
parent
c707d0d323
commit
df0b016cfd
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user