- Mastering Embedded Linux Programming
- Chris Simmonds
- 156字
- 2021-07-30 09:45:00
Chapter 3. All About Bootloaders
The bootloader is the second element of embedded Linux. It is the part that starts the system up and loads the operating system kernel. In this chapter, I will look at the role of the bootloader and, in particular, how it passes control from itself to the kernel using a data structure called a device tree, also known as a flattened device tree or FDT. I will cover the basics of device trees so that you will be able to follow the connections described in a device tree and relate it to real hardware.
I will look at the popular open source bootloader U-Boot and see how to use it to boot a target device and also how to customize it to a new device. Finally, I will take a quick look at Barebox, a bootloader that shares its past with U-Boot but which has, arguably, a cleaner design.
- Advanced Quantitative Finance with C++
- GAE編程指南
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- Software Defined Networking with OpenFlow
- Angular UI Development with PrimeNG
- The Data Visualization Workshop
- JavaScript 程序設(shè)計(jì)案例教程
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- Visual FoxPro 6.0程序設(shè)計(jì)
- RocketMQ實(shí)戰(zhàn)與原理解析
- 程序員的成長(zhǎng)課
- Mastering Machine Learning with R
- JBoss AS 7 Development
- VMware vSphere Design Essentials