工具/软件:Linux
您好!
我将 Processor_SDK_Linux_AM335x 用于 BeagleBone。
我想知道是否有一些通过 Remoteproc 驱动程序进行 UART 通信和 PWM 生成的实验与 PRU 实际操作实验类似?
谢谢。
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
您好!
我将 Processor_SDK_Linux_AM335x 用于 BeagleBone。
我想知道是否有一些通过 Remoteproc 驱动程序进行 UART 通信和 PWM 生成的实验与 PRU 实际操作实验类似?
谢谢。
Rahul、
该 wiki 页面应进行更新、以指向通过该页面创建的 TI 参考设计: http://www.ti.com/tool/TIDEP0073。 我现在将纠正它。
如设计指南所述、演示中提供的 PRU 代码旨在与 Linux 处理器 SDK (http://software-dl.ti.com/processor-sw/esd/PROCESSOR-SDK-LINUX-AM335X/02_00_02_11/index_FDS.html)的 v2.0.2.11搭配使用。 如果您想按原样重新创建演示、则需要使用 v2.0.2.11。
自创建该演示以来、Remoteproc 和 rpmsg 在 PRU 和 ARM 内核之间相互交互的方式略有变化。 以下是适用于最新处理器 SDK 的最新版本 PRU RPMsg 示例: https://git.ti.com/pru-software-support-package/pru-software-support-package/trees/v5.1.0/examples/am335x/PRU_RPMsg_Echo_Interrupt0
Jason Reeder