IzyaSoft / M3WebBackbone

A backbone for projects for Cortex M3 devices compises of FreeRTOS, IpIw, and tools for store (using internal flash) and update Web face
GNU Affero General Public License v3.0
3 stars 0 forks source link

Web pages storage #4

Open EvilLord666 opened 7 years ago

EvilLord666 commented 7 years ago

Web pages and all content should be stored in Internal Flash, therefore we must:

1) At app start making check if there is FAT16 or FAT32 filesystem on internal flash 2) If there is no file system we should format it 3) Having in memory simple page for web interface update, a) upload as .zip archive, b) wipe or create /www directory c) extract to /www directory

EvilLord666 commented 7 years ago

For LandTiger board we could use 2Mb serial flash (which 4 us is a prototype of db functionality 4 project F207). Flash chip - AT45DB16D: P0.18 - MOSI P0.17 - MISO P0.16 - CS P0.15 - SCK

EvilLord666 commented 7 years ago

LandTiger2 board manual:

landtigerv2.0-_manual__v1.1.pdf