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:66AK2H 上 Linux/tiRTOS IPC 的示例

Guru**** 2543830 points
Other Parts Discussed in Thread: CCSTUDIO

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/765365/linux-example-for-linux-tirtos-ipc-on-66ak2h

Thread 中讨论的其他器件:CCStudio

工具/软件:Linux

各位专家、您好!

   我们需要几个实现 IPC 进程间通信的简单演示
Linux (ARM)和 TIRTOS (C66xx)的演示。
我假设我们必须在 Linux 端使用 gdbserver、在 C66xx 端使用 TI 仿真器。
我想我们将使用 mpmcl 加载 DSP 应用、我们将只加载符号、
是这样吗? 如果正确、如果 Linux 正在运行、我无法在调试器处连接 CCStudio。

您是否有任何有关针对类似环境进行开发的文档?

此致、

Dario

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

    如果 ARM 上运行 Linux 内核、则无法连接 CCS 并使用 JTAG 调试 SoC。 您可以在 DSP 上使用 RTOS、在 ARM 上使用 Linux。 处理器 SDK Linux 中提供的 IPC 和 MessageQ 演示就是一个简单的例子:
    software-dl.ti.com/.../Foundational_Components_IPC.html

    此致、
    Yordan