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.

DM8168 DVR_RDK4.0.3从A8端获取其他核的数据用哪个接口?



DM8168 DVR_RDK4.0.3从A8端获取其他核的数据用哪个接口?

 我现在使用System_linkControlWithTimeout设置osd里面的参数, 并且在osd算出了一个值需要返回给A8端,请问A8调用哪个接口来获取这个值?

  • 你好,

    我看了一下Linux侧的System_linkControlWithTimeout函数,里面调用了System_ipcMsgQSendMsg函数。而System_ipcMsgQSendMsg函数在bios侧也是有的,你可以仿照System_linkControlWithTimeout,做一个bios向A8发的类似函数。