X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2FREADME_yaffs_import_py.txt;h=fa9140ea388332dafd0ea2849b85439968abdf51;hp=4f93cc401fb0968ca043268ac94fda4421807ace;hb=86e364669f775e70f32204769217ecf035508c1d;hpb=b708f76c6a03f86058236dbd529e8c3623571325 diff --git a/direct/python/README_yaffs_import_py.txt b/direct/python/README_yaffs_import_py.txt index 4f93cc4..fa9140e 100644 --- a/direct/python/README_yaffs_import_py.txt +++ b/direct/python/README_yaffs_import_py.txt @@ -1,4 +1,5 @@ Readme for the yaffs_import.py file +by Timothy Manning 2010 python yaffs_import [scanning_path] [optional flags] @@ -9,6 +10,7 @@ directories above this path and copy the all files in these directories. example: $ yaffs_importer.py /home/timothy/work/yaffs/ +yaffs_import.py must be run in yaffs/direct/python/ directory. flags: -d [number] @@ -44,3 +46,8 @@ Clear Yaffs the emfile-2k-0 file. this file is stored in the yaffs2/direct/python/ folder. the command is: rm emfile-2k-0 + +TODO list + Add fix the problem of yaffs_write() returning -1 when the disk is full.(generate a error message) + Add a yaffs error code refrence (prints a text message about the error) +