diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2016-12-25 11:47:22 +0100 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2016-12-25 11:47:22 +0100 |
commit | 71e0eb87ea7a04882d53d6b15cd4a4bb3f3b5695 (patch) | |
tree | 58f069cd1b4972124a9f891946929fb18c121cf3 /doc/dumping | |
parent | 04f94d957a412ae99965fce2106469eb5051d3d1 (diff) | |
parent | 9bf886c04169cd2ee6bb0916f3422d4d54e158f4 (diff) | |
download | 0xFFFF-71e0eb87ea7a04882d53d6b15cd4a4bb3f3b5695.tar.bz2 |
Merge branch 'master' into maemo
Diffstat (limited to 'doc/dumping')
-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" |