wrong firmware in ESP32S2_WROVER #12096
Unanswered
robhamerling
asked this question in
ESP32
Replies: 2 comments 3 replies
-
I think now you need to enter the bootloader mode and upload the correct bootloader. You can see the docs for details: |
Beta Was this translation helpful? Give feedback.
3 replies
-
@bidrohini: the solution is to correctly use the right buttons on the board to get the device in bootloader mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to update an ESP32-S2_WROVER with 1.20 esptool.py produces the message: Failed to connect to ESP32-S2: No serial data received.
When I connect with a serial terminal via USB it seems to work fine: I can execute scripts, os.listdir() shows the files, etc.
Then I noticed at power-on reset:
Apparently I loaded this ESP32 last time with the wrong firmware: for a LOLIN-S2 mini!
All efforts to let it accept new firmware failed, also an erase_flash gives the "no serial data received" message.
I could not find a solution at the Espressif troubleshooting pages. What can I do to overcome this situation?
False alarm: Mistake with putting the ESP32 in bootloader mode!
Beta Was this translation helpful? Give feedback.
All reactions