Re: Flash OS imageupdate application

From: A.User (a_user_at_home.com)
Date: 05/27/04


Date: Thu, 27 May 2004 17:03:05 -0400

I just finished writing exactly this application.
I used the CompactFramework altho its not necesssary (I just wanted a cool
GUI)
Parsing the .bin file is not that bad ... look at the bootloader code.
Its nice if you have enough RAM to totally store a whole new image (may be
upto 32M??)
I used the memorymap file function to overcome the application partition
size limit.
otherwise you have to "chunk it" not that cool if you lose power etc.

"Fabio - ElettronicaGF" <fmelandri@elettronicagf.it> wrote in message
news:3ad3b9c6.0405270816.71e390bf@posting.google.com...
> Hi all,
>
> I would like to write an application to update the whole OS image.
> I would the final user can run the application, choose a new OS image
> file from a mass storage (USB key) and then launch the update.
> At the end they must turn off and on the device.
>
> Can I use the bootpart library to reprogram the flash?
> I have to parse the .bin file or can I use the .nb0?
>
> I'm working with WINCE.NET - PB 4.2 and my platform is a pxa255
> processor board with 32M NOR flash and 64M sdram.
> My image is non-XIP.
> I have reghive registry and a persistent flash partition.
>
> I need a lot of tips!
>
> Thanks in advance.
>
> FabioMelandri
> ElettronicaGF