@@ -874,8 +874,8 @@ quicker than the first method.</p>
<li>provide UBI configuration from you your <code>.config</code>
file, or just attach whole file;</li>
- <li>describe your flash device, attach the
- "<code>cat /proc/mtd</code>" output;</li>
+ <li>describe your flash device, attach the "<code>mtdinfo -a</code>"
+ output (or the less useful "<code>cat /proc/mtd</code>" output);</li>
<li>specify which kernel version you are using; if your kernel is not
the latest one, please, explicitly tell whether you updated UBI by
@@ -1485,8 +1485,8 @@ all checks: "<code>echo 127 > /sys/module/ubifs/parameters/debug_chks</code>".</
<li>provide UBIi and UBIFS configuration from you your
<code>.config</code> file, or just attach whole file;</li>
- <li>describe your flash device, attach the
- "<code>cat /proc/mtd</code>" output;</li>
+ <li>describe your flash device, attach the "<code>mtdinfo -a</code>"
+ output (or the less useful "<code>cat /proc/mtd</code>" output);</li>
<li>specify which kernel version you are using; if your kernel is not
the latest one, please, explicitly tell whether you updated UBIFS by
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 <computersforpeace@gmail.com> --- faq/ubi.xml | 4 ++-- faq/ubifs.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)