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.

Regarding PAL output from DM8168

Hi All

We are working on a custom board right now that is based on DM8168 with EZSDK 5_05_02_00. We are trying to verify PAL output from IOUTD.

When we are trying the following command:

/usr/share/ti/ti-omx/decode_display_a8host_debug.xv5T -i /usr/share/ti/data/videos/dm816x_1080p_demo.264 -w 1920 -h 1080 -f 30 -g 0 -c h264 -d 0

We are getting the output on HDMI. But when we try with this command

/usr/share/ti/ti-omx/decode_display_a8host_debug.xv5T -i /usr/share/ti/data/videos/dm816x_1080p_demo.264 -w 1920 -h 1080 -f 30 -g 0 -c h264 -d 2


We are facing a problem:

/usr/share/ti/ti-omx/decode_display_a8host_debug.xv5T -i /usr/share/ti/data/videos/dm816x_1080p_demo.264 -w 1920 -h 1080 -f 30 -g 0 -c h264 - d 2
input file: /usr/share/ti/data/videos/dm816x_1080p_demo.264
width: 1920
height: 1080
frame_rate: 30
gfx: fbdev disable
codec: h264
display_id: 2
 Decoder-Display example  
===============================
 OMX_Init completed  
 UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
UIAClient is ready to send a UIA configuration command
UIAClient received UIA_CONFIGURE_ACK
UIAClient is done sending requests
 opening file  
 decoder compoenent is created  
PADX: 32 PADY: 24
 level set is 12  
 scalar compoenent is created  
set input port params (width = 1920, height = 1080)  
set output port params (width = 736, height = 480)  
set number of channels  
set input resolution  
set output resolution  
enable scalar input port  
got eventEnable/Disable Event  
enable scalar output port  
got eventEnable/Disable Event  
 NF compoenent is created  
set input port params (width = 1920, height = 1080)  
set output port params (width = 736, height = 480)  
set number of channels  
set input resolution  
set output resolution  
enable NF input port  
got eventEnable/Disable Event  
enable NF output port  
got eventEnable/Disable Event  
found handle 0x13fb70 for component OMX.TI.VPSSM3.VFDC  
 got display handle  
found handle 0x143b78 for component OMX.TI.VPSSM3.CTRL.DC
Buffer Size computed: 353280
set input port params (width = 1920, height = 1080)  
setting input and output memory type to default
enable input port  
got eventEnable/Disable Event  
 connect call for decoder-scalar  
  connect call for scalar - nf  
  connect call for nf - display  
  decoder inport buffers allocated  
  decoder outport buffers allocated  
 got eventState changed to: OMX_StateIdle  
 decoder state IDLE  
  Scalar input port use buffer done  
  scalar outport buffers allocated  
 got eventState changed to: OMX_StateIdle  
 scalar state IDLE  
  Noise Filter input port use buffer done  
  Noise Filter outport buffers allocated  
 got eventState changed to: OMX_StateIdle  
 Noise Filter state IDLE  
 got eventState changed to: OMX_StateIdle  
 ctrl-dc state IDLE  
 got eventState changed to: OMX_StateIdle  
 display state IDLE  
 got eventState changed to: OMX_StateExecuting  
 display control state execute  
 got event*** unrecoverable error: OMX_ErrorBadParameter (0x80001005)


It used to work well with EVM. Can anyone suggest what can be the problem?