Linux SDK: ti-processor-sdk-linux-j7-evm-08_05_00_08
PCB是我们自己设计的,DPI0 直接驱动外接的LCD。信号如下图。
请问如何修改设备树及驱动?

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.
您好,
目前正在与我的团队成员核实是否有指南,但我不知道有专门针对 Linux 上的 DP 开发的指南。然而,我们可以提供的是一些代码/文档,客户可以参考以调出一般+一般显示软件信息。
对于一般董事会的培训,我们有一个学院模块,链接到常见问题解答:https://dev.ti.com/tirex/explore/node ?node=A__AZIWszT9XCzrnjlLSYT5tQ__TDA4VM-ACADEMY__dS93ClC__LATEST
我认为客户首先应该使用上述常见问题解答来执行引脚复用等一般程序,然后引用一个有效的 DTS 示例,例如我们的 EVM 板的示例:https: //git.ti.com/cgit/ti -linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts?h=ti-linux-5.10.y
然后,如果需要在内核驱动程序级别进行更改,他们可以参考 SDK 中的 DSS(显示子系统)文档来了解哪些文件相关,并了解可用于调试的 Linux 命令行工具:https: // /software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/09_00_00_08/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7.html