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.

Unable to play video using gstreamer

Other Parts Discussed in Thread: OMAP3530

Hi all

I'm working with a board running OMAP3530 but after a lot of days of tries I'm still unable to have gstreamer working for play video. I have my custom kernel based to the original 2.6.32 version supported by TI and I'm currently use the filesystem contained into the SDKDV package version 4.0.x. I suppose to have configured the correct memory addresses for cmem but when I launch a predefined example like "runDecode_MPEG4_AAC" I can see my display become dark and I can not see any vide, I see in the serial console de following error:

 

[ 4400.840301] SDMAK module: built on Oct 14 2010 at 16:41:55
[ 4400.845825]   Reference Linux version 2.6.32
[ 4400.850189]   File /sdk/build/DVSDK_4_00/4_00_00_22/arago-install/arago-tmp/work/omap3evm-none-linux-gnueabi/ti-linuxutils-1_2_25_05_11-r89d/linuxutils_2_25_05_11/packages/ti/sdo/linuxutils/sdma/src/module/sdmak.c
[ 4401.062011] Unable to handle kernel NULL pointer dereference at virtual address 00000050
[ 4401.070190] pgd = c5474000
[ 4401.072906] [00000050] *pgd=85414031, *pte=00000000, *ppte=00000000
[ 4401.079223] Internal error: Oops: 17 [#1]
[ 4401.083251] last sysfs file: /sys/devices/platform/omapdss/overlay0/enabled
[ 4401.090270] Modules linked in: sdmak(F) lpm_omap3530(F) dsplinkk(F) cmemk(F)
[ 4401.097381] CPU: 0    Tainted: GF           (2.6.32 #3)
[ 4401.102661] pc : [<c0063cf8>]    lr : [<bf02737c>]    psr: a0000093
[ 4401.102661] sp : c55bbe58  ip : c5c06600  fp : 00000026
[ 4401.114196] r10: c5cb8cc0  r9 : c55ba000  r8 : 00000050
[ 4401.119476] r7 : fffffff4  r6 : 00000000  r5 : c5c934c4  r4 : a0000013
[ 4401.126037] r3 : fffffff4  r2 : 00000000  r1 : 00000000  r0 : 00000050
[ 4401.132598] Flags: NzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
[ 4401.139862] Control: 10c5387d  Table: 85474019  DAC: 00000015
[ 4401.145629] Process decode (pid: 1485, stack limit = 0xc55ba2f0)
[ 4401.151672] Stack: (0xc55bbe58 to 0xc55bc000)
[ 4401.156066] be40:                                                       c5c934c0 bf02737c
[ 4401.164306] be60: 00000000 00000000 bf028084 c5fdc168 c5cb8cc0 c55ba000 c58ce398 c00a65ec
[ 4401.172546] be80: c5fdc168 00000000 c5cb8cc0 c5fdc168 c00a64c4 00000000 c5c0ecc0 c00a2434
[ 4401.180755] bea0: c5cb8cc0 c5c5bd40 c56f1000 ffffff9c 00000003 c55ba000 00000000 c00a2614
[ 4401.188995] bec0: 00000000 c5c5bd40 00000026 00000000 c55bbef0 c00ae2c0 4024203c 00000002
[ 4401.197235] bee0: c5ed3500 c0032e88 00000000 0000081f c5c0ecc0 c58ce398 0000081f c55bbfb0
[ 4401.205444] bf00: 40b0dd44 00000000 c5806718 00000101 00000001 00000000 c5f1601c c5c4f0c0
[ 4401.213684] bf20: 00000015 c5cf7580 c5c4f244 c0051b0c c55ba000 00000002 000731a0 00000003
[ 4401.221923] bf40: 00000000 c5cb8cc0 00000008 c5cbcec0 c5cbcec8 00000000 c5cbcec4 00000002
[ 4401.230163] bf60: 4024203c ffffff9c 00000008 c56f1000 c55ba000 00000000 00003c0c c00a2254
[ 4401.238372] bf80: 00000000 00061404 00000002 00073938 00061404 40b0dd84 00000005 c002e044
[ 4401.246612] bfa0: 0006e110 c002dec0 00073938 00061404 00061404 00000002 4024203c 00000001
[ 4401.254852] bfc0: 00073938 00061404 40b0dd84 00000005 00003c40 000731f4 0006e110 00003c0c
[ 4401.263092] bfe0: 00000002 40b0dd68 4003449c 400357b4 60000010 00061404 6d742d6f 6f772f70
[ 4401.271301] Function entered at [<c0063cf8>] from [<bf02737c>]
[ 4401.277191] Function entered at [<bf02737c>] from [<c00a65ec>]
[ 4401.283050] Function entered at [<c00a65ec>] from [<c00a2434>]
[ 4401.288909] Function entered at [<c00a2434>] from [<c00a2614>]
[ 4401.294769] Function entered at [<c00a2614>] from [<c00ae2c0>]
[ 4401.300659] Function entered at [<c00ae2c0>] from [<c00a2254>]
[ 4401.306518] Function entered at [<c00a2254>] from [<c002dec0>]
[ 4401.312377] Code: e8bd8010 e92d4010 e10f4000 f10c0080 (e5903000)
[ 4401.319152] ---[ end trace e57558fd4ec5bdd0 ]---

 

Someone can help me? I'm driving crazy to try solve this problem.....

 

Thank you