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.

Failure loading cs.x64P on Mistral OMAP3530 EVM

Other Parts Discussed in Thread: OMAP3530

Hi all!

Recently I started working with Mistral OMAP3530 EVM and DVSDK_dm3730-evm_4_02_00_06.

I use U-Boot and kernel provided by DVSDK. The rootfs is mounted via NFS and is also taken from DVSDK.

I try to launch `runDVSDK_decode' demo which internally runs

./decode -o -v /usr/share/ti/data/videos/davincieffect_480p30.264 -a /usr/share/ti/data/sounds/davincieffect_lc.aac

The problem is that this crashes the board.

Running runDVSDK_decode with `CE_DEBUG=3' I saw that it always has trouble loading cs.x64P

The log looks either

@47,067,260us: [+2 T:0x40b0e490 S:0x40b0dd4c] OP - Processor_create_d> Attaching to DSP PROC...

@47,069,061us: [+7 T:0x40b0e490 S:0x40b0dd4c] OP - Processor_create_d> Loading and starting DSP server 'cs.x64P'

 FAILED, status=[0x80008012] (look for error code 'DSP_EBASE + 0x12' in dsplink*/packages/dsplink/gpp/inc/usr/er

rbase.h)

@47,069,152us: [+0 T:0x40b0e490 S:0x40b0dd34] OP - Processor_delete_d> Enter (proc=0x73f08)

@47,069,213us: [+2 T:0x40b0e490 S:0x40b0dd34] OP - Processor_delete_d> Closing remote transport...

or
@25,436,645us: [+2 T:0x40b0e490 S:0x40b0dd4c] OP - Processor_create_d> Attaching to DSP PROC...
@25,439,971us: [+2 T:0x40b0e490 S:0x40b0dd4c] OP - Processor_create_d> Opening MSGQ pool...
@25,440,246us: [+2 T:0x40b0e490 S:0x40b0dd4c] OP - Processor_create_d> Loading cs.x64P on DSP (1 args)...
Unable to handle kernel paging request at virtual address 02e8fa2a
pgd = c58ac000
[02e8fa2a] *pgd=00000000
Internal error: Oops: 80000005 [#1]
last sysfs file: /sys/devices/platform/omapdss/overlay0/global_alpha
Modules linked in: sdmak lpm_omap3530 dsplinkk cmemk bufferclass_ti omaplfb pvrsrvkm [last unloaded: sdmak]
CPU: 0    Not tainted  (2.6.32 #1)
Does anyone has a clue what the reason for such behavior may be?
Thanks,
Vladik