- Embedded Linux Projects Using Yocto Project Cookbook
- Alex González
- 388字
- 2021-07-23 19:33:31
Preface
The Linux kernel is at the heart of a large number of embedded products being designed today. Over the last 10 years, this operating system has developed from dominating the server market to being the most used operating system in embedded systems, even those with real-time requirements. On the way, Linux has evolved, and the embedded industry has realized it has some key and unique characteristics:
- Linux is quick to adapt to new technologies and it's the place where innovation happens first
- It is robust, and the development community is quick to react to problems
- It is secure, and vulnerabilities are discovered and dealt with in a much quicker way than in competing proprietary products
- It is open, which means your company is able to own, modify, and understand the technology
- Finally, Linux is free
All of these make it a very compelling choice for embedded development.
But at the same time, an embedded Linux product is not only the Linux kernel. Companies need to build an embedded system over the operating system, and that's where embedded Linux was finding it difficult to make its place—until Yocto arrived.
The Yocto Project brings all the benefits of Linux into the development of embedded systems. It provides a standard build system that allows you to develop embedded products in a quick, reliable, and controlled way. Just as Linux has its strong points for embedded development, Yocto has its own too:
- Yocto is secure, as it uses recent sources and provides the means to quickly apply security vulnerabilities to your products
- It is robust, as it is used by a large community, which is quick to react to problems
- It is open, so your company can own the technology, understand it, and make it fit for specific needs
- It is free
With the Yocto Project's 6-month stable release process, package management updates, and flexibility, you will be able to focus on your embedded application, knowing that you are building it on top of a trusted system. You will speed up your development cycles and produce outstanding products.
But Yocto is a new technology, and developers need to adapt to it. This books aims to provide a practical guide for readers with basic knowledge of Linux and Yocto to develop a production-ready industrial system based on the ARM architecture.
- Mastering OpenLayers 3
- Vue.js前端開發基礎與項目實戰
- OpenCV for Secret Agents
- Python Game Programming By Example
- Internet of Things with the Arduino Yún
- Internet of Things with Intel Galileo
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Python網絡爬蟲實例教程(視頻講解版)
- Android應用開發攻略
- 計算思維與Python編程
- PHP編程(第4版)
- 零基礎學西門子PLC編程:入門、提高、應用、實例
- HTML 5+CSS 3+jQuery Mobile移動網站與APP開發實戰
- jMonkeyEngine 3.0 Cookbook
- 深入理解OSGi:Equinox原理、應用與最佳實踐