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.

DM8134 rmd omx issue

Hi TI exports,

      We are now facing two issues may need your help :

1.      We try to use decode_display_a8host_debug.xv5T to play h264, but it hangs up here: 

root@dm813x-evm:~# ./decode_display_a8host_debug.xv5T -i sample.h264 -w 1920 -h
1080 -f 30 -g 0 -d 0 -c h264
input file: sample.h264
width: 1920
height: 1080
frame_rate: 30
gfx: fbdev disable
codec: h264
display_id: 0
Decoder-Display example
===============================
Syslink: _NotifyDrvUsr_eventWorker thread created, tid = 1113
Syslink: _NotifyDrvUsr_eventWorker: set real-time priority of 32  <--- hangs up here

And after reduce bootargs mem from 139M to 100M, it works!

(by setenv bootargs 'console=ttyO0,115200n8 rootwait root=/dev/nfs rw mem=139->100M  vram=40M ...')

--->

root@dm813x-evm:~# ./decode_display_a8host_debug.xv5T -i sample.h264 -w 1920 -h

... ...

file read thread created
decoder connect thread created
scalar connect thread created
display connect thread created
executing the appliaction now!!!

Could yout explain about why it works after decrease mem size? (we use 256MB ddr)

2. Since

   rmd_0.8.6 vpss.xem3 is 5.9M and video.xem3 is 4.0M but

   rmd_1.0.0 vpss.xem3 is 1.xM and video.xme3 is 1.xM,

   We would like to reduce m3 firmware size in omx-ti81xx-src_05_02_00_37/

   Is there any guide or patch about how to remove packages to decrease m3 size ?

Thanks,

Dan