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.

RTOS/TCI6638K2K: What should I do to make the NDK run on multiple DSP ?

Part Number: TCI6638K2K

Tool/software: TI-RTOS

Hello,

I am currently working on an ethernet application on DSP with the Keystone 2 board.
I successfully made the example work and I can receive and transmit packet over ethernet.
Now, I want to use 2 DSP to send packet on 2 different ports at the same time.
I know that the NDK can't be use with more than 1 DSP so I want to modify it to make it possible.
I already rewritten the NIMU layer so I don't have any issue with it but I still need to update the NDK to use it with multiple DSP.
Can you tell me how should I proceed and what are the modules that I should modify ? (From what I saw, the OS layer must be updated for cache coherence. What else should I do ?)
Also, if you have a begin of an example of the NDK working with multiple DSP, I would be very happy to get it.

Thank you,
Julien