ESP8266 Developer Zone The Official ESP8266 Forum 2015-09-10T14:24:14+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1033 2015-09-10T14:24:14+08:00 2015-09-10T14:24:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1033&p=3634#p3634 <![CDATA[Re: flash download tools or spi_flash_read not work at 0x81000]]>
Did you compile it as a 32Mbit Flash ? Choose 4 or 6 in Step 5 of compilation, with boot.

Did you choose Flash size 32Mbit when downloading bin files into Flash by Espressif Flash download tool ?

If your problem is still unsolved, please provide the captured picture of your Espressif Flash download tool while downloading.

Statistics: Posted by ESP_Faye — Thu Sep 10, 2015 2:24 pm


]]>
2015-08-30T23:44:42+08:00 2015-08-30T23:44:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1033&p=3496#p3496 <![CDATA[flash download tools or spi_flash_read not work at 0x81000]]> ESP flash download tools report :
flash vendor: E0h : N/A flash devID: 4016h QUAD;32Mbit crystal: 26 Mhz

my bin file's size is 174 KB (177.653 Bytes).
i burn my bin file @ 0x81000. when i read 3000 byte from it using spi_flash_read((uint32)0x81000, (uint32 *)something, 3000);
it failed miserably.

*sigh* *T_T* /swt :shock:

i've already try to burn it @ 0x10000, and i can read it successfully using spi_flash_read((uint32)0x10000, (uint32 *)something, 3000);

which one is the bugger here ? the "flash download tool v1.2" or the "spi_flash_read function" ???

anyone ever experienced this ? please advice

thanks in advance. if this is a bug, no need to pay me the bounty. i just want it solved, nothing more, nothing less.

Statistics: Posted by septijo — Sun Aug 30, 2015 11:44 pm


]]>