Hello,
I have been trying to get the CCSv5.1 System Analyzer working using the capture_encode example on a DM8148 EVM target following the instructions from the Wiki page below:
http://processors.wiki.ti.com/index.php/OMX_Using_System_Analyzer_For_Media_Controller_Analysis
I have modified the code as per the instruction to turn on the UIA Events:
uiaCfg.enableAnalysisEvents = 1;
I have configured the VIDEO and VPSS cores as per the instructions using the dm814x_hd*.xem3 files.
I have created a UIA config file, again as per the instructions, adding the "Event Transport" field as UDP, with IP 10.0.0.182 (validated I can ping from CCSv5.1 host PC) and port 1235, adding the "Control & Status Transport" field as TCP/IP, with IP 10.0.0.182 and port 1234. I also created two endpoints, VIDEO & VPSS as per the instructions.
When I hit run, I get a dialog box with the following text:
Please check the configuration and restart UIA.
Unable to open Message Transport 10.0.0.182:1234 : Connection refused
Is there something extra on the target side I need to run to enable some kind of UIA server? Any pointers would be appreciated.
Regards, Danny