“Leveraging the Yocto Project to debug an embedded Linux system” by Sergio Prado

There are several techniques to debug an embedded Linux system that can be applied in both user space and kernel space. Depending on the problem, you may need different tools, like addr2line for crash dump analysis, GDB for interactive debugging, ftrace for kernel tracing, valgring to catch memory-related issues, gprof for application profiling, etc. In this talk, we will learn how the Yocto Project can help and improve the experience of the developer when debugging an embedded Linux system. In this talk, I will cover: 1. The main challenges on debugging embedded Linux systems 2. Yocto Project tools and techniques that can help and improve the experience when debugging the Linux kernel and user-space applications. 3. Hands-on on common situations like leveraging the toolchain to do core dump analysis, a live remote GDB session, application profiling, etc.
Back to Top