]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Add flash read test utility
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 22 Aug 2016 14:14:37 +0000 (16:14 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:56 +0000 (11:36 +0100)
commit5d74b05646751510a461c4bba577a96c218c0578
tree6a8215001b21e9f0bb7f68720b727150d2eaaa61
parent0332702397934c3e1bb237ee5e7b4e3b0e3c1497
mtd-utils: Add flash read test utility

Basically a user space port of the mtd read test kernel module.
In addition to the module parameters, the utility can scan only
a sub-range of the flash erase block with a configurable stride.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
.gitignore
tests/mtd-tests/Makemodule.am
tests/mtd-tests/flash_readtest.c [new file with mode: 0644]