-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Embedded Linux Development
By :

We accomplished a lot in this chapter. You now know how to create Dockerfiles and YAML workflows for your software projects. CI/CD pipelines use this infrastructure as code to automatically build and push containerized software updates out to edge devices. You also leveraged containers to develop locally on real hardware before pushing your changes out to the rest of the world. Modern DevOps practices like these enable software teams to move faster without breaking things.
In the next chapter, we will look in detail at the Linux process model and describe what a process really is, how it relates to threads, how they cooperate, and how they are scheduled. Understanding these things is important if you want to create a robust and maintainable embedded system.