From 5d74b05646751510a461c4bba577a96c218c0578 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 22 Aug 2016 16:14:37 +0200 Subject: 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 Signed-off-by: Richard Weinberger --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1e6f844..718f655 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ test_2 flash_torture flash_stress flash_speed +flash_readtest nandbiterrs ubiattach ubiblock -- cgit v1.2.3