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.

DM365 encode demo stalled on VIDENC1_process

Hi All,

I am using DVSDK_3_10_00 3_10_00_16 with my DM365 custom board.

When I try to run encode demos on it, the program stalled on the first frame.

Here is my command line:

./encode -v test.264 -y 1 -t 10 -b 1000000

both 264 & mpeg4 stops on the same position.

and here is part of my CE_TRACE message:

......

@25,694,740us: [+0 T:0x4001fce0] CE - Engine_open> Enter('encode', 0x0, 0xbec58a6c)
@25,694,995us: [+0 T:0x4001fce0] OM - Memory_alloc> Enter(0x2c)
@25,695,193us: [+0 T:0x4001fce0] OM - Memory_alloc> return (0x13ae68)
@25,695,386us: [+3 T:0x4001fce0] CE - Engine_fwriteTrace(0x13ae68, '[DSP] ', 0x403095e8)
@25,695,566us: [+3 T:0x4001fce0] CE - Engine_fwriteTrace> Engine has no server
@25,695,719us: [+0 T:0x4001fce0] CE - Engine_open> return(1289832)
@25,706,665us: [+0 T:0x415ea490] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0xfa058, inBufs=0x415e9c50, outBufs=0x415e9c44, inArgs=0x415e9c34, outArgs=0x415e9bbc)
@25,707,028us: [+5 T:0x415ea490] CV - VISA_enter(visa=0xfa058): algHandle = 0xfa090
@25,707,269us: [+0 T:0x415ea490] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0xfa090)
@25,707,479us: [+0 T:0x415ea490] ti.sdo.ce.osal.SemMP - Entered SemMP_pend> sem[0xc22c8] timeout[0xffffffff]
@25,707,741us: [+0 T:0x415ea490] ti.sdo.ce.osal.SemMP - Leaving SemMP_pend> sem[0xc22c8] status[0]
@25,708,315us: [+0 T:0x415ea490] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit

encode stops here until a Ctrl-C.

Any help would be greatly appreciated.

BTW:I have noticed the following post, and I am very sure that I downloaded the sdk and kernel from the release page last week.

http://e2e.ti.com/support/embedded/f/356/p/46739/164945.aspx

Thanks.

Lei