]> www.infradead.org Git - mtd-utils.git/commit
[MTD] UBI: rework of off-line UBI analysis tool
authorDrake Dowsett <dowsett@de.ibm.com>
Mon, 6 Nov 2006 15:54:10 +0000 (16:54 +0100)
committerFrank Haverkamp <haver@vnet.ibm.com>
Mon, 6 Nov 2006 15:54:10 +0000 (16:54 +0100)
commite820054fd876faa7306d64957c71c9c5c29db78c
tree16bca5adbad6cddf2390b44b2fb14f084ca9a557
parent31b015fc08a13a5b63245808f7d1a49eadd8193a
[MTD] UBI: rework of off-line UBI analysis tool

The new version can create a gnuplot graph of the erase count statistics.
It can also extract UBI volumes and single blocks with a preanalysis of
the EC as well as the VID header. It has a manual page too ;-).

Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
ubi-utils/Makefile
ubi-utils/doc/unubi.roff [new file with mode: 0644]
ubi-utils/src/eb_chain.c [new file with mode: 0644]
ubi-utils/src/eb_chain.h [new file with mode: 0644]
ubi-utils/src/unubi.c
ubi-utils/src/unubi_analyze.c [new file with mode: 0644]
ubi-utils/src/unubi_analyze.h [new file with mode: 0644]