<!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">
Sarton O'Brien wrote:
<blockquote cite="mid200809251138.25429.roguemoko@roguewrt.org"
 type="cite">
  <pre wrap="">On Wednesday 24 September 2008 19:05:45 Kelvie Wong wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I was just wondering, is there a way to flash the kernel live (i.e. with
the software still running)?  Is the boot partition (it's on the NAND Flash
somewhere) something I can just mount and override a file?  Or do I have to
use dd?  Or is there some trickery I can do with dfu-util?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
opkg upgrade manages this so I'd say you could ... using a tool like mtd or
such, I really don't how, just that it does :)

  </pre>
</blockquote>
I don't have my phone right here, but you can do a <br>
&nbsp; cat /proc/mtd<br>
and it will list out which mtd partition that contains the kernel. Then
you do <br>
&nbsp; flasheraseall /dev/mtdX<br>
&nbsp; cat yourUimage.bin &gt;&nbsp; /dev/mtdX<br>
<br>
And thats it<br>
<br>
Tore<br>
<br>
</body>
</html>