[ECOS] RedBoot and eCos
Gary Thomas
gthomas@cambridge.redhat.com
Wed Jun 6 16:46:00 GMT 2001
On 06-Jun-2001 Trenton Adams wrote:
> So you're saying that RedBoot does have an actual eCos kernel with it then?
RedBoot only uses the eCos HAL.
> Or does the kernel, and all the other required libraries just get linked
> statically with the eCos application?
All eCos programs are statically linked with whatever pieces of the eCos kernel
you need. RedBoot (a very simple eCos program) only uses the HAL. Some other
program, e.g. a networking application, would need the kernel, the TCP/IP stack,
etc.
RedBoot is [primarily] just a tool for getting other applications into a board.
It can also handle startup tasks, managing of Flash images, etc.
Have a look at the RedBoot documentation at:
http://sources.redhat.com/ecos/docs-latest/redboot/redboot.html
More information about the Ecos-discuss
mailing list