Jump to content

Linux on embedded systems

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ScottJ (talk | contribs) at 23:46, 23 May 2012 (→‎Devices coverage: grammar). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Galaxy Nexus, a Linux-based Android device

Embedded Linux is the use of Linux in embedded computer systems such as mobile phones, personal digital assistants, media players, set-top boxes, and other consumer electronics devices, networking equipment, machine control, industrial automation, navigation equipment and medical instruments.

History

Linux has been ported to a variety of CPUs not primarily used as the processor of a desktop or server computer, including ARM, AVR32, ETRAX CRIS, FR-V, H8300, IP7000, m68k, MIPS, mn10300, SuperH, and Xtensa processors, as an alternative to using a proprietary operating system and toolchain.[citation needed]

Devices coverage

Due to its low cost and ease of customization, Linux has been shipped in a lot of consumer devices. Devices covering PDAs (like the Sharp Zaurus family), TomTom GPS navigation devices, Residential gateways like the Linksys WRT54G series or Smartphones: The Motorola exz series, the Openmoko handsets, the Nokia N900 and Nokia N9 cell phones were all using the Linux kernel. Nowadays the operating system that dominates the cell phone market is the Android Operating system which is based on a modified Linux kernel along with a custom Userspace. The first device shipping with the Android Operating system was the HTC Dream which was released on 22 October 2008.[1]

On machine control systems, industrial automation, and medical instruments Linux has also been used a lot. The website LinuxForDevices has many examples of such devices shipping with an embedded Linux as the operating system.

Communities

With the availability of consumer embedded devices, communities of users and developers were formed around theses devices: Replacement or enhancements of the Linux distribution shipped on the device has often been made possible thanks to availability of the source code and to the communities surrounding the devices. Due to the high number of devices, standardized build systems have appeared like OpenEmbedded, Buildroot, OpenWrt, and LTIB.

Advantages and Disadvantages

The advantages of embedded Linux over proprietary embedded operating systems include multiple suppliers for software, development and support; no royalties or licensing fees; a stable kernel; and the ability to read, modify and redistribute the source code. The disadvantages include a comparatively large memory footprint (kernel and root filesystem); the GPL obligation to share your modifications; complexities of user mode and kernel mode memory access; and complex device drivers framework.[citation needed]

See also

References

  1. ^ "T-Mobile Unveils the T-Mobile G1 - the First Phone Powered by Android". HTC. Retrieved 2009-05-19.

Further reading

External links