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.

ON CREATING DSP LINK

Hello everyone we are using DM6446 and i am able to boot and get to the prompt using the open source kernel.I have created a simple module that releases the DSP code in RAM and releases it from the RESET .And executes the Code.Have made a simple DSP caluclator .When i pass arguments from ARM to DSP it Calulates the Result  and gives answer back to the  ARM.

 

 

But This is A tedious task each time i compile the the code i convert it to the hex file and the load the hex file in the memory and then release the DSP to the code entry address.Have came across the DSP Link anyone knows how to use the DSP Link in the open source git kernel.

 

Any instruction or useful link for using the DSPLink with the open source git Kernel.