1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 7. Tools</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="up" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="prev" href="filesystems.html" title="Chapter 6. Filesystem support"><link rel="next" href="defines.html" title="Chapter 8. Constants"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 7. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="filesystems.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="defines.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="tools"></a>Chapter 7. Tools</h1></div></div></div><p> 2 The MTD project provides a couple of helpful tools to handle NAND Flash. 3 </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>flasherase, flasheraseall: Erase and format FLASH partitions</p></li><li class="listitem"><p>nandwrite: write filesystem images to NAND FLASH</p></li><li class="listitem"><p>nanddump: dump the contents of a NAND FLASH partitions</p></li></ul></div><p> 4 </p><p> 5 These tools are aware of the NAND restrictions. Please use those tools 6 instead of complaining about errors which are caused by non NAND aware 7 access methods. 8 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="filesystems.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="defines.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 6. Filesystem support </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 8. Constants</td></tr></table></div></body></html> 9