manuall force exit download mode after flashing with esptool.
Posted: Wed Dec 21, 2022 1:01 am
I Just flashed my ESP32-S2FNR2 (esp32 s2 mini) from the standard circuitpython to micropython.
afterwards I recieved the familiar warning (not error ):
WARNING: ESP32-S2FNR2 (revision v0.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set --after option to 'no_reset'.
so I assumed, pressing the reset button would manually reset the board, unfortunately it stays in download mode even after disconnecting / reconnecting usb / pressing reset / 0 button.
How can I force this board to reset? I assume it's not a physical issue with the reset button as it worked fine to get it into download mode just a minute before.
I have several of these boards (not available to try, to answer this quation myself) which have still circuitpython on it, which i flashed to update in the past in a similar methode and can't recall having the same issue.
afterwards I recieved the familiar warning (not error ):
WARNING: ESP32-S2FNR2 (revision v0.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set --after option to 'no_reset'.
so I assumed, pressing the reset button would manually reset the board, unfortunately it stays in download mode even after disconnecting / reconnecting usb / pressing reset / 0 button.
How can I force this board to reset? I assume it's not a physical issue with the reset button as it worked fine to get it into download mode just a minute before.
I have several of these boards (not available to try, to answer this quation myself) which have still circuitpython on it, which i flashed to update in the past in a similar methode and can't recall having the same issue.