mtd/html/faq jffs2.xml,1.6,1.7

jwboyer at infradead.org jwboyer at infradead.org
Wed Mar 29 11:48:10 EST 2006


Update of /home/cvs/mtd/html/faq
In directory phoenix.infradead.org:/tmp/cvs-serv5135/faq

Modified Files:
	jffs2.xml 
Log Message:
Add rootfs question to JFFS2 FAQ

Index: jffs2.xml
===================================================================
RCS file: /home/cvs/mtd/html/faq/jffs2.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jffs2.xml	21 Sep 2005 11:14:35 -0000	1.6
+++ jffs2.xml	29 Mar 2006 16:48:06 -0000	1.7
@@ -45,6 +45,9 @@
 If you are desperate, then fix jffs2_dump to recreate the filesystem from the image. It's not hard. All the
 basics are done already.</p>
 
+<h3>How do I get the 2.6 kernel to recognize JFFS2 as my rootfs?</h3>
+<p>With the 2.6 kernel, you will need to specify: <code>rootfstype=jffs2</code> on the kernel command line to use it as a root filesystem</p>
+
 <h3>How is ensured, that data is written to flash ?</h3>
 <p>On <b>NOR FLASH</b> each write goes directly into the FLASH</p>
 <p>On <b>NAND FLASH and NOR ECC FLASH</b> we have a writebuffer for writing only full pages to the chips. 





More information about the linux-mtd-cvs mailing list