Page 1 of 1

[N9H30 Non-OS] YAFFS2 file-system for NAND flash

Posted: 09 Apr 2020, 15:20
by 9chuckyoung
Q: In N9H2x, we have NVTFAT a FAT file-system, how about N9h30?

A: In N9H30, we changed from NVTFAT to well-known open source file-system to manage NAND flash bad block.
It called yaffs2, the sample path is in \BSP\SampleCode\NAND_Yaffs2.
You can mount, open, create, read, write or remove file or directory.

Q: How to read from SD card and write to NAND flash?
A: There is the link viewtopic.php?f=31&t=8290&p=10358&sid=f ... d4a#p10358