We have DM8168_DVR_RDK,It is a Reference design. The "./ti_tools" is Incomplete,We not be used it,
Can somebody send me the download link for ti_tools or the other Tool chain for DM8168?
Thanks,
Regards
In ti_tools, we do not include CodeSourery for A8 compile. You can download CodeSourery from internet. Other tools should be included in the RDK package.
thanks, I define the path of the compiler in MAKE.Rules, When I run "make",My compiler Tips:
................................
/opt/CodeSourcery_G++Lite/bin/arm-none-linux-gnueabi/usr/lib/libasound.so.2: No such file or directory
./ti_tools/syslink/syslink_2_00_04_83/packages/ti/syslink/lib/syslink.a_release: No such file or directory
I do not understand that I am missing what.
thank you , Mr Guo.
looks like the issue is still due to incorrect path setting. Please refer to DM8168_DVR_RDK_Install_Guide.pdf, in the doc, there are detailed requirement of the Tool chain, download link, path setting etc. If you are doubting something is missing, you can try to look at the package path configured in Rule.make.
谢谢,之前的问题已经解决。我找到技术支持得到一个完整版本。现在有一个新的问题:
在MCFW中,Venc_registerCallback()函数什么时候被调用?触发该函数执行的机制是什么?我现在正测试dvr_rdk demo下的一个程序,发现只要把OSD的宏开关打开,Venc_registerCallback()注册的回调函数就不能执行。不再给缓冲区读取编码数据函数发送信号,导致视频文件无法读取。