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.

VS2 demo errors

hi all,

       I have a video security borad, and run the demo vs2 prebuilt in the ezsdk500009,

./vs2_a8host_debug.xv5T /mnt/net/
 just look like this:

 SDK VS Demo
 ===+=======
 Wait for VM3 to to create the server first
 Assertion at Line no: 2009 in /work/syslink_02_00_00_66/ti/syslink/procMgr/hlos/usr/ProcMgr.c: (handle != NULL) : failed
 Assertion at Line no: 1806 in /work/syslink_02_00_00_66/ti/syslink/procMgr/hlos/usr/ProcMgr.c: (handle != NULL) : failed
 Assertion at Line no: 2009 in /work/syslink_02_00_00_66/ti/syslink/procMgr/hlos/usr/ProcMgr.c: (handle != NULL) : failed
 Assertion at Line no: 1806 in /work/syslink_02_00_00_66/ti/syslink/procMgr/hlos/usr/ProcMgr.c: (handle != NULL) : failed

 

Regards,

Thanks

  • I believe you have already tried vs demo (5,0.0.11) successfully.

    http://e2e.ti.com/support/dsp/integra_dsparm/f/625/p/106076/377155.aspx#377155

    Please confirm if this is a different issue.

    thanks

    Tarakesh.

     

  • hi Tarakesh,

        Thank you so much! This is the same issue. But how to ge the EZSDK 5.0.0.11?

        I just want to decode the 1080p stream from dm368 ip camera, and display the decoded stream using HDMI,  no need to use the VS card (TVP51xx).

      The OMX looks so complicate,  is there another way to use the Video-M3  and display directly!

     Just like:

     

                              Codec_init();

                             H264_decode(src_buf, decoded_buf);

                              Display( decoded_buf  );

     

    thanks      

      Qin Yang

     

  • Hi, Qin,

    This may help you.

    Make sure you run your program in the directory which put your vs2_a8xx.xv5t file. In my case, if I run program like:

    ./usr/sbin/vs2_a8xx.xv5t

    I would receive a lot of  Assertion. If I run program like:

    cd /usr/sbin/

    ./prcm.....

    ./vs2_a8xx.xv5t

    Then the demo can be run correctly.

    For your information

     

  • hi  Jeff,

              Thank you so much for your reply.  The vs2 demo working now! But it looks so complicated!