Re: Direct flash access from filesystem
Paul Sokolovsky
Hello Andrzej,
On Mon, 21 Aug 2017 10:31:26 +0200 Andrzej Kaczmarek <andrzej.kaczmarek@...> wrote: Hi all,Well, NFFS is a *flash* filesystem, it's expected that it would require more specific underlying device type than a generic FS like FAT which can work on any block device. The situation is similar to Linux, where JFFS2, etc. require not just a block device, but /dev/mtd (memory technology device). So, I wouldn't be surprised that such a requirement arises, but how to deal with it - extend existing block device interface in Zephyr, introduce a separate MTD interface, or just work on top of existing flash drivers, if they are generic enough - that's what more experienced folks may suggest, I hope. I opt for the latter as it makes -- Best Regards, Paul Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog |
|