Читать далее...YouTube
Tools and Techniques to Debug an Embedded Linux System
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 and kernel oops analysis, GDB for interactive (remote)…