/
Chapter 13 Embedded Operating Systems Chapter 13 Embedded Operating Systems

Chapter 13 Embedded Operating Systems - PowerPoint Presentation

stefany-barnette
stefany-barnette . @stefany-barnette
Follow
347 views
Uploaded On 2018-11-08

Chapter 13 Embedded Operating Systems - PPT Presentation

Ninth Edition By William Stallings Operating Systems Internals and Design Principles 2017 Pearson Education Inc Hoboken NJ All rights reserved Embedded System The term embedded system ID: 722727

pearson embedded reserved 2017 embedded pearson 2017 reserved rights hoboken education linux system systems tinyos clinux processor device size

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Chapter 13 Embedded Operating Systems" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Chapter 13Embedded Operating Systems

Ninth EditionBy William Stallings

Operating Systems:Internals and Design Principles

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide2

Embedded System

The term embedded system refers to the use of electronics and software within a product that has a specific function or set of functions, as opposed to a general-purpose computerAn

embedded system can also be defined as any device that includes a computer chip, but that is not a general-purpose workstation, or desktop or laptop computerExamples of types of devices with embedded systems include cell phones, digital cameras, video cameras, calculators, home security systems, washing machines, various automotive systems, tennis rackets, toothbrushes, and numerous types of sensors and actuators in automated systems

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide3

Embedded System

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide4

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide5

Application Processors vs Dedicated Processors

Application Processor

Defined by the processor’s ability to execute complex operating systems, such as Linux, Android, and ChromeIs general purpose in natureA good example of the use of an embedded application processor is the smartphoneThe embedded system is designed to support numerous apps and perform a wide variety of functionsDedicated Processor

Dedicated to one or a small number of specific tasks required by the host device

Because such an embedded system is dedicated to a specific task or tasks, the processor and associated components can be engineered to reduce size and cost

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide6

Microprocessors

A microprocessor is a processor whose elements have been miniaturized into one or a few integrated circuitsEarly microprocessor chips included registers, an arithmetic logic unit (ALU), and some sort of control unit or instruction processing logic

Contemporary microprocessor chips include multiple processors, called cores, and a substantial amount of cache memoryHowever, a microprocessor chip includes only some of the elements that make up a computer system© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide7

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide8

Microprocessors

Printed circuit board (PCB)

A rigid, flat board that holds and interconnects chips and other electronic componentsIs made up of layers, typically two to ten, that interconnect components via copper pathways that are etched into the boardMotherboardThe main PCB in a computerAlso called a system boardExpansion boardSmaller PCB that plugs into the slots in the main board

Chip

Most prominent element on the motherboard

A single piece of semiconducting material, typically silicon, upon which electronic circuits and logic gates are fabricated

The resulting product is referred to as an

integrated circuit

Multicore processor

The motherboard contains a slot or socket for the processor chip, which typically contains multiple individual cores, in what is known as a

multicore processor

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide9

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide10

Deeply Embedded System

A deeply embedded system has a processor whose behavior is difficult to observe both by the programmer and the userA deeply embedded system:

Uses a microcontroller rather than a microprocessorIs not programmable once the program logic for the device has been burned into ROM (read only memory)Has no interaction with a userDeeply embedded systems are dedicated, single-purpose devices that detect something in the environment, perform a basic level of processing, then do something with the resultsThey often have wireless capability and appear in networked configurations, such as networks of sensors deployed over a large area

The Internet of Things depends heavily on deeply embedded systems

Typically, deeply embedded systems have extreme resource constraints in terms of memory, processor size, time, and power consumption

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide11

Characteristics of Embedded OS

Real-time operationReactive operationConfigurability

I/O device flexibilityStreamlined protection mechanismsDirect use of interrupts© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide12

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide13

Host and Target Environments

Boat loaderA small program that calls the OS into memory (RAM) after the power is turned on

It is responsible for the initial boot process of the system and for loading the kernel into main memory© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.

Root file system

Contains all the files needed for the system to work properly

The root file system of an embedded OS is similar to that found on a workstation or server, except that it contains only the minimal set of application, libraries, and related files needed to run the system

Kernel

The full kernel includes a number of separate modules including:

