From 5f0897d372064739709af61aec0a136b37fd55be Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Wed, 13 Jan 2016 22:28:36 +0100 Subject: doc: Remove nanddump param -i also from doc --- doc/dumping | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/dumping b/doc/dumping index 2d7ce25..4a629cd 100644 --- a/doc/dumping +++ b/doc/dumping @@ -30,10 +30,9 @@ Technical details: For dumping mtd partition is used tool nanddump. Here is example how to dump kernel image without padding to file zImage: - $ nanddump -i -o -b -s 0x00000800 -l 0x001FF800 -f zImage /dev/mtd2 + $ nanddump -o -b -s 0x00000800 -l 0x001FF800 -f zImage /dev/mtd2 Params means: --i - "Ignore errors" -o - "Omit oob data" -b - "Omit bad blocks" -s - "Start address" -- cgit v1.2.3