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: load ecos application using PPC boot


On Fri, 2003-06-20 at 11:24, Qiu, Bin wrote:
> I have a PPC boot is running on our PowerPC8245 board.
> And I build an ecos application Hello world. I load the application into
> ram, it does not work.
> Do I need to use redboot?

No, but if you don't use RedBoot, you need to build the eCos
application in such a way that it does everything for itself (i.e.
does not expect RedBoot to be present).

The simplest way to accomplish this is to change the value of
  CYGSEM_HAL_USE_ROM_MONITOR
to be false (0).

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


-- 
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]