Replies: 1 comment 1 reply
-
Maybe putting it into the bootloader manually will help: https://docs.espressif.com/projects/esptool/en/latest/esp32s3/advanced-topics/boot-mode-selection.html#boot-mode |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone,
I recently installed the Micropython firmware on my esp32-S3 via the built-in USB-JTAG interface (D+/D- on GPIO 20 and 19). Everything works fine. I use a REPL terminal and control my ESP with mpremote.
However, I modified the firmware and I am not able to communicate with my esp32 using esptool, the error is as follows:
A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
Adding the verbose gives me the following details:
I don't have a REPL terminal open but I guess Micropython uses the USB interface and I don't have access with esptool.
Also, on my board I don't have access to any other interface (UART, ...). I don't have a reset button either (can't access to GPIO 0)
Is there a way to disable Micropython from a REPL terminal to free the USB interface?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions