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:AM335x BoneBlack 从 u-boot 启动 PRU

Guru**** 2017950 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/566665/linux-am335x-boneblack-start-pru-from-u-boot

工具/软件:Linux

您好!

我必须在3秒内启动 PRU。 是否可以加载 PRU 代码并从 u-boot 启动它?

此致

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Nico、

    如果您在 BBB 上使用完整的 Linux 操作系统、那么我认为您无法从 u-boot 启动应用程序(我认为这尚未经过测试)...
    您可以尝试在 u-boot 环境(在 AM335x_EVM.h 中)中使用 GO & bootm 命令来运行 PRU 二进制文件、但我不确定这是否会与稍后的内核启动不会发生混乱。

    您可以检查 TI RTOS、它为 u-boot 提供了从其引导应用程序的可能性。

    此致、
    Yordan