For example, my CLI for
Unencrypted:
Code: Select all
@%ESP_TOOL% --chip esp32 --port %COMPORT% --baud 460800 --before default_reset --after hard_reset write_flash -u --flash_mode dio --flash_freq 40m --flash_size 4MB [b]<...firmware paths/locations>[/b]
Code: Select all
@%ESP_TOOL% --chip esp32 --port %COMPORT% --baud 460800 --before default_reset --after hard_reset write_flash --encrypt --flash_mode dio --flash_freq 40m --flash_size 4MB [b]<...firmware paths/locations>[/b]
The only way I know of atm is to do an esp efuse read, interpret the data myself, then run the appropriate cli option. Is there any shortcut to this process? Perhaps its already been implemented in esptool?
Cheers,
Ryan.