public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] General questions on ecos
@ 2003-09-27 20:38 Gatien Gillon
  2003-09-29  6:36 ` Eric de Jong
  0 siblings, 1 reply; 2+ messages in thread
From: Gatien Gillon @ 2003-09-27 20:38 UTC (permalink / raw)
  To: ecos-discuss

I've finally managed to install and test (using linux) ecos on my laptop :D
(still I cannot remote debug it from windows since gdb keeps on telling me
that my com1 is not a type writer) ...
but I've got some general Questions on ecos ...

Is redboot just a bootloader or is redboot a complete OS based on ecos ?

When i send my program using gdb do I send the ecos with it or just my
program ?
In the case i just send my program on wich operating system is my machine
running ? redboot ?

How do I install ecos on the machine (with or without redboot) , I mean is
there a way to have my ecos laptop running on it's own (with a terminal,
etc...)

I'm really confused ... but In one day I learned alot, and I'm very
entousiastic about ecos

PS : sorry for the spelling I'm french


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] General questions on ecos
  2003-09-27 20:38 [ECOS] General questions on ecos Gatien Gillon
@ 2003-09-29  6:36 ` Eric de Jong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric de Jong @ 2003-09-29  6:36 UTC (permalink / raw)
  To: ecos-discuss

>> Is redboot just a bootloader or is redboot a complete OS based on ecos ?

Just a bootloader with a gdb stub build in. Depending on your hardware you can
load an application over the serial port or over a network. You may also use the
gdb stub over the serial port or over a network.

>> When i send my program using gdb do I send the ecos with it or just my
program ?

Both. ecos IS part of your program. You cannot send it seperatly.

>> In the case i just send my program on wich operating system is my machine
running ? redboot ?

None. The only thing there is left on your computer when you have loaded your
application is the gdb debugger stub, which will assist you in ... debugging :)

>> How do I install ecos on the machine (with or without redboot) , I mean is
there a way to have my ecos laptop running on it's own (with a erminal, etc...)

With ecos you create a SINGLE program. This program runs ALONE on a computer. It
cannot coexist with other programs on the same computer like unix does. However
in your programs you can create more than one thread.

Please keep in mind that ecos is meant to create applications for embedded
computers, like network routers, mp3 players, personal assistants, robots. It is
not intended to create a linux or a windows application.

Eric.


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-29  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-27 20:38 [ECOS] General questions on ecos Gatien Gillon
2003-09-29  6:36 ` Eric de Jong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).