Replies: 2 comments 8 replies
-
Is it possible that you have reflashed something other than the MicroPython firmware?
does not look like the board has loaded and executed MicroPython. Please try erasing and reflashing the board using esptool.py. Erase flash
Reflash firmware
Please replace and <firmware.bin> with your values. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Hi guys, Thanks a lot for replies, |
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.
-
Hello to everyone,
I made a custom firmware for the ESP32 as I aimed to just add a few py modules to the ROM, but when I upload it for the first time. It worked fine, when I typed help('modules') I saw my modules in Thonny. Then I accidentally reuploaded it and didn't change anything but it didn't work.
This is the Thonny console output when I press the reset button on my custom ESP32 board. After this output, I can not reach my files or I can not upload code on Thonny. Device just waits.
Thank you in advance for your help,
Volkan
Beta Was this translation helpful? Give feedback.
All reactions