Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web pages storage #4

Open
EvilLord666 opened this issue Oct 16, 2016 · 2 comments
Open

Web pages storage #4

EvilLord666 opened this issue Oct 16, 2016 · 2 comments
Assignees

Comments

@EvilLord666
Copy link
Member

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 EvilLord666 self-assigned this Oct 16, 2016
@EvilLord666
Copy link
Member Author

EvilLord666 commented Oct 27, 2016

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
Copy link
Member Author

EvilLord666 commented Oct 27, 2016

LandTiger2 board manual:

landtiger_v2.0_-_manual__v1.1.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant