ESP32-S3-EYE MicroPython Bootloader Problem #10121
Unanswered
mmurat06
asked this question in
Using MicroPython
Replies: 3 comments
-
@mmurat06 Have you tried using esptool.py directly, as per the instructions at https://micropython.org/download/GENERIC_S3/ ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mmurat06 Did you find a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The ESP32-S3-EYE has “… 8 MB Octal PSRAM”, so you'd have more luck using one of the Firmware (Support for Octal-SPIRAM) downloads. Also seconding Jimmo's suggesting that you try using esptool directly. Thonny doesn't show you all the results you need to diagnose problems. |
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.
-
I downloaded and uploaded the micropython to ESP32-S3 (.bin file from "https://micropython.org/download/GENERIC_S3/"). When I try to upload any code to my board(ESP32-S3_EYE) I am facing with this error:
-------
PROBLEM IN THONNY'S BACK-END: Internal error (serial.serialutil.SerialTimeoutException: Write timeout).
See Thonny's backend.log for more info.
You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.
-------
Are there anyone can use micropython on this board? Could you please help me?
Beta Was this translation helpful? Give feedback.
All reactions