[PATCH] jffs2 file system
Ben Warren
bwarren at qstreams.com
Sat Feb 24 01:55:31 EST 2007
On Thu, 2007-02-22 at 20:28 -0800, Nethra wrote:
>
> thanks...
>
> what are the steps to create jffs2 image?
>
Here's a good link on building a JFFS2 filesystem:
http://www.denx.de/wiki/view/DULG/RootFileSystemOnAJFFS2FileSystem
> do i need to disable nfs option in kernel?
No. Both can happily co-exist
>
> what r steps for jffs2 mounting after nfs mounting on the board?
>
Try:
mount -t jffs2 -o ro /dev/mtdblockX /<mount_path>
I'd recommend booting to an NFS filesystem. Once in Linux, you can try
mounting the JFFS2 block and debug from there. Once you have that
working, try booting to JFFS2 via the MTD_PHYSMAP methods.
regards,
Ben
More information about the Linuxppc-embedded
mailing list