AT firmware and SPI Flash sizes
Posted: Tue May 26, 2015 12:06 am
Hello friends, a couple of questions
Question 1
I noticed that the bundled AT firmware that comes with the IOT_SDK changed from being made for 512kB flash in 1.0.0 to 1024kB in 1.0.1 and above. But for older devices, which, all have 512kB flash - are we supposed to compile AT firmware ourselves? (Not a hard thing to do, just asking for clarification )
Question 2
How does one go about establishing the size of their flash chip? Using esptool I can see something like:
But of course, that doesn't include the size. Searching this board led me to identify my flash as:
Is there an easier way to do this?
Question 1
I noticed that the bundled AT firmware that comes with the IOT_SDK changed from being made for 512kB flash in 1.0.0 to 1024kB in 1.0.1 and above. But for older devices, which, all have 512kB flash - are we supposed to compile AT firmware ourselves? (Not a hard thing to do, just asking for clarification )
Question 2
How does one go about establishing the size of their flash chip? Using esptool I can see something like:
Code: Select all
Manufacturer: c8
Device: 4013
But of course, that doesn't include the size. Searching this board led me to identify my flash as:
Code: Select all
GigaDevice: 4Mbits/512Kbyte GD25Q40
Is there an easier way to do this?