- 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.
- VMware View Security Essentials
- 大學(xué)計算機基礎(chǔ)(第三版)
- C語言程序設(shè)計基礎(chǔ)與實驗指導(dǎo)
- Web交互界面設(shè)計與制作(微課版)
- BeagleBone Media Center
- Mastering Swift 2
- Interactive Applications Using Matplotlib
- 微信小程序入門指南
- Scala編程實戰(zhàn)(原書第2版)
- 深入分布式緩存:從原理到實踐
- jQuery Mobile移動應(yīng)用開發(fā)實戰(zhàn)(第3版)
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- Advanced Express Web Application Development
- Julia for Data Science
- Spring+Spring MVC+MyBatis從零開始學(xué)