More driver cleanup
[yaffs2.git] / direct / test-framework / python / README_yaffs_browser_py.txt
1 Readme for the yaffs_browser.py file
2 by Timothy Manning <timothy@yaffs.net> 2010
3
4 to run yaffs_browser: 
5         python yaffs_browser.py
6
7
8 the yaffs browser is a gui interface used for browsing a yaffs emfile.
9 python and tkinter must be installed for browser to run.
10         sudo apt-get install python python-tk
11  
12 the yaffs_browser.py file must be run in yaffs/direct/python/ directory due to linking issues with python. 
13
14 browsing other emfiles
15         yaffs will mount the emfile in the same directory as the browser as default 
16         to look at a emfile in a diffrent directory create a symbolic link to the emfile you wish to browse.
17         ln -s [target path] [emfile name]
18
19
20
21 TODO list
22         Add scroll bars to all windows.
23         Add Ctrl + S short cut to save a file
24         Make the brower and editor window entry and list boxes resize when the window is maximized. 
25