debugging

Yocto Project Expert Tips: The Power of devshell

Reading Time: 4 minutes Introduction Building a Yocto project based distribution often means encountering frustrating errors when building recipes. While bitbake logs these failures, deciphering the root cause can be like finding a needle in a haystack. Each recipe and build process is unique, so relying solely on logs can be inefficient and overwhelming. Luckily, the Yocto project provides […]

Yocto Project Expert Tips: The Power of devshell Read More »

Yocto Project Expert Tips: Debugging Variables

Reading Time: 3 minutes Introduction Over my many years of working with the Yocto project, I have acquired many methods and tricks along the way that help me do things such as debug issues, accelerate development, create more efficient code and gain a better overall understanding of the project to design things right the first time. The Yocto project

Yocto Project Expert Tips: Debugging Variables Read More »

Tracing the Root of Linux Kernel Problems with Error Messages

Reading Time: 3 minutes Introduction When setting up Linux on a new board, you are bound to encounter issues. These issues can range from preventing the kernel from booting to emitting warnings or causing drivers to fail registration or probing. Regardless of the specific issue, the result is a system that does not function as intended. Debugging is the

Tracing the Root of Linux Kernel Problems with Error Messages Read More »