Memory management

Process/thread management

Inter process communication, timers

Device drivers for I/O, network, sound, storage, graphics,

etc

File systems

Networking

Power managementSlide14

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide15

Developing an Embedded OS

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide16

Adapting an Existing OS

An existing commercial OS can be used for an embedded system by adding:Real time capability

Streamlining operationAdding necessary functionality

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide17

Purpose-Built Embedded OS

Typical characteristics include:

Fast and lightweight process or thread switchScheduling policy is real time and dispatcher module is part of schedulerSmall sizeResponds to external interrupts quicklyMinimizes intervals during which interrupts are disabled

P

rovides fixed or variable-sized partitions for memory management

P

rovides special sequential files that can accumulate data at a fast rate

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide18

Timing Constraints

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide19

Embedded Linux

A version of Linux running in an embedded systemEmbedded devices typically require support for a specific set of devices, periphrals, and protocols, depending on the hardware that is present in a given device and the intended purpose of that device

An embedded Linux distribution is a version of Linux to be customized for the size and hardware constraints of embedded devicesIncludes software packages that support a variety of services and applications on those devicesAn embedded Linux kernel will be far smaller than an ordinary Linux kernel© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide20

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide21

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.

Description

Type

Size

Time constraints

Networkability

Degree of user interaction

Accelerator control devices

Industrial process control

Medium

Stringent

Yes

Low

Computer-aided training system

Aerospace

Large

Stringent

No

High

Bluetooth device for accessing local information

Networking

Small

Mild

Yes

Very low

System control and data acquisition protocol converter

Industrial process control

Medium

Stringent

No

Very low

Personal digital assistant

Consumer electronics

Medium

Mild

Yes

Very high

Motor control device involved with space vehicle control

Aerospace

Large

Stringent

Yes

High

Table

13.1

Characteristics

of Example Embedded Linux Systems

(Table is on page 583 in the textbook)Slide22

Embedded Linux File Systems

File system must be as small as possible

Commonly used examples:

cramfs

A

simple read-only file system that is designed to minimize size by maximizing the efficient use of underlying storage

F

iles are compressed in units that match the Linux page size

squashfs

A compressed, read-only file system that was designed for use on low memory or limited storage size environments

jffs2

A log-based file system that is designed for use on NOR and NAND flash devices with special attention to flash-oriented issues such as wear-leveling

ubifs

Provides better performance on larger flash devices and also supports write caching to provide additional performance inprovements

yaffs2

Provides a fast and robust file system for large flash devices

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide23

Advantages of

Embedded Linux

Advantages of using Linux as the basis for an embedded OS include the following:

V

endor independence

T

he platform provider is not dependent on a particular vendor to provide needed features and meet deadlines for deployment

V

aried hardware support

Linux support for a wide range of processor architectures and peripheral devices makes it suitable for virtually any embedded system

L

ow cost

T

he use of Linux minimizes cost for development and training

O

pen source

T

he use of Linux provides all of the advantages of open source software

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide24

𝜇Clinux

𝜇Clinux

(microcontroller Linux) is a popular open-source Linux kernel variation targeted at microcontrollers and other very small embedded systemsThe design philosophy for 𝜇Clinux is to slim down the operating environment by removing utility programs, tools, and other system services that are not needed in an embedded environment

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide25

Differences Between

𝜇Clinux and Linux

Linux is a multiuser OS based on Unix. 𝜇Clinux is a version of Linux intended for embedded systems typically with no interactive user

Unlike Linux,

𝜇

Clinux

does not support memory management

The Linux kernel maintains a separate virtual address space for each process.

𝜇

Clinux

has a single shared address space for all processes

𝜇

Clinux

modifies device drivers to use the local system bus rather than ISA or PCI

In Linux, address space is recovered on context switching; this is not done in

𝜇

Clinux

Unlike Linux,

𝜇

Clinux

does not provide the fork system call; the only option is to use

vfork

The most significant difference between full Linux and

𝜇

Clinux

is in the area of memory management

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide26

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.

glibc name

glibc size

µçlibc name

µclibc size

libc-2.3.2.so

1.2M

libuClibc-0.9.2.7.so

284K

