Elements of Embedded Linux
In this part, you will explore the four key elements of any embedded Linux project. You will learn how to select a toolchain, build the bootloader, and build the kernel for your target device. Chapter 5 requires you to build a root filesystem step by step from scratch. These manual exercises are difficult, but by the end of this section, you with have a deeper understanding of how embedded Linux works and a greater appreciation for tools that can automate this board bring-up phase.
This part has the following chapters:
- Chapter 1, Starting Out
- Chapter 2, Learning about Toolchains
- Chapter 3, All about Bootloaders
- Chapter 4, Configuring and Building the Kernel
- Chapter 5, Building a Root Filesystem