Embedded Operating System Projects

Embedded Operating System Projects PDF Author: Hentschel, Uwe
Publisher: Universitätsverlag Potsdam
ISBN: 386956296X
Category :
Languages : en
Pages : 106

Get Book

Book Description
In today’s life, embedded systems are ubiquitous. But they differ from traditional desktop systems in many aspects – these include predictable timing behavior (real-time), the management of scarce resources (memory, network), reliable communication protocols, energy management, special purpose user-interfaces (headless operation), system configuration, programming languages (to support software/hardware co-design), and modeling techniques. Within this technical report, authors present results from the lecture “Operating Systems for Embedded Computing” that has been offered by the “Operating Systems and Middleware” group at HPI in Winter term 2013/14. Focus of the lecture and accompanying projects was on principles of real-time computing. Students had the chance to gather practical experience with a number of different OSes and applications and present experiences with near-hardware programming. Projects address the entire spectrum, from bare-metal programming to harnessing a real-time OS to exercising the full software/hardware co-design cycle. Three outstanding projects are at the heart of this technical report. Project 1 focuses on the development of a bare-metal operating system for LEGO Mindstorms EV3. While still a toy, it comes with a powerful ARM processor, 64 MB of main memory, standard interfaces, such as Bluetooth and network protocol stacks. EV3 runs a version of 1 1 Introduction Linux. Sources are available from Lego’s web site. However, many devices and their driver software are proprietary and not well documented. Developing a new, bare-metal OS for the EV3 requires an understanding of the EV3 boot process. Since no standard input/output devices are available, initial debugging steps are tedious. After managing these initial steps, the project was able to adapt device drivers for a few Lego devices to an extent that a demonstrator (the Segway application) could be successfully run on the new OS. Project 2 looks at the EV3 from a different angle. The EV3 is running a pretty decent version of Linux- in principle, the RT_PREEMPT patch can turn any Linux system into a real-time OS by modifying the behavior of a number of synchronization constructs at the heart of the OS. Priority inversion is a problem that is solved by protocols such as priority inheritance or priority ceiling. Real-time OSes implement at least one of the protocols. The central idea of the project was the comparison of non-real-time and real-time variants of Linux on the EV3 hardware. A task set that showed effects of priority inversion on standard EV3 Linux would operate flawlessly on the Linux version with the RT_PREEMPT-patch applied. If only patching Lego’s version of Linux was that easy... Project 3 takes the notion of real-time computing more seriously. The application scenario was centered around our Carrera Digital 132 racetrack. Obtaining position information from the track, controlling individual cars, detecting and modifying the Carrera Digital protocol required design and implementation of custom controller hardware. What to implement in hardware, firmware, and what to implement in application software – this was the central question addressed by the project.

Embedded Operating System Projects

Embedded Operating System Projects PDF Author: Hentschel, Uwe
Publisher: Universitätsverlag Potsdam
ISBN: 386956296X
Category :
Languages : en
Pages : 106

Get Book

Book Description
In today’s life, embedded systems are ubiquitous. But they differ from traditional desktop systems in many aspects – these include predictable timing behavior (real-time), the management of scarce resources (memory, network), reliable communication protocols, energy management, special purpose user-interfaces (headless operation), system configuration, programming languages (to support software/hardware co-design), and modeling techniques. Within this technical report, authors present results from the lecture “Operating Systems for Embedded Computing” that has been offered by the “Operating Systems and Middleware” group at HPI in Winter term 2013/14. Focus of the lecture and accompanying projects was on principles of real-time computing. Students had the chance to gather practical experience with a number of different OSes and applications and present experiences with near-hardware programming. Projects address the entire spectrum, from bare-metal programming to harnessing a real-time OS to exercising the full software/hardware co-design cycle. Three outstanding projects are at the heart of this technical report. Project 1 focuses on the development of a bare-metal operating system for LEGO Mindstorms EV3. While still a toy, it comes with a powerful ARM processor, 64 MB of main memory, standard interfaces, such as Bluetooth and network protocol stacks. EV3 runs a version of 1 1 Introduction Linux. Sources are available from Lego’s web site. However, many devices and their driver software are proprietary and not well documented. Developing a new, bare-metal OS for the EV3 requires an understanding of the EV3 boot process. Since no standard input/output devices are available, initial debugging steps are tedious. After managing these initial steps, the project was able to adapt device drivers for a few Lego devices to an extent that a demonstrator (the Segway application) could be successfully run on the new OS. Project 2 looks at the EV3 from a different angle. The EV3 is running a pretty decent version of Linux- in principle, the RT_PREEMPT patch can turn any Linux system into a real-time OS by modifying the behavior of a number of synchronization constructs at the heart of the OS. Priority inversion is a problem that is solved by protocols such as priority inheritance or priority ceiling. Real-time OSes implement at least one of the protocols. The central idea of the project was the comparison of non-real-time and real-time variants of Linux on the EV3 hardware. A task set that showed effects of priority inversion on standard EV3 Linux would operate flawlessly on the Linux version with the RT_PREEMPT-patch applied. If only patching Lego’s version of Linux was that easy... Project 3 takes the notion of real-time computing more seriously. The application scenario was centered around our Carrera Digital 132 racetrack. Obtaining position information from the track, controlling individual cars, detecting and modifying the Carrera Digital protocol required design and implementation of custom controller hardware. What to implement in hardware, firmware, and what to implement in application software – this was the central question addressed by the project.

