Page 1 of 1

8285 flashing error

Posted: Wed Feb 03, 2021 3:54 pm
by blazzelia
Hi,

I have an ESP8285 which I succeed in bricking after issuing an AT+IPR=9600 :(

I attempted a few tools to re-flash the chip but they all fail. The most information during the process I got by using esptool.py.
Here is the output of the command.
----
C:\Users\dart\Downloads\esptool-master>esptool.py --port COM6 write_flash -fm q
io 0x01000 "C:\Users\dart\Downloads\ESP8266_NONOS_SDK-3.0.4\bin\at\512+512\user1
.1024.new.2.bin"
esptool.py v3.1-dev
Serial port COM6
Connecting........_____....._____.....
Detecting chip type... ESP8266
Chip is ESP8285N08
Features: WiFi, Embedded Flash
Crystal is 26MHz
MAC: 84:0d:8e:7c:99:c4
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Compressed 413444 bytes to 296966...
Writing at 0x0000bb5a... (15 %)
A fatal error occurred: Timed out waiting for packet header
---

With ESP8285 DOWNLOAD TOOL 3.8.5 I get "8-download data fail":
---
CONNECT BAUD: 115200
============
....._Uploading stub...
Running stub...
Stub running...
-----------------------
crc_efuse_4bit: 0
crc_calc_4bit: 10
48bit mac
[2021-02-03 17:53:24,252][ESP8266Loader_spi[1]][espDownloader.py][line:574][ERRO
R]: ESP8285 Chip flash download error esp_write_flash.
---

Any idea what could be done to fix this? Btw, I used the same tools and commands to successfully re-flash another 8266.

Thanks,

B