</li>
<li><a href="ubi.html#L_fastmap">Fastmap</a></li>
<li><a href="ubi.html#L_ubiblock">R/O block devices on top of UBI volumes</a></li>
+ <li><a href="ubi.html#L_ubitest">UBI stress testing</a></li>
<li><a href="ubi.html#L_ubidoc">More documentation</a></li>
</ol>
</pre>
+<h2><a name="L_ubitest">UBI stress testing</a></h2>
+
+<p>If enabled, mtd-utils include user-space tools that can be used to stress
+test the UBI stack. This is useful if you want to test the stability and
+correctness of your particular UBI stack implementation.</p>
+
+<p>Example, running various UBI tests:</p>
+
+<pre>
+$ flash_erase /dev/mtd3 0 0
+$ ubiattach --mtdn 3
+$ /usr/libexec/mtd-utils/runubitests.sh /dev/ubi0
+</pre>
+
<h2><a name="L_ubidoc">More documentation</a></h2>