ld-2.3.2.so

92K

libcrypt-0.9.2.7.so

20K

libcrypt-2.3.2.so

20K

libdl-0.9.2.7.so

12K

libdl-2.3.2.so

12K

libm-0.9.2.7.so

8K

libm-2.3.2.so

136K

libnsl-0.9.2.7so

56K

libnsl-2.3.2.so

76K

libpthread-0.9.2.7.so

4K

libpthread-2.3.2.so

84K

libresolv-0.9.2.7.so

84K

libresolv-2.3.2.so

68K

libutil-0.9.2.7.so

4K

libutil-2.3.2.so

8K

libcrypt-0.9.2.7.so

8K

(

Table is on page 586 in the textbook)

Table 13.2

Size

of Some Functions in GNU C Library and µ

ClibcSlide27

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide28

Android

Focus of Android lies in the vertical integration of the Linux kernel and the Android user-space components

Many embedded Linux developers do not consider Android to be an instance of embedded Linux

F

rom the point of view of these developers, a classic embedded device has a fixed function, frozen at the factory

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide29

TinyOS

Streamlines to a very minimal OS for embedded systemsCore OS requires 400 bytes of code and data memory combinedNot a real-time OS

There is no kernelThere are no processesOS doesn’t have a memory allocation system Interrupt and exception handling is dependent on the peripheralIt is completely nonblocking, so there are few explicit synchronization primitivesHas become a popular approach to implementing wireless sensor network software

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide30

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide31

TinyOS Goals

With the tiny distributed sensor application in mind, the following goals were set for TinyOS:

Allow high concurrencyOperate with limited resourcesAdapt to hardware evolutionS

upport a wide range of applications

S

upport a diverse set of platforms

B

e robust

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide32

TinyOS Components

Embedded software systems built with TinyOS consist of a set of modules (called components), each of which performs a simple task and which interface with each other and with hardware in limited and well-defined ways

The only other software module is the schedulerBecause there is no kernel there is no actual OSThe application area of interest is the wireless sensor network (WSN)

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide33

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide34

Components -- Tasks

A software component implements one or more tasksEach task in a component is similar to a thread in an ordinary OS

Within a component tasks are atomicOnce a task has started it runs to completion

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide35

Components -- Commands

A command is a nonblocking requestA

task that issues a command does not block or spin wait for a reply from the lower-level componentIs typically a request for the lower-level component to perform some serviceThe effect on the component that receives the command is specific to the command given and the task required to satisfy the commandA command cannot preempt the currently running taskA command does not cause a preemption in the called component and does not cause blocking in the calling component

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide36

Components -- Events

Events in TinyOS may be tied either directly or indirectly to hardware eventsLowest-level software components interface directly to hardware interrupts

May be external interrupts, timer events, or counter eventsAn event handler in a lowest-level component may handle the interrupt itself or may propagate event messages up through the component hierarchyA command can post a task that will signal an event in the futureIn this case there is no tie of any kind to a hardware event

© 2017 Pearson Education, Inc., Hoboken, NJ.

All rights reserved.Slide37

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide38

TinyOS Scheduler

Operates across all componentsOnly one task executes at a timeThe scheduler is a separate component

It is the one portion of TinyOS that must be present in any systemDefault scheduler is a simple FIFO queueScheduler is power aware Puts processor to sleep when there is no task in the queue© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide39

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide40

TinyOS Resource Interface

TinyOS provides a simple but powerful set of conventions for dealing with resources

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide41

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.Slide42

Summary

Embedded systemsEmbedded system conceptsApplication versus dedicated processors

MicroprocessorsMicrocontrollersDeeply embedded systemsCharacteristics of embedded operating systemsHost and target environmentsDevelopment approachesAdapting an existing commercial operating systemPurpose-built embedded operating system

Embedded Linux

Characteristics of an embedded Linux system

Embedded Linux file systems

Advantages of embedded Linux

𝜇

Clinux

Android

TinyOS

Wireless sensor networks

TinyOS

goals

TinyOS

components

TinyOS

scheduler

TinyOS

resource interface

© 2017 Pearson Education, Inc., Hoboken, NJ. All rights reserved.