ESP8266 Developer Zone The Official ESP8266 Forum 2015-05-28T11:47:20+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=326 2015-05-28T11:47:20+08:00 2015-05-28T11:47:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1933#p1933 <![CDATA[Re: AT added some functions so flash size need to be 1024KB]]> Connecting...
Manufacturer: c8
Device: 4013

Check
#define GIGADEVICE_ID0xC8/* GigaDevice */
#define GIGADEVICE_GD25T800x3114
#define GIGADEVICE_GD25Q5120x4010
#define GIGADEVICE_GD25Q100x4011
#define GIGADEVICE_GD25Q200x4012/* Same as GD25QB */
#define GIGADEVICE_GD25Q400x4013/* Same as GD25QB */
#define GIGADEVICE_GD25Q800x4014/* Same as GD25Q80B (which has OTP) */
#define GIGADEVICE_GD25Q160x4015/* Same as GD25Q16B (which has OTP) */
#define GIGADEVICE_GD25Q320x4016/* Same as GD25Q32B */
#define GIGADEVICE_GD25Q640x4017/* Same as GD25Q64B */
#define GIGADEVICE_GD25Q1280x4018/* GD25Q128B only? */
#define GIGADEVICE_GD25LQ400x6013
#define GIGADEVICE_GD25LQ800x6014
#define GIGADEVICE_GD25LQ160x6015
#define GIGADEVICE_GD25LQ320x6016
#define GIGADEVICE_GD25LQ640x6017/* Same as GD25LQ64B (which is faster) */
#define GIGADEVICE_GD25LQ1280x6018
#define GIGADEVICE_GD29GL064CAB0x7E0601
(from http://code.coreboot.org/svn/flashrom/t ... ashchips.h)

In this case it is GIGADEVICE_GD25Q400x4013/* Same as GD25QB */
40 means 4Mb = 512MB

Statistics: Posted by spastai — Thu May 28, 2015 11:47 am


]]>
2015-04-04T21:56:09+08:00 2015-04-04T21:56:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1230#p1230 <![CDATA[Re: AT added some functions so flash size need to be 1024KB]]> Statistics: Posted by jayc75 — Sat Apr 04, 2015 9:56 pm


]]>
2015-04-04T02:57:48+08:00 2015-04-04T02:57:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1228#p1228 <![CDATA[Re: AT added some functions so flash size need to be 1024KB]]>

Regards,

Statistics: Posted by SL!M — Sat Apr 04, 2015 2:57 am


]]>
2015-04-03T23:14:04+08:00 2015-04-03T23:14:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1227#p1227 <![CDATA[Re: AT added some functions so flash size need to be 1024KB]]>
just set flash downloader to
boot_v1.3+.bin 0x00000
user1.1024.new.bin 0x01000
blank.bin 0x7e000

only the above 3 lines are checked and do not set one for 0xfe000
I kept my flash setting to 4mbit.

this is the firmware version I get after the update
AT+GMR

AT version:0.23.b1.0(Apr 2 2015 23:27:52)
SDK version:1.0.1(b1)
compile time:Apr 2 2015 23:39:06

OK

Statistics: Posted by doughboy — Fri Apr 03, 2015 11:14 pm


]]>
2015-04-03T21:27:25+08:00 2015-04-03T21:27:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1226#p1226 <![CDATA[Re: AT added some functions so flash size need to be 1024KB]]>
As phil states most of the modules (ESP-01 etc) only come with 512 KB, so this change now rules out upgrades. I have an ESP-12 which reports 4MB, but no where did that figure appear in the sales info, so it is very difficult to know what memory a module comes with.

Please, espressif team, consider continued support for 512kB modules by producing a feature limited sub build.

Thanks

Dennis Tricker
UK

Statistics: Posted by trickedj — Fri Apr 03, 2015 9:27 pm


]]>
2015-04-03T19:56:00+08:00 2015-04-03T19:56:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=326&p=1224#p1224 <![CDATA[AT added some functions so flash size need to be 1024KB]]>
you just submit ESP8266 SDK (esp_iot_sdk_v1.0.1_b1_15_04_02)

then i read :
"AT_v0.23_b1_on_sdk_v1.0.1 release note
Note: AT added some functions so flash size need to be 1024KB or more than that. "

that mean that all of near all modules available on the market can use it
as they only have 512KB of flash memory !...

regards

Statistics: Posted by phil31 — Fri Apr 03, 2015 7:56 pm


]]>