- Mastering Embedded Linux Programming
- Chris Simmonds
- 234字
- 2021-07-30 09:44:58
Summary
Embedded hardware will continue to get more complex, following the trajectory set by Moore's Law. Linux has the power and the flexibility to make use of hardware in an efficient way.
Linux is just one component of open source software out of the many that you need to create a working product. The fact that the code is freely available means that people and organizations at many different levels can contribute. However, the sheer variety of embedded platforms and the fast pace of development lead to isolated pools of software which are not shared as efficiently as they should be. In many cases, you will become dependent on this software, especially the Linux kernel that is provided by your SoC or Board vendor, and to a lesser extent the toolchain. Some SoC manufacturers are getting better at pushing their changes upstream and the maintenance of these changes is getting easier.
Fortunately, there are some powerful tools that can help you create and maintain the software for your device. For example, Buildroot is ideal for small systems and the Yocto Project for larger ones.
Before I describe these build tools, I will describe the four elements of embedded Linux, which you can apply to all embedded Linux projects, however they are created. The next chapter is all about the first of these, the toolchain, which you need to compile code for your target platform.
- Google Apps Script for Beginners
- JavaScript Unlocked
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- PLC編程及應用實戰(zhàn)
- Java 11 Cookbook
- 深入淺出PostgreSQL
- Teaching with Google Classroom
- Node.js全程實例
- 區(qū)塊鏈架構之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構設計
- Delphi開發(fā)典型模塊大全(修訂版)
- Flask Web開發(fā):基于Python的Web應用開發(fā)實戰(zhàn)(第2版)
- Android 游戲開發(fā)大全(第二版)
- Android從入門到精通