Search found 3 matches

by michalt
Thu Aug 08, 2019 9:48 pm
Forum: ESP8266 boards
Topic: Flashing problem - ESP is blinking, no REPL
Replies: 4
Views: 2171

Re: Flashing problem - ESP is blinking, no REPL

Thanks!

I used the option where I manually set `4MB` and it works fine to me.
by michalt
Thu Aug 08, 2019 7:57 pm
Forum: ESP8266 boards
Topic: Flashing problem - ESP is blinking, no REPL
Replies: 4
Views: 2171

Re: Flashing problem - ESP is blinking, no REPL

Erase logs: https://monosnap.com/file/64lu9V0UW7ZdTgunVzDeP19xD0pfbj Flashing logs: https://monosnap.com/file/eKLI9hpJZ1CIm9vAJp3szw52zpAfq1 Device details: https://monosnap.com/file/lENP0Od2fpw3CH5SWZTAotlCDOAgBA EDIT I have another ESP8266: https://monosnap.com/file/w1JcRgYfRlYPPieSfcgFy3q4WeY91G ...
by michalt
Thu Aug 08, 2019 6:13 pm
Forum: ESP8266 boards
Topic: Flashing problem - ESP is blinking, no REPL
Replies: 4
Views: 2171

Flashing problem - ESP is blinking, no REPL

Hi, I am running into following issue with my ESP8266 during MicroPython launch. I have following steps done: - pyton, pip and things installed, - `esptool.py erase_flash` works - `esptool.py --port /dev/cu.SLAB_USBtoUART --baud 115200 write_flash --flash_size=detect 0 esp8266-20190529-v1.11.bin` wo...