I've got ESP8266 12E module with adapter for prototyping. Everything works fine but now esp throws some error and reset:
Code: Select all
Fatal exception 0(IllegalInstructionCause):
epc1=0x40201494, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
�
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22
2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 32Mbit(512KB+512KB)
jump to run user1 @ 1000
����n��r��n|�llll`b��|r�l�n��n�ll`��r�l�l��l`��r�l�l�l`��r�l���ll`rl��rl���b��bp|bp���p���b��n�nn�ll��l��l�l����l�rrl�n����bll��b���bl�brlrl
ready
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22
2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 32Mbit(512KB+512KB)
jump to run user1 @ 1000
and over again and again

I try flash like this:
Code: Select all
python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=detect 0x00000 ../AT/boot_v1.7.bin 0x001000 ../AT/user1.1024.new.2.bin 0x3fc000 ../AT/esp_init_data_default.bin 0x7e000 ../AT/blank.bin 0x3fe000 ../AT/blank.bin
i try boot v 1.2 1.6 and 1.7 and it's the same

What do you think ? Did i destroy flash module ?