diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2016-01-13 22:28:36 +0100 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2016-01-13 22:28:36 +0100 |
commit | 5f0897d372064739709af61aec0a136b37fd55be (patch) | |
tree | 38a8598b8d0ca08eabe03f8d88597d1d96935cf2 | |
parent | d4342a8cdffb15d3863154f1b9f7fcbee0a6e3ee (diff) | |
download | 0xFFFF-5f0897d372064739709af61aec0a136b37fd55be.tar.bz2 |
doc: Remove nanddump param -i also from doc
-rw-r--r-- | doc/dumping | 3 |
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" |