- Mastering Embedded Linux Programming
- Chris Simmonds
- 248字
- 2021-07-30 09:44:56
What you need for this book
The software used in this book is entirely open source. The versions used are, in most cases, the latest stable versions available at the time of writing. While I have tried to describe the main features in a manner that are not specific to a particular version, it is inevitable that the examples of commands contain some details that will not work with the later versions. I hope that the descriptions that accompany them are sufficiently informative so that you can apply the same principles to the later versions of the package.
There are two systems involved in creating an embedded system: the host system that is used to cross-compile the software and the target system on which it runs. For the host system, I have used Ubuntu 14.04, but most Linux distributions will work with little modification. In the same way, I had to choose a target system to represent an embedded system. I chose two: the BeagelBone Black and the QEMU CPU emulator, emulating an ARM target. The latter target means that you can try out the examples without having to invest in the hardware for an actual target device. At the same time, it should be possible to apply the examples to a wide range of targets with adaptations for specifics, such as device names and memory layout.
The versions of the main packages for the target are U-Boot 2015.07, Linux 4.1, Yocto Project 1.8 "Fido", and Buildroot 2015.08.
- Learning LibGDX Game Development(Second Edition)
- Linux C/C++服務器開發實踐
- Pandas Cookbook
- 移動界面(Web/App)Photoshop UI設計十全大補
- Python深度學習:模型、方法與實現
- 西門子S7-200 SMART PLC編程從入門到實踐
- Building Wireless Sensor Networks Using Arduino
- Mastering C++ Multithreading
- Android應用開發深入學習實錄
- 邊玩邊學Scratch3.0少兒趣味編程
- STM8實戰
- Mastering OAuth 2.0
- Java語言程序設計實用教程(第2版)
- C++從零開始學(視頻教學版)(第2版)
- Building Microservices with .NET Core 2.0(Second Edition)