- Learning Embedded Linux Using the Yocto Project
- Alexandru Vaduva
- 161字
- 2021-07-16 13:49:34
Summary
In this chapter, you were presented with information on bootloaders, with particular focus on the U-Boot bootloader. We also discussed topics related to U-Boot interaction, porting, debugging, general information on bootloaders, U-Boot alternatives and a boot sequence inside an embedded environment. There was also a section related to the Yocto Project, where you were introduced to the mechanism used to support various bootloaders available inside BSP. A number of exercises were presented across the chapter, and they offered more clarity on this subject.
In the next chapter, we will discuss the Linux kernel, its features and source code, modules and drivers, and, in general, most of the information needed to interact with the Linux kernel. As you have already been introduced to it, we will also concentrate on the Yocto Project and how it is able to work with various kernel versions for a number of boards and exercises. This should ease the understanding of the information presented to you.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Expert C++
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- JavaScript 從入門到項目實踐(超值版)
- Mastering Natural Language Processing with Python
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Building a Recommendation Engine with Scala
- Blender 3D Incredible Machines
- Getting Started with SQL Server 2012 Cube Development
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Building Serverless Applications with Python
- C++從入門到精通(第6版)
- Mastering Concurrency in Python
- PHP Microservices
- HikariCP數據庫連接池實戰