oresat / oresat-firmware

OreSat firmware based on ChibiOS for M0 and M4 microcontrollers
GNU General Public License v3.0
36 stars 13 forks source link

Implement eMMC data storage scheme for OreSat #35

Closed heliochronix closed 4 years ago

heliochronix commented 4 years ago

This issue is not for the low level eMMC read/write functionality (which is already working), but more the what and how of actual data. How do we want to organize things? I think ChibiOS MFS looks awesome and offers some redundancy, error correction, and safety that I'd really like to have, but I don't think it works for the SDMMC system we're using. So then I guess we are using FATFS for now?

If this is the case, how do we organize our data?