ESP8266 Developer Zone The Official ESP8266 Forum 2016-11-28T22:54:41+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3144 2016-11-28T22:54:41+08:00 2016-11-28T22:54:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3144&p=10697#p10697 <![CDATA[AT FW v2.0 on 512kb flash?]]>
I've got an ESP8226 with a really old firmware (0018000902-AI03) and trying to figure out how to properly upgrade it.
Looks like I can't use FOTA, as the firmware I have is really old and doesn't support it.

I've checked flash_id to understand how much flash space I have:

Code:

$ esptool.py --baud 9600 --port COM6 flash_id
esptool.py v1.2.1
Connecting...
Manufacturer: c8
Device: 4013

As far as I understand, it means I have 512KB of flash.

I've downloaded the latest AT (ESP8266_NONOS_SDK_V2.0.0_16_08_10) and it only has 512+512 (1024KB) and 1024+1024 (2048KB) firmware bin files, but no files for 512KB flash.

Do I need to use older firmware to run it on 512KB device? Or do I need to compile 512KB firmware?

Also, I googled, but couldn't find any info on what's the difference between "at" and "at_sdio" firmwares.

Thanks

Statistics: Posted by grisevg — Mon Nov 28, 2016 10:54 pm


]]>