Linux is a highly-respected open source operating system that can scale from small devices to large supercomputers. This book describes how to employ Linux at the bottom end of the scale to create efficient, secure, and cost-effective products.
Mastering Embedded Linux Programming
โ Scribed by Chris Simmonds
- Publisher
- Packt Publishing
- Year
- 2015
- Tongue
- English
- Leaves
- 418
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Mastering Embedded Linux Programming takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage. You will begin by learning about toolchains, bootloaders, the Linux kernel, and how to configure a root filesystem to create a basic working device. You will then learn how to use the two most commonly used build systems, Buildroot and Yocto, to speed up and simplify the development process. Building on this solid base, the next section considers how to make best use of raw NAND/NOR flash memory and managed flash eMMC chips, including mechanisms for increasing the lifetime of the devices and to perform reliable in-field updates. Next, you need to consider what techniques are best suited to writing applications for your device. We will then see how functions are split between processes and the usage of POSIX threads, which have a big impact on the responsiveness and performance of the final device The closing sections look at the techniques available to developers for profiling and tracing applications and kernel code using perf and ftrace.
What you will learn
Understand the role of the Linux kernel and select an appropriate role for your application
Use Buildroot and Yocto to create embedded Linux systems quickly and efficiently
Create customized bootloaders using U-Boot
Employ perf and ftrace to identify performance bottlenecks
Understand device trees and make changes to accommodate new hardware on your device
Write applications that interact with Linux device drivers
Design and write multi-threaded applications using POSIX threads
Measure real-time latencies and tune the Linux kernel to minimize them
โฆ Table of Contents
1. Starting Out
2. Learning About Toolchains
3. All About Bootloaders
4. Porting and Configuring the Kernel
6. Building a Root Filesystem
7. Selecting a Build System
8. Creating a Storage Strategy
9. Introducing Device Drivers
- Starting up - the init Program
- Learning About Processes and Threads
- Managing Memory
- Debugging with GDB
- Profiling and Tracing
- Real-time Programming
๐ SIMILAR VOLUMES
Harness the power of Linux to create versatile and robust embedded solutions About This Book Create efficient and secure embedded devices using Linux Minimize project costs by using open source tools and programs Explore each component technology in depth, using sample implementations as a guide Who
Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting Out -- Selecting the right operating system -- The players -- Project life cycle -- The four elements of embedded Linux -- Open sou
Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting Out -- Selecting the right operating system -- The players -- Project life cycle -- The four elements of embedded Linux -- Open sou
<h4>Key Features</h4><ul><li>Create efficient and secure embedded devices using Linux</li><li>Minimize project costs by using open source tools and programs</li><li>Explore each component technology in depth, using sample implementations as a guide</li></ul><h4>Book Description</h4><p>Mastering Embe
Mastering Embedded Linux Programming takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage. You will begin by learning about toolchains, bootloaders, the Linux kernel, and how to configure a root filesystem to create