Hello John, Le Monday 12 May 2008 02:56:24 RHS Linux User, vous avez écrit : > I can't seem to figure out how to either "mount" or uncompress the > jffs2 filesystem that is produced by the OpenWRT compile. > > I try the obvious and get an unknown filesystem error. > > >mount file.jffs2 mnt -o loop -t jffs2
This is the right way to mount a JFFS2 filesystem on your host. It requires your kernel to support the JFFS2 filesystem, which in turn, implies you enable the MTD subsystem. So basically, you have to recompile your host kernel with the following changes : Device Drivers -> Memory Technology Device (MTD) device File systems -> Miscellaneous filesystems -> Journalling Flash File System v2 (JFFS2) support And you should now be able to mout images on your host. When you get your board booting, please submit a patch for the Asics MIPS core to be supported in OpenWrt :D -- Best regards, Florian Fainelli Email : [EMAIL PROTECTED] http://openwrt.org -------------------------------
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel