Currently I am working on Yocto OS for my project. My question regarding debugging. In normal practice, the debug information is sent through the serial port. I aware about ssh debug. I have two questions:
- Why does every device normally support debugging over serial port?
- Is there any possible way to debug through the USB port (without using serial to USB converter) in Yocto?