From bc56d5755c2b1e11a8b1589ef9275710fb2060a7 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 22 Aug 2016 16:10:16 +0200 Subject: mtd-utils: Add flash speed test utility Basically a user space port of the mtd speed test kernel module. In addition to the block offset and count module parameters, the utility supports a block stride and can restore the block contents after test. Furthermore, a flag can be used to disable destructive tests (i.e. only perform read speed tests). 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 a37cbdc..5f3d4dc 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ test_1 test_2 flash_torture flash_stress +flash_speed ubiattach ubiblock ubicrc32 -- cgit v1.2.3