Embedded Operating System Projects

Embedded Operating System Projects PDF Author: Andreas Grapentin
Publisher:
ISBN:
Category :
Languages : en
Pages :

Get Book

Book Description


Embedded Operating Systems

Embedded Operating Systems PDF Author: Alan Holt
Publisher: Springer
ISBN: 3319729772
Category : Computers
Languages : en
Pages : 234

Get Book

Book Description
This easy-to- follow textbook/reference guides the reader through the creation of a fully functional embedded operating system, from its source code, in order to develop a deeper understanding of each component and how they work together. The text describes in detail the procedure for building the bootloader, kernel, filesystem, shared libraries, start-up scripts, configuration files and system utilities, to produce a GNU/Linux operating system. This fully updated second edition also includes new material on virtual machine technologies such as VirtualBox, Vagrant and the Linux container system Docker. Topics and features: presents an overview of the GNU/Linux system, introducing the components of the system, and covering aspects of process management, input/output and environment; discusses containers and the underlying kernel technology upon which they are based; provides a detailed examination of the GNU/Linux filesystem; explains how to build an embedded system under a virtual machine, and how to build an embedded system to run natively on an actual processor;introduces the concept of the compiler toolchain, and reviews the platforms BeagleBone and Raspberry Pi; describes how to build firmware images for devices running the Openwrt operating system. The hands-on nature and clearly structured approach of this textbook will appeal strongly to practically minded undergraduate and graduate level students, as well as to industry professionals involved in this area.

Linux for Embedded and Real-time Applications

Linux for Embedded and Real-time Applications PDF Author: Doug Abbott
Publisher: Newnes
ISBN: 0128112786
Category : Technology & Engineering
Languages : en
Pages : 304

Get Book

Book Description
Linux for Embedded and Real-Time Applications, Fourth Edition, provides a practical introduction to the basics, covering the latest developments in this rapidly evolving technology. Ideal for those new to the use of Linux in an embedded environment, the book takes a hands-on approach that covers key concepts of building applications in a cross-development environment. Hands-on exercises focus on the popular open source BeagleBone Black board. New content includes graphical programming with QT as well as expanded and updated material on projects such as Eclipse, BusyBox – configuring and building, the U-Boot bootloader – what it is, how it works, configuring and building, and new coverage of the Root file system and the latest updates on the Linux kernel.. Provides a hands-on introduction for engineers and software developers who need to get up to speed quickly on embedded Linux, its operation and capabilities Covers the popular open source target boards, the BeagleBone and BeagleBone Black Includes new and updated material that focuses on BusyBox, U-Boot bootloader and graphical programming with QT

The Design and Implementation of the RT-Thread Operating System

The Design and Implementation of the RT-Thread Operating System PDF Author: Qiu Yi
Publisher: CRC Press
ISBN: 100020524X
Category : Computers
Languages : en
Pages : 390

Get Book

Book Description
Since the release of V0.01 in 2006, to the present V4.0 version, RT-Thread has developed a reputation among developers for its open source strategy. RT-Thread has gained a large following among members of the embedded open source community in China with hundreds of thousands of enthusiasts. RT-Thread is widely used in energy, automotive, medical, consumer electronics, among other applications, making it a mature and stable open source embedded operating system. The purpose of RT-Thread RTOS Design and Implementation is to create an easy learning curve for mastering RT-Thread, so that more developers can participate in the development of RT-Thread and work together to create an open source, tiny, and beautiful Internet of Things operating system. The book’s first part introduces the RT-Thread kernel and starts with an overview of RT-Thread before covering thread management, clock management, inter-thread synchronization, inter-thread communication, memory management, and interrupt management. The second part begins with RT-Thread kernel porting and explains how to port RT-Thread to a hardware board to run it. The second part also introduces RT-Thread components and discusses the Env development environment, FinSH console, device management, and network framework. Additional topics covered include: The I/O device framework Virtual file systems Peripheral interfaces Devices including the PIN device, UART device, and ADC device, among others. Each chapter features code samples, as well as helpful tables and graphs, so you can practice as you learn as well as perform your own experiments.

Embedded Operating Systems

Embedded Operating Systems PDF Author: Alan Holt
Publisher: Springer
ISBN: 1447166035
Category : Computers
Languages : en
Pages : 196

Get Book

Book Description
This practically-oriented textbook provides a clear introduction to the different component parts of an operating system and how these work together. The easy-to-follow text covers the bootloader, kernel, filesystem, shared libraries, start-up scripts, configuration files and system utilities. The procedure for building each component is described in detail, guiding the reader through the process of creating a fully functional GNU/Linux embedded OS. Features: presents a concise overview of the GNU/Linux system, and a detailed review of GNU/Linux filesystems; describes how to build an embedded system to run on a virtual machine, and to run natively on an actual processor; introduces the concept of the compiler toolchain, demonstrating how to develop a cross toolchain so that programs can be built on a range of different architectures; discusses the ARM-based platforms BeagleBone and Raspberry Pi; explains how to build OpenWRT firmware images for OMxP Open-mesh devices and the Dragino MS14 series.

