Flashing AT 1.7.0 binary firmware in 32m-c1 mode not working #179
Description
Hi dev team,
I tried flashing ESP8266 (32Mb) with latest AT firmware (1.7.0 binary distribution from espressif.com) using esptool.py in 32mb-c1 flash map mode using the flash adresses listet in readme.md / release notes in pdf.
Command used:
esptool.py --port /dev/ttyUSB0 --baud 115200 --chip esp8266 write_flash --flash_size 4MB-c1 0x00000 boot_v1.7.bin 0x01000 user1.2048.new.5.bin 0x3fc000 esp_init_data_default_v08.bin 0xfe000 blank.bin 0x3fe000 blank.bin
flash procedure runs through without an error but the ESP is not reacting for any serial communication afterwards using
miniterm.py --eol CRLF /dev/ttyUSB0 115200
Using the same procedure with AT v1.6.2 firmware (with adress information from related 1.6.2 version of readme.md in 32mb-c1 mode works just fine and communication with minitirm works as expected.
Any suggestions what's the issue? Is there an issue with 32mb-c1 mode in version 1.7.0?
Thanks and best regards,
c-w-e