Other Parts Discussed in Thread: DM3730, OMAP3530
Hi,
I am interested in running DVSDK 4.01 on IGEPv2 RC4 (based on DM3730). An out-of-the box compilation does not boot (uboot gets stuck at "kernel loaded" when the kernel is supposed to take control).
I tried to build DVSDK around another kernel ( 2.6.35.11 provided by IGEPv2 manufacturer) by symlinking the psp/linux..... to this kernels tree. I could succesfully build it (removing dvtb that refused to build).
But when I try to run the decode demo I get the following:
root@dm37x-evm:/usr/share/ti/dvsdk-demos# ./decode -o -v /usr/share/ti/data/videos/davincieffect.264 -a /usr/share/ti/data/sounds/davincieffect_lc.aac
-O system
Decode demo started.
Starting interface
[I click on Start Demo]
Error: Failed to open codec engine decode
Error: Failed to open codec engine decode
Error: Failed to open codec engine decode
root@dm37x-evm:/usr/share/ti/dvsdk-demos#
My modules are loaded into the kernel, here's my lsmod:
root@dm37x-evm:~/dm3730/usr/bin# lsmod
Module Size Used by
sdmak 3703 0
lpm_omap3530 6349 0
dsplinkk 123242 1 lpm_omap3530
cmemk 20227 0
Can someone help me getting a fully functional DVSDK 4.01 on an IGEPv2 RC4.
Thanks