You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESP32-S2 does not enter UF2-Bootloader.
The only way is to double press the reset button, or reset the device and shortly after press the boot button.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Thank you so much @hathach. That solved the problem. I didn't know that it is necessary to completely update all partitions.
Now it works fine. You can close this issue.
@FlorianBaumgartner no problems, not all issue requires boot2 stage update like this one. Since boot2 contain bare minimum code. Though IDF recent changes break (redefine) some of the reset reason constant which we use to detect software reset.
CircuitPython version
Code/REPL
Behavior
Acts just as a regular system reset. Device does not enter UF2-Bootloader.
Description
Even by directly calling:
The ESP32-S2 does not enter UF2-Bootloader.
The only way is to double press the reset button, or reset the device and shortly after press the boot button.
Additional information
No response
The text was updated successfully, but these errors were encountered: