Search found 1 match

by almicro
Mon Mar 22, 2021 6:31 pm
Forum: ESP8266 boards
Topic: ESP8266- Undecoded Data (gibberish) in shell after flash
Replies: 2
Views: 1832

Re: ESP8266- Undecoded Data (gibberish) in shell after flash

I've had that problem after flashing a Wemos D1 mini. I had to explicitly specify the flash size on the esptool command line to match my board. I left it out of the command line thinking the flash size would be automatically detected and used correctly. Like: write_flash --flash_size 4MB -fm dio 0 l...