Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi posix6973,
> I take the mkfs.jffs.c form mtd-util and compiler it as application project but it report > too many error It's not quite ready for cygwin ;-) You can get mkfs.jffs2 sources that build under cygwin at: http://www.psyent.com/download (http://www.psyent.com/download) > 2. The /dev…. is read only filesystem how can I create the mtd device on it? The mtd "partition" can be read-only or read-write ... this is controlled by your mapping driver. You can set the device "inode" attributes when you create the inode. If you want erase/write capability, both the partition and the inode attributes should be writeable. Regards, --Scott