工具与软件:
尊敬的 TI:
有时、我们会重置摄像头或下拉、然后上拉摄像头的电压引脚以重新启动摄像头。 摄像头无法正常工作。
dmesg 日志发出熔断声。 
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
尊敬的 TI:
有时、我们会重置摄像头或下拉、然后上拉摄像头的电压引脚以重新启动摄像头。 摄像头无法正常工作。
dmesg 日志发出熔断声。 
请参阅此处有关如何配置内核的信息: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_00_00/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#configuring-the-kernel。
然后、通过 menuconfig、您可以 选择 Kernel hacking --> Tracers --> Kernel Function Tracer。
此博客包含很好的说明: https://sergioprado.blog/tracing-the-linux-kernel-with-ftrace/
如果您觉得这可能太多了、并且希望更快地进行调试、只需在驱动程序代码中添加 printk 即可。
此致、
建中