Re: UART dark after flashing
Posted: Thu Apr 20, 2017 8:38 am
I have a similar issue after flashing where I can't connect with the Espruino IDE after a flash and
The delay - close - delay update does not work.
in the Espruino ide I get:
and in the console:
However, If I flash instead of:
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:
But I can then go into the Web ide directly.
As this stage I'm not confirmed if it is booting into the new firmware or the old.
Code: Select all
--after hard_resetin the Espruino ide I get:
Code: Select all
Connected
>
DisconnectedCode: Select all
>>> Sent
ERROR: RECEIVE ERROR: {"connectionId":1,"error":"overrun"}
Disconnect callback...
WARNING: [notify_warn] Disconnected
>>> Disconnectedesptool.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 ESP8266As this stage I'm not confirmed if it is booting into the new firmware or the old.