This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Memory addresses


On Thu, 2003-05-29 at 11:16, Aaron Case wrote:
> Hello,
> 
> I was wondering how I can figure out how Redboot has remapped memory.
> 
> I need this information to load and execute an application.

Why?  eCos applications use the memory as mapped :-)

There is documentation of how the memory on this platform is mapped in
  .../packages/hal/arm/edb7xxx/current/include/hal_platform_setup.h

> 
> Many attempts have failed, the documentation has not shed any serious light
> on the subject.
> 
> I have a cogent EP3712 dev board with a arm 720T processor. I have redboot
> romram load as the boot monitor created from the ROMRAM .ecm files included
> in the eCos dev enivronment build.
> 
> Also it gives this error at start-up---->
> 
> +FLASH configuration checksum error or invalid key

This means you need to run 'fconfig -i' to initialize the 'fconfig'
database which is kept in FLASH.

-- 
Gary D. Thomas <gary.thomas@mind.be>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]