Firm-Sponsored Developers in Open Source Software Projects

Firm-Sponsored Developers in Open Source Software Projects PDF Author: Dirk Homscheid
Publisher: Springer Nature
ISBN: 3658314788
Category : Business & Economics
Languages : en
Pages : 251

Get Book

Book Description
This research aims at synthesizing literature on social capital theory and OSS communities to arrive at a conceptual model of social capital and individuals' value creation in OSS communities. Accordingly, it targets at replicating prior research that used social capital to predict diverse forms of outcome by using alternative operationalizations of the different social capital dimensions as well as forms of outcome and includes firm-sponsorship as moderator into the models. As a result of this research, it can be noted that the proven relationship between an OSS contributor's social capital and his created value is affected by firm-sponsorship. Furthermore, it could be shown that the proven relationship between an OSS contributor's social capital and associated individual outcomes is not affected by firm-sponsorship.

Embedded Systems Architecture

Embedded Systems Architecture PDF Author: Tammy Noergaard
Publisher: Elsevier
ISBN: 0080491243
Category : Computers
Languages : en
Pages : 656

Get Book

Book Description
This comprehensive textbook provides a broad and in-depth overview of embedded systems architecture for engineering students and embedded systems professionals. The book is well suited for undergraduate embedded systems courses in electronics/electrical engineering and engineering technology (EET) departments in universities and colleges, as well as for corporate training of employees. The book is a readable and practical guide covering embedded hardware, firmware, and applications. It clarifies all concepts with references to current embedded technology as it exists in the industry today, including many diagrams and applicable computer code. Among the topics covered in detail are: · hardware components, including processors, memory, buses, and I/O · system software, including device drivers and operating systems · use of assembly language and high-level languages such as C and Java · interfacing and networking · case studies of real-world embedded designs · applicable standards grouped by system application * Without a doubt the most accessible, comprehensive yet comprehensible book on embedded systems ever written! * Leading companies and universities have been involved in the development of the content * An instant classic!

Project Management of Complex and Embedded Systems

Project Management of Complex and Embedded Systems PDF Author: Kim H. Pries
Publisher: CRC Press
ISBN: 9781420072068
Category : Business & Economics
Languages : en
Pages : 376

Get Book

Book Description
There are many books on project management and many on embedded systems, but few address the project management of embedded products from concept to production. Project Management of Complex and Embedded Systems: Ensuring Product Integrity and Program Quality uses proven Project Management methods and elements of IEEE embedded software development techniques, to explain how to deliver a reliable complex system to market. This volume begins with a general discussion of project management, followed by an examination of the various tools used before a project is underway. The book then delves into the specific project stages: concept, product development, process development, validation of the product and process, and release to production. Finally, post-project stages are explored, including failure reporting, analysis, corrective actions, and product support. The book draws heavily on information from Department of Defense sources as well as systems developed by the Automotive Industry Action Group, General Motors, Chrysler, and Ford to standardize the approach to designing and developing new products. These automotive development and production ideas have universal value, particularly the concept of process and design controls. The authors use these systems to explain project management techniques that can assist developers of any embedded system. The methods explored can be adapted toward mechanical development projects as well. The text includes numerous war stories offering concrete solutions to problems that might occur in production. Tables and illustrative figures are provided to further clarify the material. Organized sequentially to follow the normal life cycle of a project, this book helps project managers identify challenges before they become problems and resolve those issues that cannot be avoided.

Business Models and Strategies for Open Source Projects

Business Models and Strategies for Open Source Projects PDF Author: Monaco, Francisco José
Publisher: IGI Global
ISBN: 1668447878
Category : Computers
Languages : en
Pages : 358

Get Book

Book Description
Since its emergence in the mid-1980s through the protagonism of free software and open source movements, the concept of freely shareable technology has steadily established itself in the following decades to enter the 21st century as a leading industrial paradigm. From the original ambit of software technology, the principles of collaborative construction of publicly accessible knowledge grounding the open source paradigm have been extended to embrace any intellectual artifact made available under non-exclusive rights of utilization, development, and distribution. It is noteworthy, however, that whilst on one hand it is not difficult to enumerate advantages of the use of open source products by individuals and organizations—whether related to cost reduction, socio-technological inclusion, governance of technology development, security and privacy transparency, among others—on the other hand, it is not as immediate to identify their motivation to develop open source technology. While there may surely be initiatives driven by either ethical grounds, personal avocation, or public policies, those reasons alone do not explain the lasting success of many large community-driven projects, nor why large commercial enterprises massively invest in open source development. Business Models and Strategies for Open Source Projects investigates the rationales and the strategy underlying companies’ decisions to produce and release open source products as well as which business models have succeeded. Covering topics such as embedded systems, open source ecosystems, and software companies, this premier reference source is a valuable resource for entrepreneurs, business leaders and managers, students and educators of higher education, librarians, software developers, researchers, and academicians.