File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,25 @@ drive-by-wire demonstrator.
115115Michal Matiáš
116116
117117[ Download] ( ./files/nuttx_10baset1s.pdf )
118+
119+ mnemofs: A NAND flash file-system for Apache NuttX
120+ ==================================================
121+
122+ ## Abstract
123+
124+ NAND flash memory is a key enabler for modern sensor systems due to its low cost,
125+ compact size, and low power consumption. However, its unique characteristics such
126+ as erase-before-write requirements, bad block management and randomized bit-flips
127+ demand a specialized file system design. This letter proposes mnemofs, a file
128+ system that incorporates wear leveling, power-loss resilience, block garbage
129+ collection, low RAM consumption and small binary size to maintain reliability
130+ while utilizing NAND flash’s advantages in embedded systems. We analyze tradeoffs
131+ propose enhancements for sensor applications where robust, long-term data storage
132+ is critical.
133+
134+ ## Author(s)
135+
136+ Saurav Pal
137+ Alan C. Assis
138+
139+ [ Download] ( ./files/mnemofs_nand_fs_nuttx.pdf )
You can’t perform that action at this time.
0 commit comments