This is the mail archive of the ecos-discuss@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]

RE: The basics




-----Original Message-----
From: Andrew Lunn [mailto:andrew.lunn@ascom.ch]
Sent: Friday, October 19, 2001 12:15 PM
To: Jonathan Larmour
Cc: Tim Michals; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] The basics


> Or you can disable all interrupts, and make sure you don't call any
> functions that would call into RedBoot (you have the source!).

Thats one solution. My solution was to make redboot ROMRAM for my
target. It has the advantage you can update RedBoot as well. The
patches have not made it into the anoncvs yet though.

RAM/ROM?  Could you provide more details?  Use the same offsets, make it
PIC?
The issues of concern:
- RAM testing, during start, NO stack or shared SRAM, therefore all of the
handling of expectations was done without RAM. Just in case a fault
happened.  So, it is hard to make some of this bullet proof.  


        Andrew


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