2009-03-12 02:18:48 how to change my current file system into read-and-write file system like jffs2
gladys liu (AFGHANISTAN)
Message: 70816
hi
i'm using the uclinux-dist-2008R1.5-RC3 to develop the system
i found that the current file system is read only .
how could i change it into read-and-write system such as jffs2
by the way , i'm loading my kernel and file system on the parallel flash on the bf527-ezkit.
QuoteReplyEditDelete
2009-03-12 02:25:29 Re: how to change my current file system into read-and-write file system like jffs2
Mike Frysinger (UNITED STATES)
Message: 70819
if you want to know how to use jffs2 as a root filesystem, then read the docs for jffs2:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:jffs
QuoteReplyEditDelete
2009-03-12 02:34:50 Re: how to change my current file system into read-and-write file system like jffs2
gladys liu (AFGHANISTAN)
Message: 70821
thanks
i'll read that and try .