Replies: 1 comment 5 replies
-
When I was playing with these parts more than a year ago this is a more typical upload command: esptool.py --port /dev/ttyS3 --baud 115200 write_flash --flash_size=1MB -fm dout 0x0 the_image_file.bin I recall there are 4 different options for |
Beta Was this translation helpful? Give feedback.
5 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 just received my pack of ESP 12F (ESP8266) development boards a few hours ago, and I'm stumped on getting the MicroPython REPL working.
Symptoms: After "esptool.py erase_flash" and "esptool.py --baud 460800 --port /dev/cu.usbserial-0001 write_flash 0 downloads/esp8266-20190125-v1.10.bin" (both of which seemed to work) one of the LEDs flashes at a high rate continually (all my life that has meant data activity on a UART). Then when I run "screen /dev/cu.usbserial-0001 115200", the terminal window fills up with randomness, which I've always associated with mismatched baud rates or other UART settings.
Environment: MacOs 11.7.2, SiLabs drivers 6.0.2 freshly installed today. in addition to the v1.10 shown above, I get the same behavior with v1.19.1, both 1m and 2m sizes. Any correction would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions