ELinOS

ELinOS
Developer SYSGO AG
OS family Unix-like
Working state Current
Source model Open source with commercial support
Latest release ELinOS 6.0 / July 2014
Marketing target Embedded systems
Platforms see below
Kernel type Linux
Official website www.sysgo.com/products/elinos-embedded-linux/

ELinOS is a commercial development environment for embedded Linux. It consists of a Linux distribution for the target embedded system and development tools for a development host computer. The development host computer usually is a standard desktop computer running Linux or Windows. The Linux system and the application software for the target device are both created on the development host.

ELinOS focuses on industrial applications.[1] For that purpose optional extensions for the Linux kernel are provided. For example real-time patches from OSADL and Xenomai can be used to improve timing behavior. The kernel will always be specifically compiled for the embedded system. Userspace applications are provided as precompiled binaries in order to save time for compilation. Most of the ELinOS software packages are open source and licensed under the GPL. Few optional packages contain commercial software like Adobe Flash Lite and require fees if used.

ELinOS provides embedded Linux as a standalone operating system or it can be integrated into the PikeOS virtualization platform if safety and security demands cannot be meet by Linux alone. The latter might be the case if a certification according to a strict industry standard is required.

Eclipse is the technical basis for the functionality provided by the integrated development environment (IDE) on the development host.

ELinOS was first published in 1999.[2]

Typical workflow

1. Select the hardware of the target embedded system

2. Select the features wanted on the target system

3. Compile the Linux kernel

4. Generate the target's file system image

5. Deploy the file system image to the target system.

6. Test and analyze the software on the target system using the tracing tool

7. Debug the application software on the target system using the debugger

Supported hardware

The following processor architectures are supported,[3] with a large set of board support packages (BSP) for various boards:

Symmetric multiprocessing is supported[4] if a multi-core processor is used.

References

  1. Brief ELinOS description on embedded computing design website (21/02/2010)
  2. SYSGO celebrates 10th anniversary of ELinOS article on uCdot embedded Linux developer forum (03/03/2009)
  3. Product datasheet for ELinOS version 5.0
  4. Summary of new features in ELinOS 5.1

External links