How to output video signal from TVE permanetly

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to output video signal from TVE permanetly

跳至解决方案
1,418 次查看
daisukekitsunai
Contributor I
Hello

I am developing a program for Linux that runs on a custam board based on mx53 QSB.

This program is a program that outputs video that captured from the camera from the TVE to TV.

And now, this program is almost finished.

However, there is a problem with the TVE.

Signal output is cut off after 10 minutes the program is running.

To cope with the problem, I'm running the following command in the program.

----------------------------------------------------------

system (""echo 0> / sys/class/graphics/fb0/blank"");

----------------------------------------------------------

when Program runs the this command, signal is output again from TVE.

but,  the following error will occur on the console.

-------------------------------------------------------------------

mxc_ipu mxc_ipu: Channel already disabled 9
mxc_ipu mxc_ipu: Channel already uninitialized 9
mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00100000
mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_5 = 0x08800000

--------------------------------------------------------------------

furthermore, this way occur time that signal is not output from TVE.



I want to output signal from TVE permanently.

Could you tell me the advice, or a good way?

标签 (4)
0 项奖励
回复
1 解答
1,256 次查看
jimmychan
NXP TechSupport
NXP TechSupport

There is a solution in Known Issue in the BSP Release Note.

" Display automatic blank functionality is enabled by default. To disable LCD automatic blank functionality, enter the command: echo -e "\033[9;0]" > /dev/tty0 "

But I don't know what is the /dev/tty? for TVE. Please have a try.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,257 次查看
jimmychan
NXP TechSupport
NXP TechSupport

There is a solution in Known Issue in the BSP Release Note.

" Display automatic blank functionality is enabled by default. To disable LCD automatic blank functionality, enter the command: echo -e "\033[9;0]" > /dev/tty0 "

But I don't know what is the /dev/tty? for TVE. Please have a try.

0 项奖励
回复