summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-01-13 22:28:36 +0100
committerPali Rohár <pali.rohar@gmail.com>2016-01-13 22:28:36 +0100
commit5f0897d372064739709af61aec0a136b37fd55be (patch)
tree38a8598b8d0ca08eabe03f8d88597d1d96935cf2 /doc
parentd4342a8cdffb15d3863154f1b9f7fcbee0a6e3ee (diff)
download0xFFFF-5f0897d372064739709af61aec0a136b37fd55be.tar.bz2
doc: Remove nanddump param -i also from doc
Diffstat (limited to 'doc')
-rw-r--r--doc/dumping3
1 files changed, 1 insertions, 2 deletions
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"