]> www.infradead.org Git - mtd-www.git/commitdiff
UBI: add a faq entry about a flasher program
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 May 2009 10:38:35 +0000 (13:38 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 May 2009 10:38:35 +0000 (13:38 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
faq/ubi.xml

index 6a6a94c5f98f39a87c261966c6e5c311d621ac46..4f528fb43ce1bf17c8b4ccf42c20655f48fc87f9 100644 (file)
@@ -33,6 +33,7 @@
        <li><a href="ubi.html#L_subpage_verify_fail">I get "ubi_io_write: error -5 while writing 512 bytes to PEB 5:512"</a></li>
        <li><a href="ubi.html#L_no_vid_header">I get "no VID header found at PEB 7923, only 0xFF bytes"</a></li>
        <li><a href="ubi.html#L_force_no_subpage">How to force UBI to ignore sub-pages?</a></li>
+       <li><a href="ubi.html#L_flasher">How to implement UBI flasher?</a></li>
        <li><a href="ubi.html#L_how_debug">How to debug UBI?</a></li>
 </ol>
 
@@ -576,6 +577,12 @@ avoid using the <code>-s</code> parameter.</p>
 
 
 
+<h2><a name="L_flasher">How to implement UBI flasher?</a></h2>
+
+<p>Please, read <a href="../doc/ubi.html#L_format">here</a></p>
+
+
+
 <h2><a name="L_how_debug">How to debug UBI?</a></h2>
 
 <h3><a name="L_how_debug_fake_mtd">Use fake MTD device</a></h3>