Rutger Hofman writes: > Sergei Gavrikov wrote: > [snip] >> I see that you started from NAND flash driver for eCos to wire it with >> UFFS core then. Fortunately or unfortunately I have no NAND flash parts >> to play with it, and I looked in a side of a UFFS SIMRAM class which was [snip] >> file system commands like uffs_mount, uffs_umount, uffs_open, etc. to >> get the UFFS stuff like the eCos RAMFS file system for the test >> purposed. > > You could also take a look at my interface layer with YAFFS; it has code > both to integrate YAFFS into fileio, and interfacing with the NAND > layer. Tarballs from > http://www.cs.vu.nl/~rutger/software/ecos/nand-flash/ below the tarballs > for the NAND flash package. > > Rutger
Thank you, Rutger. I will look on your implementation. It's better to have three examples. Unfortunately, the original UFFS's `mkuffs' utility has only a few FS opers. So, it's better to have more examples of the different implementations. Sergei