Code: Select all
--after hard_reset
in the Espruino ide I get:
Code: Select all
Connected
>
Disconnected
Code: Select all
>>> Sent
ERROR: RECEIVE ERROR: {"connectionId":1,"error":"overrun"}
Disconnect callback...
WARNING: [notify_warn] Disconnected
>>> Disconnected
esptool.py --chip esp32 --port COM3 --baud 921600 --before esp32r0 --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x10000 ../../espruino_esp32.bin
but with soft_reset:
esptool.py --chip esp32 --port COM3 --baud 921600 --before esp32r0 --after soft_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x10000 ../../espruino_esp32.bin
I get a warning:
Code: Select all
Hash of data verified.
Leaving...
Soft resetting...
A fatal error occurred: Soft resetting is currently only supported on ESP8266
As this stage I'm not confirmed if it is booting into the new firmware or the old.