Re: Launching Image from Flash (PXA270)

From: bucikas (norvilis_at_charter.net)
Date: 10/10/04


Date: 9 Oct 2004 17:34:14 -0700

I am trying to figure out same problem. What exactly should I modify in my
Eboot.bib file? And then if bootloader jumps to flash base address where OS
image is located, does it mean the WinCE will execute from flash. Or will
it copy itself into RAM first?
Thanks.

bucikas

"Yannick Chamming's [eMVP]" <ychammings_nospam@adeset.com> wrote in message news:<uvyZmPDrEHA.1644@tk2msftngp13.phx.gbl>...
> You should also update your bootloader so that it would jump to your flash
> base address instead of trying loading the image from ethernet.
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's (eMVP)
> ADESET
> Windows Embedded Manager
> ychammings AT adeset DOT com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
> "Courier" <Courier@discussions.microsoft.com> wrote in message
> news:255DE8D5-D5FC-4D20-A70D-41019515A81D@microsoft.com...
> > Good day!
> >
> > This is config.bib
> > MEMORY
> > ; Name Start Size Type
> > RSVD 80000000 000FF000 RESERVED
> > ARGS 800FF000 00001000 RESERVED
> > NK 80100000 03000000 RAMIMAGE
> > RAM 83100000 00F00000 RAM
> >
> > I want to run image directly from flash, without downloading it through
> > Ethernet.
> > If I add "ROMOFFSET=39A0000" to config.bib image successfully written in
> > flash but it doesn't start from there. Why? Because it designed to run
> from
> > 0x80100000?
> > So what should I do?



Relevant Pages

  • Re: how to add ROM image size?
    ... I don't think that you can store a nk.bin file in non contiguous flash ... memory, even if you remap the memory area so that the virtual space is ... >> ychammings AT adeset DOT com> ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to store files to flash when CE running?
    ... I remember that intel flash can apply PSM,and ... > is implemented (i.e the bootloader is able to read and write on the flash ... > ychammings AT adeset DOT com> ... >> i dont find flash block driver in bsp,but image has been loaded to ...
    (microsoft.public.windowsce.platbuilder)