From: Brian Norris
Date: Tue, 9 Aug 2011 22:03:54 +0000 (-0700)
Subject: faq: ubi(fs): sending bug reports using `mtdinfo'
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=07d93fff291e88acfd370af3484e7f19dd167465;p=mtd-www.git
faq: ubi(fs): sending bug reports using `mtdinfo'
The `mtdinfo' utility (with the `-a' flag) is much more informative
than `cat /proc/mtd', so encourage users to use it if possible when
sending bug reports.
Signed-off-by: Brian Norris
Signed-off-by: Artem Bityutskiy
---
diff --git a/faq/ubi.xml b/faq/ubi.xml
index 314d31b..78d8048 100644
--- a/faq/ubi.xml
+++ b/faq/ubi.xml
@@ -874,8 +874,8 @@ quicker than the first method.
provide UBI configuration from you your .config
file, or just attach whole file;
- describe your flash device, attach the
- "cat /proc/mtd
" output;
+ describe your flash device, attach the "mtdinfo -a
"
+ output (or the less useful "cat /proc/mtd
" output);
specify which kernel version you are using; if your kernel is not
the latest one, please, explicitly tell whether you updated UBI by
diff --git a/faq/ubifs.xml b/faq/ubifs.xml
index 6b92970..9c5eba8 100644
--- a/faq/ubifs.xml
+++ b/faq/ubifs.xml
@@ -1463,8 +1463,8 @@ all checks: "echo 127 > /sys/module/ubifs/parameters/debug_chks
".
provide UBIi and UBIFS configuration from you your
.config
file, or just attach whole file;
- describe your flash device, attach the
- "cat /proc/mtd
" output;
+ describe your flash device, attach the "mtdinfo -a
"
+ output (or the less useful "cat /proc/mtd
" output);
specify which kernel version you are using; if your kernel is not
the latest one, please, explicitly tell whether you updated UBIFS by