Re: Flash OS imageupdate application

From: Fabio - ElettronicaGF (fmelandri_at_elettronicagf.it)
Date: 05/28/04

  • Next message: Eric Pan: "Re: How to reconfigure image without BSPs?"
    Date: 28 May 2004 01:22:26 -0700
    
    

    Hello A.User,

    Thank you for your quick reply.
    Excuse me but I'm rather newbie in WinCE so I have some more questions.

    Did you do theese steps?
    Map (with memorymap file function) the original .bin OS image file
    Parse it and extract data
    Program Flash record-by-record

    What library or functions did you use for program flash?
    Is bootpart library good for this work?

    During update I would like disable any other user operation and system activity
    How can I reach it?

    Thanks a lot!

    FabioMelandri
    ElettronicaGF

    "A.User" <a_user@home.com> wrote in message news:<OEeUr4CREHA.2468@tk2msftngp13.phx.gbl>...
    > 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.
    >


  • Next message: Eric Pan: "Re: How to reconfigure image without BSPs?"