summaryrefslogtreecommitdiff
path: root/direct/timothy_tests/linux_tests/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'direct/timothy_tests/linux_tests/README.txt')
-rw-r--r--direct/timothy_tests/linux_tests/README.txt26
1 files changed, 22 insertions, 4 deletions
diff --git a/direct/timothy_tests/linux_tests/README.txt b/direct/timothy_tests/linux_tests/README.txt
index 0c3fa84..be8b831 100644
--- a/direct/timothy_tests/linux_tests/README.txt
+++ b/direct/timothy_tests/linux_tests/README.txt
@@ -1,11 +1,17 @@
+linux_test.c tests yaffs running under linux using the nandsim generator.
+
+
+If a segmentation fault happens during the test then check that
+the nandsim has been initilised properly.
+
How to initilise the nandsim
$ make
$ sudo -s
...password..
-# now have a root shell
+# now you have a root shell
$ ./linux-tests/initnandsim 128MiB-2048
$ insmod yaffs2multi.ko
$ mkdir /mnt/y
@@ -24,7 +30,19 @@ How to clean the folder
$ rm -rf /mnt/y
-The test must be run in sudo to work
+The test must be run in sudo to work to allow the files to be
+created in the root folders.
-$ make
-$ sudo ./linux_test
+compile command: make
+run command: sudo ./linux_test
+
+command line options:
+ -h display the command line options.
+ -s [number] seeds the rand with the number.
+ -p [number] sets the print level to the number.
+ the higher the number the more low level commands are printed.
+ the number should be between 0 and 5.
+ -v verbose mode. everything is printed.
+ -q quite mode. nothing is printed.
+
+