eCos

From Wikipedia, the free encyclopedia

Jump to: navigation, search
eCos
Company / developer eCosCentric
Programmed in C
OS family Real-time operating systems
Working state Current
Source model Open source
Marketing target Embedded systems
Supported platforms ARM, CalmRISC, FR-V, Hitachi H8, IA-32, Motorola 68000, Matsushita AM3x, MIPS, NEC V8xx, Nios II, PowerPC, SPARC, and SuperH
License eCos License (GPLv2+ with exceptions)[1]
Website ecos.sourceware.org

eCos (embedded configurable operating system) is an open source, royalty-free, real-time operating system intended for embedded systems and applications which need only one process with multiple threads. It is designed to be customizable to precise application requirements of run-time performance and hardware needs. It is programmed in the C programming language, and has compatibility layers and APIs for POSIX and µITRON.

Contents

[edit] Design

eCos was designed for devices with memory size in the tens to hundreds of kilobytes[2], or with real-time requirements. It can be used on hardware with too little RAM to support embedded Linux, which currently needs a minimum of about 2 MB of RAM, not including application and service needs.

eCos runs on a wide variety of hardware platforms, including ARM, CalmRISC, FR-V, Hitachi H8, IA-32, Motorola 68000, Matsushita AM3x, MIPS, NEC V8xx, Nios II, PowerPC, SPARC, and SuperH.

Included with the eCos distribution is RedBoot, an open source application that uses the eCos Hardware Abstraction Layer to provide bootstrap firmware for embedded systems.

[edit] History

eCos was initially developed by Cygnus Solutions which was later bought by Red Hat. In early 2002, Red Hat ceased development of eCos and laid off the staff that were working on the project[3] who then formed their own company, eCosCentric, in order to continue development and provide commercial support for eCos. In January 2004, at the request of the eCos developers, Red Hat agreed to transfer its eCos copyrights to the Free Software Foundation[4]. The transfer was finally executed in October 2005.

[edit] Non-free versions

eCosPro is a proprietary eCos and RedBoot distribution created by eCosCentric that is targeted towards developers looking to integrate eCos and RedBoot within commercial products. It is claimed as a "stable, fully tested, certified and supported version"[5], however, some of the additional features have not been released as free software.

[edit] Criticisms

The FreeBSD TCP/IP network stack port included with eCos is out of date -- circa 2001 -- and exposes systems using such to numerous security and stability vulnerabilities (FreeBSD RELENG_4_4_0_RELEASE for IPv4 and FreeBSD's origin KAME for IPv6), despite being claimed as "recent" in eCos documentation. Official eCos maintainers do not appear to monitor FreeBSD or KAME for security or stability updates, but rather rely on minimal and insufficient bug reports from users of eCos.

The SNMP package is rudimentary at best, once again, apparently due to its age.

[edit] See also

[edit] References

  1. ^ eCos official website. "eCos License Overview". http://ecos.sourceware.org/license-overview.html. Retrieved on 2009-06-22. "eCos is released under a modified version of the well known GNU General Public License (GPL)." 
  2. ^ Larmour, Jonathan (May 2005), "How eCos can be shrunk to fit" (PDF), Embedded Systems Europe: 34, http://i.cmpnet.com/embedded/europe/esemay05/esemay05p32.pdf 
  3. ^ "Red Hat backs away from eCos?". linuxdevices.com. 2002-06-19. http://www.linuxdevices.com/news/NS5933176616.html. Retrieved on 2007-04-01. 
  4. ^ Red Hat (2004-01-13). Red Hat to contribute copyrights held in the eCos code base to the Free Software Foundation. Press release. http://www.redhat.com/about/presscenter/2004/press_eCosFSF.html. 
  5. ^ OSNews (2003-09-02). eCosCentric announces eCosPro Developer's Kit. Press release. http://www.osnews.com/story.php?news_id=4395. Retrieved on 2007-03-31. 

[edit] External links

Personal tools