From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from mms2.broadcom.com ([216.31.210.18])
by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux))
id 1QquP8-0003XB-St
for linux-mtd@lists.infradead.org; Tue, 09 Aug 2011 22:04:07 +0000
From: "Brian Norris"
To: "Artem Bityutskiy"
Subject: [PATCH v2 7/9] faq: ubi(fs): sending bug reports using
`mtdinfo'
Date: Tue, 9 Aug 2011 15:03:54 -0700
Message-ID: <1312927434-16708-1-git-send-email-computersforpeace@gmail.com>
In-Reply-To: <1312832239-21759-8-git-send-email-computersforpeace@gmail.com>
References: <1312832239-21759-8-git-send-email-computersforpeace@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Cc: brian.foster@maxim-ic.com, Brian Norris ,
linux-mtd@lists.infradead.org
List-Id: Linux MTD discussion mailing list
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
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
---
v2: use within tags to prevent linebreaks
faq/ubi.xml | 4 ++--
faq/ubifs.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/faq/ubi.xml b/faq/ubi.xml
index 2d9ce6e..9458e77 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 14043f5..dbfac0e 100644
--- a/faq/ubifs.xml
+++ b/faq/ubifs.xml
@@ -1485,8 +1485,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
--
1.7.0.4