HomeACcessoryKid / ESP8266-HomeKit-Demo

User part of the ESP8266-HomeKit foundation
https://www.youtube.com/watch?v=Xnr-utWDIR8
Apache License 2.0
125 stars 27 forks source link

Flash memory map #38

Open beckmx opened 6 years ago

beckmx commented 6 years ago

Hello @HomeACcessoryKid just curious, would you mind explain me the flash map? I wanted to implement SPIFFS but I noticed most of the info is saved directly as slots into the flash memory, for instance I notice that the main sector is 0x13 and the first 80 bytes are for configuration, basically for a 512k flash, what do you think could be the start address for spiffs

HomeACcessoryKid commented 6 years ago

There is a wiki article about the flash layout

It is likely that maximkulkin and I will join forces and continue with his repo. His is (at least to me) state of the art programming and mine is just spaghetti.

Expect more news after sunday evening…

HacK