public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* eCos infrastucture howto
@ 2012-04-03 14:07 Ferenc Cserepkei
  2012-04-03 15:12 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Ferenc Cserepkei @ 2012-04-03 14:07 UTC (permalink / raw)
  To: ecos-maintainers

Welcome,
might be I am contacing the wrong guys, but readion both ecoscentric
and ecos public documentation i failed to figure out how can i have
aninfrastructure.
I mean
- eCos on the main flash
- a fliesystem (preferabl jjjffs2) on it,
- applications having installed in the main flashh
- boot scripting - ability to start the applications above at boot time
so similar stuff as SVR4 init
such i thing i would like is possible?
I would like to have a system on an mpc8270VR, the hardvare is ready
but runs only a buggy bare-metal program. I would like to have a
configurable os with services instead.
Regards:Ferenc

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

* Re: eCos infrastucture howto
  2012-04-03 14:07 eCos infrastucture howto Ferenc Cserepkei
@ 2012-04-03 15:12 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2012-04-03 15:12 UTC (permalink / raw)
  To: Ferenc Cserepkei; +Cc: ecos-maintainers

On 03/04/12 15:06, Ferenc Cserepkei wrote:
> Welcome,
> might be I am contacing the wrong guys, but readion both ecoscentric
> and ecos public documentation i failed to figure out how can i have
> aninfrastructure.
> I mean
> - eCos on the main flash
> - a fliesystem (preferabl jjjffs2) on it,
> - applications having installed in the main flashh
> - boot scripting - ability to start the applications above at boot time
> so similar stuff as SVR4 init
> such i thing i would like is possible?

To be clear, eCos is a single process, multi-threaded real-time operating
system. You only run a single application. It can do many things in
threads which on other OS's might be different processes, and eCos keeps
things light-weight by using threads.

You can store more than one application in flash, and use the RedBoot boot
firmware to choose which one you want to load and run. RedBoot can manage
flash, and run the programs. The flash can also contain a JFFS2 filesystem
which your program could load and use. But it doesn't run programs from
it. You can also define a boot script in RedBoot for automatic booting.

In future, you would be better addressing queries like this to the
"ecos-discuss" mailing list: http://ecos.sourceware.org/intouch.html

Jifl
-- 
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

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

end of thread, other threads:[~2012-04-03 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-03 14:07 eCos infrastucture howto Ferenc Cserepkei
2012-04-03 15:12 ` Jonathan Larmour

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).