Hello,
I am trying to port a custom codec to the gumstix OMAP3530 from Davinci. I first attempted running one of the examples called video_copy on the gumstix and it worked just fine. However, when I attempt to run my custom codec, I get several errors. I have already worked through some memory map errors, but I can't quite seem to get around the following error:
Error: could not locate DSP server's MSGQ 'rmsq' in 100000 retries. Check if you have the correct DSP image, or increase the number of retries (see ti.sdo.ce.osal.Global's commLocateRetries config param.
The original number of retries was 20, and I increased it to 100,000; but the error persists. According to the error, I must have an incorrect DSP image. I do not know what this means, nor how to resolve it. Could you offer any advice on where I should proceed from here? Thanks.
Eric
Some extra information:
Kernel Version: Linux overo 2.6.32
I have also attached a debug trace to this post