<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Joachim Ott schrieb:
<blockquote
 cite="mid:d2be2e370910200113l22fd9a73i59b36c559cab3684@mail.gmail.com"
 type="cite">
  <pre wrap="">2009/10/20 Matthias Huber <a class="moz-txt-link-rfc2396E" href="mailto:matthias.huber@wollishausen.de">&lt;matthias.huber@wollishausen.de&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">...
just for clearness: is the boot - partition different from the rootfs ?
and how are the other partitions ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
/dev/mtd0 is the 2 MB NOR flash that contains the NOR bootloader

/dev/mtd1 - mtd6 are the 256 MB NAND flash, the names and sizes are
shown when the kernel boots (check "dmesg | more" after boot) and they
contain:

- u-boot or Qi
- u-boot environment
- kernel
- splash image shown directly after power on
- factory settings
- rootfs

  </pre>
</blockquote>
my question was thougt as: do the other partitions also have to be
erased ?<br>
<br>
on the mounted rootfs (/dev/mtdblock6) i am writing just normal without
erasing, thats why i am stating this question.<br>
<br>
and what is then the difference between /dev/mtd6 and /dev/mtdblock6 ?<br>
<br>
</body>
</html>