From 6db431d627f707a3bcd820a2bc32e2a2689c3185 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 22 Aug 2016 16:21:57 +0200 Subject: mtd-utils: Add nand sub-page test utility Basically a user space port of the mtd sub page test kernel module. In addition to the module parameters, the utility supports using only a sub-range of the flash erase blocks with a configurable stride and can restore the block contents after the test. Signed-off-by: David Oberhollenzer Signed-off-by: Richard Weinberger --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ddb170e..d50dbc2 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ flash_speed flash_readtest nandbiterrs nandpagetest +nandsubpagetest ubiattach ubiblock ubicrc32 -- cgit v1.2.3