mtd/fs/jffs2/ecos/doc readme.txt,1.1,1.2

lunn at infradead.org lunn at infradead.org
Sat Jan 22 11:56:25 EST 2005


Update of /home/cvs/mtd/fs/jffs2/ecos/doc
In directory phoenix.infradead.org:/tmp/cvs-serv28166/doc

Modified Files:
	readme.txt 
Log Message:
Update the descriptions of the tests in the readme.
Added a new test which exersises the garbage collect code and looks
for memory leaks.


Index: readme.txt
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/doc/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- readme.txt	11 Jul 2002 10:55:29 -0000	1.1
+++ readme.txt	22 Jan 2005 16:56:23 -0000	1.2
@@ -15,13 +15,18 @@
 
 devs/flash/intel/strata/current/src/flash_program_buf.c
 
-to allow byte aligned rather than word aligned writes, and to ensure overwriting an existing
-word is successful (these are supplied in jffs2/current/src).
+to allow byte aligned rather than word aligned writes, and to ensure
+overwriting an existing word is successful (these are supplied in
+jffs2/current/src).
 
 
-Two test files are included fileio1.c (which performs the same tests as used for eCos RamFS),
-and romfileio1.c (tests as eCos RomFS).
+Three test files are included jffs2_1.c (which performs the same tests
+as used for eCos RamFS), jffs2_2.c (tests is seeking works) and jffs2_3.c
+(garbage collection and memory leak detection)
 
-romfileio1.c requires that a jffs2 filesystem image jffs2.img is present at the desired mount point.
-This image was prepared on Linux with the tools originating with JFFS2 source from
-www.infradead.org
\ No newline at end of file
+jffs2_2.c requires that a jffs2 filesystem image jffs2.img is present
+at the desired mount point.  This image was prepared on Linux with the
+tools originating with JFFS2 source from www.infradead.org. Note that
+this image is little endian and will only work on little endian
+targets. For big endian targets it will be necassary to generate a new
+image.





More information about the linux-mtd-cvs mailing list