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]
Other format: [Raw text]

Re: Does only the RedBOOT support the eCos?


----- Original Message ----- 
From: "Gary Thomas"


> On Tue, 2003-09-30 at 11:40, mayasky wrote:
> > > On Tue, 2003-09-30 at 04:47, b8944004 wrote:
> > > > Do anyone has any alternate solution(bootloader) ?
> > > >
> > >
> > > eCos does not have any fixed requirement to use RedBoot as the
> > > loader.  Just make sure that CYGSEM_USE_ROM_MONITOR gets set
> > > to false and it will work with anything.
> > I type {grep -ir "CYGSEM_USE_ROM_MONITOR" .} to find
> > "CYGSEM_USE_ROM_MONITOR" in my ecos souce,
> > but I find nothing.
> > Where is the "CYGSEM_USE_ROM_MONITOR"??
> >
>
> Sorry, it's spelled "CYGSEM_HAL_USE_ROM_MONITOR"
thank you~I found it.
But in my ecos.ecc, the CDL of CYGSEM_HAL_USE_ROM_MONITOR are
cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
    # Flavor: booldata
    # user_value 1 GDB_stubs
    # value_source user
   ....
   ...
 }
 I don't know How to set to "true" or "flase" ...Can you tell me?

Another question:
 Does  "CYGSEM_USE_ROM_MONITOR gets set to false and it will work with
anything"  mean that I can use
the bootldr to load ecos image when I set CYGSEM_HAL_USE_ROM_MONITOR to
false ?




-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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