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.

AM335x WEC7 DVSDK

Dear community,

I have received today a brand new AM335x EVM from Texas Instruments.

Build the BSP:

  • Downloaded & installed the WINCE ARM-A8 02.30.00
  • Open C:\WINCE700\OSDesigns\AM335X_OS\AM335X_OS\AM335X_OS.pbxml
  • Switch Configuration to AM33X_BSP_ARMV7_Release
  • AM335X_OS -> Advanced Build Commands -> Sysgen
Default setup of switches for the AM335x EVM to boot from SD Card:
  • SW3/SW4 DIP switches: 1111 1101 / 0111 1111
  • SW6 DIP: All DIP off (0000)
Connection:
  • Connect Serial Cable to UART0 (next to the power switch)

When I try to play any video, I can hear the sound but the player shows a black screen.

When I enabled debug messages.

Afterwards I tried copying to DVSDK dlls to the FILES directory and the DVSDK .bib and .reg to the platform .bib and .reg and it printed the following messages:

PID:073C0002 TID:0699000A H264: FPS will be printed after every 100 display frames
PID:073C0002 TID:0699000A Timm: CPU load will be printed after every 5000 ms
PID:073C0002 TID:0699000A CMEM Error: init: Failed to open CMK1: '55'
PID:073C0002 TID:06020012 --> LPM_open
PID:073C0002 TID:06020012 <-- LPM_open
PID:00400002 TID:06020012 Exception 'Data Abort' (0x4): Thread-Id=06020012(pth=9e8d68d0), Proc-Id=00400002(pprc=83f9e5e0) 'NK.EXE', VM-active=073c0002(pprc=9e8b9600) 'vplayer.exe'
PID:00400002 TID:06020012 PC=eef51940(lpmdrv.dll+0x00001940) RA=eef51cc0(lpmdrv.dll+0x00001cc0) SP=b71cfc94, BVA=00000000
PID:00400002 TID:06020012 Exception 'Raised Exception' (0x116): Thread-Id=06020012(pth=9e8d68d0), Proc-Id=00400002(pprc=83f9e5e0) 'NK.EXE', VM-active=073c0002(pprc=9e8b9600) 'vplayer.exe'
PID:00400002 TID:06020012 PC=eff5f298(k.coredll.dll+0x0001f298) RA=8002e62c(kernel.dll+0x0000e62c) SP=b71cf39c, BVA=ffffffff
PID:073C0002 TID:0699000A Timm: Failed to open codec engine
PID:073C0002 TID:0699000A H264 DecideBufferSize: Failed to open codec engine

Has anyone encountered this issue? any idea how to solve it?

Thanks,

Shahal