Hello,
recently, I am learning the content with the IPC. And I have a doubt, if the IPC demo could run on the windows environment?
yours,
suafie
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.
Hello,
recently, I am learning the content with the IPC. And I have a doubt, if the IPC demo could run on the windows environment?
yours,
suafie
Hi, Suafie,
Please use Processor RTOS SDK for K2E and it can be downloaded from http://www.ti.com/tool/PROCESSOR-SDK-K2E. The latest SDK version is 6.1, and it is kernel 4.19. The Linux IPC supports the communication between ARM running Linux, and DSP running RTOS. On K2E device, it doesn't have Ubuntu support. It doesn't communicate with PC, windows or linux. For the supported CCS version, please refer to RTOS Processor SDK download page.
In RTOS_SDK/ipc_x_xx_xx_xx/examples/66AK2E_linux_elf directory, it has IPC MessageQ example between ARM/Linux and DSP/RTOS.
In RTOS_SDK/ipc_x_xx_xx_xx/examples/66AK2E_bios_elf directory, it has IPC MessageQ and Ping examples between ARM/RTOS and DSP/RTOS.
There are IPC User's Guides under both PSDK Linux and PSDK RTOS User's Guide.
Linux: http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_IPC.html
In Linux IPC User's Guide, there is a IPC quick start guide which you can take a look:
There is also a chapter on "IPC for K2x" for the Keystone-2 family (K2H/E/G).
Rex