Folks

I am using MSP430 and M25P64(serial flash memory) . I need suggestion for generic file system that I can use to implement

Thanks AK

link|improve this question

40% accept rate
This looks like a possible dupe: stackoverflow.com/q/657586. It mentions YAFFS2, JFFS2, and FAT+FTL. It's from 2009, so there have probably been some advances since then. – Kevin Vermeer Oct 20 '11 at 11:38
Hey thanks kevin – Abhay Oct 20 '11 at 15:39
feedback

closed as off topic by Will Oct 20 '11 at 13:58

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

I've used JFFS2 on serial flash devices before. It's not ideal (it's designed for NAND flash, whereas serial flash chips tend to be NOR), but it was easy on the platform I used.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.