-
Hello, I'm trying to install Micopython on an ESP8266-S01. Deleting and programming the firmware works. When I turn on the board, the blue LED flashes quickly. When I switch on the try interface with 115200 baud I get weird character output on screen. Maybe I have the wrong baud rate? I tried two different firmware versions: 1.20.0 and 1.14 Thanks for help Haiko |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Try 74880 baud to see the boot messages. However, once MicroPython takes over, it switches to 115200 so you should see something there. If it’s constantly rebooting: the most common cause for that is a wrong flash mode. Try different values for the |
Beta Was this translation helpful? Give feedback.
-
If you ate sure that the device has 1MB flash, you could also manually specify the flash size with the -fs option. Sometimes the auto detection does not work. |
Beta Was this translation helpful? Give feedback.
-
this forum post suggests the correct esptool command line for you might be:
|
Beta Was this translation helpful? Give feedback.
this forum post suggests the correct esptool command line for you might be: