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: questions about redboot


On Wed, May 07, 2003 at 03:24:29PM +0200, Matt Kober wrote:

> i finally got Redboot to build without out problems and after
> downloading it i started it with a 'go (address)' command from my
> bootloader. it seems to run, as i get the Redboot prompt and the
> version command gives some reasonable output.  i tried to bebug a
> simple ecos example program but only get a 'continuing' on the
> console window of the gdb.

> does it cause trouble starting Redboot on an already initialized
> platform opposed to letting redboot handle the hardware setup ? do i
> need to give redboot total control over the hardware at power up
> time?

Its better if you can give Redboot total control. You are never quite
shore what the other bootloader has setup, and a RAM version of
Redboot cannot totally reset the system. If you can, i would build a
ROM version and put it into your flash. If you don't want to replace
your current bootloader, link redboot to run at a different block in
flash, and use your current bootloader to start it.

One thing to check with your current setup. Are the load addresses
different for redboot at the application? The application could be
over-writing redboot.

             Andrew

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