Embedded operating system

From Wikipedia, the free encyclopedia
An embedded system on a plug-in card with processor, memory, power supply, and external interfaces

An embedded operating system is an operating system for embedded computer systems. They are designed to increase functionality and reliability for achieving a specific task.[1] Depending on the method used for computer multitasking, this type of operating system might be considered a real-time operating system (RTOS).[2]

Operating systems on typical embedded systems[edit]

A Xerox digital photocopier in 2010

Embedded operating systems (EOS) have been developed for consumer electronics, including cameras and mobile phones. They also run on automotive electronics, helping the driver with cruise control as well as navigation. Furthermore, factory automation infrastructure requires embedded operating systems. In everyday life, EOS can be experienced in office automation, including image scanners, photocopiers, and your wireless access point. Similarly, home automation relies on EOS, including the security system.[3]

Design[edit]

All embedded systems contain a processor and software. There must be a place for embedded software to store the executable and temporary storage for run-time data processing. The main memory on an embedded system can be ROM and RAM. All embedded systems must also contain some form of input interface and output interface to function. The embedded hardware is usually unique and varies from application to application.[4] Because the hardware running the embedded operating system can be very limited in resources, the embedded design of these operating systems may have a narrow in scope tailored to a specific application, so as to achieve the desired operation under the given hardware constraints. The embedded operating system that organizes and controls the hardware usually determines which other embedded hardware is needed.

To take better advantage of the processing power of the Central Processing Unit (CPU), software developers may write critical code directly in assembly language. This machine efficient language can potentially result in gains in speed on deterministic systems at the cost of portability and maintainability. Often, embedded operating systems are written entirely in portable languages, such as C.

History[edit]

Early embedded operating systems[edit]

In the late 1970s, the concept of a real-time multitasking kernel was proposed. In the 1980s, while the embedded systems applications became more complex, the embedded operating system with a real-time multitasking kernel could not meet the requirement of embedded development. It began to develop into a complete real-time multitasking Operating System (RTOS) that included a network, file, development and debugging environment.

Nowadays, RTOS has formed an industry in the world. The world's first commercial embedded real-time kernel (VRTX32) was developed by Ready System in 1981. Then in 1993, Ready System and the famous Silicon Valley embedded software company Microtec Research Merger developed two new RTOS kernels VRTX32 and VRTXsa, based on VRTXmc. At the same time, VRTX integrated development environment (Spectra) appeared.

Microsoft, also released its own embedded 460[clarification needed] operating system in 1996. The embedded operating system is WinCE, supporting x86, ARM, SH4, MIPS and other processor architectures. WinCE is now defunct, with mainstream support discontinued in 2018.[5]

Modern embedded systems[edit]

Nowadays, many embedded devices are used in the landscape of Internet of Things (IoT) and hundreds of sensors are used in a car. Compared with the traditional embedded system; an Internet of Things system requires lower power consumption, more safety and reliability[citation needed], and has the ability of ad hoc network. The communication section needs to meet the conversion between various communication protocols, and the application layer must have the ability of cloud computing via the Internet.

Contemporary embedded operating systems[edit]

Due to this, new embedded operating systems have emerged and become popular, like Embedded Linux[6] (including OpenWrt, Zeroshell, Android, LineageOS, LEDE, LibreCMC), OpenHarmony, Oniro OS, HarmonyOS, NetBSD,[7] PX5 RTOS, ThreadX, FreeRTOS, etc.

Linux-based projects, toolkits, and frameworks[edit]

Many Linux-based projects, toolkits, and frameworks have emerged for developing operating systems that run on a variety of embedded systems. Some notable examples include OpenEmbedded, BusyBox, uClibc, musl libc, and buildroot.

See also[edit]

References[edit]

  1. ^ Jabeen, Qamar; Khan, Fazlullah; Hayat, Muhammad Nouman; Khan, Haroon; Jan, Syed Roohullah; Ullah, Farman (2016-05-11). "A Survey: Embedded Systems Supporting By Different Operating Systems". arXiv:1610.07899 [cs.OH].
  2. ^ "Definition of embedded OS". PC Magazine. Retrieved 13 September 2023.
  3. ^ Alan Holt; Chi-Yu Huang (2018). Embedded Operating Systems: A Practical Approach. Springer International Publishing. p. 5. ISBN 9783319729770.
  4. ^ Sager, P. M.; Agarwal, V. (November 2002). "Embedded operating systems for real-time applications" (PDF). M. Tech. credit seminar report. Electronic Systems Group, EE Dept, IIT Bombay: 14.
  5. ^ "Microsoft - Lifecycle for Windows Embedded Compact 2013". Microsoft Docs. Retrieved 3 Feb 2022.
  6. ^ Barbieri, Edoardo (24 November 2021). "What is embedded Linux?". Ubuntu. Retrieved 13 September 2023.
  7. ^ "Chapter 1. What is NetBSD?". NetBSD. Retrieved 13 September 2023.