Can mDash read Yaffs?

Hi All…

Under Mongoose, I have been unable to get Little FS to work with my W25N01 NAND flash device (despite the Mongoose VFS driver being available). So I’m looking at alternative file systems. In particlause, Yaffs. I can probably get Yaffs to work under Mongoose, but it occurred to me that I’ll need mDash to access files on the W25N.

What will I need to do to make this possible?

Thanks…

Just create RPC functions YAFFS.Read, YAFFS.Write, YAFFS.Remove.
mdash lets you call any RPC you have on your device.