From: Timothy Manning Date: Mon, 18 Oct 2010 03:51:42 +0000 (+1300) Subject: yaffs Updated the yaffs_importer README file X-Git-Tag: linux-mainline-rc-01~8^2~2 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=ec113a5a0f4fb6569777ef91df708f81e71b949f;hp=4d923d08d0a230185dc3f1ca443cc241a4fdf735 yaffs Updated the yaffs_importer README file Signed-off-by: Timothy Manning --- diff --git a/direct/python/README_yaffs_import_py.txt b/direct/python/README_yaffs_import_py.txt index 4ab5b00..d497819 100644 --- a/direct/python/README_yaffs_import_py.txt +++ b/direct/python/README_yaffs_import_py.txt @@ -9,14 +9,28 @@ directories above this path and copy the all files in these directories. example: $ yaffs_importer.py /home/timothy/work/yaffs/ + flags: -d [number] set the debugging message level. that debug level 0 will always be printed unless debug_level is set to -1 level 0 error messages - level 1 basic tasks are shown(creating, deleating,ect)(this is set as the default) + level 1 basic tasks are shown(creating, deleating,ect)(this is set as the + default and is recommended) level 2 all process are shown level 3 shows minor tasks such as join_paths, ect - level 4 is used for bug hunting and shows each step in detail + level 4 is used for bug hunting and shows each step and in detail -ignore_hidden_directories - will not copy ./ directories if used \ No newline at end of file + will not copy hidden (./) directories if used. + +Deleating files and folders + to deleate files and folders in yaffs use the yaffs_browser (the documentation still needs to be written). + to run the browser use this: "python yaffs_browser" + to deleate a file or a folder select the file or folder then go + Edit->Delete selected. + +Clear Yaffs + the easiest way to clear yaffs of all files and folders is to remove + the emfile-2k-0 file. this file is stored in the + yaffs2/direct/python/ folder. + the command is: rm emfile-2k-0 \ No newline at end of file