Hi,
We have designed a custom DM8168 board. The filesystem and kernel can be booted sucessfully. We also tried to run OMX demo (decode and display) in EZSDK5.05 and everything goes well.
I manage to test whether the board works well with DVRRDK4.0. After loading the kernel, successfully mounting the DVRRDK_4_00 filesystem, I tried to run a VDEC + VDIS demo on the custom DM8168 board. Although I could init the system and load the module(images) by using the init.sh and load.sh, the VDEC + VDIS demo unexpectedly hung:
.......
[FBDEV] grpx_fb_draw ...
[FBDEV] grpx_fb_draw ... Done !!!
[FBDEV] FB: Start DONE !!!
[FBDEV]
[m3vpss ] Unhandled Exception:
[m3vpss ] Exception occurred in ThreadType_SWI
[m3vpss ] handle: 0x3ecb2bcc.
[m3vpss ] stack base: 0x9dc5ada4.
[m3vpss ] stack size: 0x4000.
[m3vpss ] R0 = 0x00cb3800 R8 = 0x9da3411c
[m3vpss ] R1 = 0x00000000 R9 = 0x9da34114
[m3vpss ] R2 = 0x9dc5abb8 R10 = 0x9da3461c
[m3vpss ] R3 = 0x3ecb3704 R11 = 0x9da346c4
[m3vpss ] R4 = 0x00cb3800 R12 = 0x00000000
[m3vpss ] R5 = 0x00000000 SP(R13) = 0x9dc5ec58
[m3vpss ] R6 = 0x3ecb36a8 LR(R14) = 0x9da11fdb
[m3vpss ] R7 = 0x9dc56d50 PC(R15) = 0x9da12016
[m3vpss ] PSR = 0x01000000
[m3vpss ] ICSR = 0x00400803
[m3vpss ] MMFSR = 0x00
[m3vpss ] BFSR = 0x82
[m3vpss ] UFSR = 0x0000
[m3vpss ] HFSR = 0x40000000
[m3vpss ] DFSR = 0x00000000
[m3vpss ] MMAR = 0x00cb3840
[m3vpss ] BFAR = 0x00cb3840
[m3vpss ] AFSR = 0x00000000
[m3vpss ] Terminating Execution...
====【System hangs】======
Then, I retried, restarting the system and trying to run the demo with identical steps as before. Unfortunately, I could not get the HDMI displayed. Instead, I have got some pieces of different error information which was casted on the terminal:
Case 1:
.......
[m3vpss ] 26314: Assertion @ Line: 1333 in links_m3vpss/avsync/avsync_m3vpss.c: queObj->playerTime->state == AVSYNC_PLAYERTIME_STATE_INIT : failed !!!
====【System hangs】======
Case 2:
......
[m3vpss ] 206740: Assertion @ Line: 1327 in links_m3vpss/avsync/avsync_m3vpss.c: queObj->cfg->chNum == cp->chNum : failed !!!
====【System hangs】======
I was confused since these errors occured haphazardly. The linux kernel and filesystem in our custom board are the same as the EVM8168's.
I have no idea with these issues. Could you give me a hand?
Naroah
Sep/11/2013