Re: copy from flash to ram
- From: Elias Radi <lelo@xxxxxxxxxx>
- Date: 17 May 2007 06:46:04 -0700
Pierre,
With Intel StrataFlash you can do either. You can have your image
boot in XIP in flash or Copy the image into RAM and execute there. It
all depends on the bootup speed, execution speed, DRAM space, Flash
space you are looking for.
Image being XIP in flash: It will be faster to start booting by
slower to execute and will take its image size out of flash.
Image being in DRAM: It will take long to start booting (time to copy
image into RAM), but faster to execute, but it will take its image
size out of DRAM .
If you are having problems with flash execution, post your config.bib
file here and what processor you are using.
Also, check if you have XIP (IMGFLASH) enabled in the PB settings for
the build ( Platform->settings->Build Options & enable "Write Runtime
Image to Flash Memory")
Elias
On May 16, 12:40 pm, piet.puttem...@xxxxxxxxx wrote:
Hey
i have problem to startup the runtime image from flash and in ram
works everything fine. So is possible to copy the runtime image first
to ram before executing. I'm using Intel StrataFlash memory. and P.B
5.0. And if this is possible, whats the easiest way to do this?
thanks
Pierre
.
.
- Follow-Ups:
- Re: copy from flash to ram
- From: Tom
- Re: copy from flash to ram
- References:
- copy from flash to ram
- From: piet . puttemans
- copy from flash to ram
- Prev by Date: Re: Touch screen driver Link error
- Next by Date: Re: Problem in building my own device driver
- Previous by thread: copy from flash to ram
- Next by thread: Re: copy from flash to ram
- Index(es):
Relevant Pages
|