Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jrspruitt/ubi_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jrspruitt committed Oct 12, 2017
2 parents dc352c4 + a8b0e38 commit dde1259
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ UBI Reader is a Python module and collection of scripts capable of extracting
the contents of UBI and UBIFS images, along with analyzing these images to
determine the parameter settings to recreate them using the mtd-utils tools.

## Testing Branch
The testing branch includes a tools/ directory, that with scripts to help when trying to extract data from broken images. These also serve as examples of how to use ubi_reader in custom scripts.

An override system is also included, for manually setting certain parameters that may be reported wrong by the UBI/FS data.

This branch will probably remain seperate, as it is meant to be customized to aid in extracting data from problematic images. You can install it with 'python setup.py develop' to make it easier to modify ubi_reader as needed.

## Dependencies:

Python 2.7 is required.
Expand Down

0 comments on commit dde1259

Please sign in to comment.