Search found 3 matches

by richarddavison
Fri Sep 01, 2017 12:00 pm
Forum: ESP8266 boards
Topic: [Solved] Garbage from REPL prompt
Replies: 2
Views: 3520

Re: Garbage from REPL prompt

Solved it using:

Code: Select all

python3 /usr/local/lib/python3.6/site-packages/esptool.py -p /dev/tty.wchusbserial1440 --baud 115200 write_flash --flash_mode=dout --flash_size=detect 0 build/firmware-combined.bin
:)
by richarddavison
Thu Aug 10, 2017 9:33 am
Forum: ESP8266 boards
Topic: [Solved] Garbage from REPL prompt
Replies: 2
Views: 3520

[Solved] Garbage from REPL prompt

Hi, I recently ordered a couple of Weeks D1 mini lite chips. I previously managed to successfully flash micropython on another chip but accidentally fried it (high voltage hehe). But this time around I only get garbage from screen command. Erase and flash is successful, all chips produce the same re...
by richarddavison
Thu Aug 10, 2017 9:07 am
Forum: ESP8266 boards
Topic: [SOLVED] unable to get REPL prompt
Replies: 17
Views: 19629

Re: unable to get REPL prompt

Did you manage to solve it?

I have the same problem ☹️