Chat freely about anything...

User avatar
By MikeBolton
#7546
sej7278 wrote:one too many binaries perhaps?

i usually use:

Code: Select allesptool.py --port /dev/ttyUSB0 write_flash \
    0x00000 eagle.app.v6.flash.bin \
    0x10000 eagle.app.v6.irom0text.bin \
    0x7c000 esp_init_data_default.bin \
    0x7e000 blank.bin


Where did you get these eagle binaries? All the Espressif site (Github actually) seems to have is the blank.bin. I also have the esp_init_data_default.bin from another zip file. It seems to assume you know how to compile the others from the various folders - but not on Windows?

Mike B
User avatar
By hwthinker
#7827 hello,
I success tried download without user2.bin here my syntax:
Code: Select allesptool.py --port /dev/ttyUSB0  write_flash 0x00000 boot_v1.1.bin 0x01000 user1.bin  0x7c000 esp_init_data_default.bin 0x7e000 blank.bin


the output ie:

Connecting...
Erasing flash...
Writing at 0x00000600... (100 %)
Erasing flash...
Writing at 0x00036f00... (100 %)
Erasing flash...
Writing at 0x0007c000... (100 %)
Erasing flash...
Writing at 0x0007ef00... (100 %)


using at command I get this information

Code: Select allAT+GMR


0020000903

OK
Code: Select allAT+RST



OK

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x40100000, len 612, room 16
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8
tail 0
chksum 0x4a
csum 0x4a

2nd boot version : 1.1
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1

r\0x18\0x02
ready


I download firmware from http://bbs.espressif.com/download/file. ... 2b22d9b715
I also succeed burn a new firmware in https://github.com/espressif/esp8266_at/tree/master/bin.

After burn a new firmware try using baudrate 115200 in terminal program