HDMI goes to sleep ?

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

HDMI goes to sleep ?

跳至解决方案
1,649 次查看
francoisrey
Contributor III

Hi,

I works on the demoboard of sabreLite of Element14. I have made a software to play some video on hdmi with gstreamer. After the system has boot (on linux 3.0 with busy box), my software send audio and video signal through HDMI and it works fine. But after about 8 minutes, there no more signal on the hdmi, I can always use the console through UART and my software still run. When I try to restart an avi file with an audio channel, it tell me that "asoc: can't open platform imx-hdmi-soc-audio.0".

It seems that after 8 minutes the system put HDMI in sleep mode, how can I avoid that ?

标签 (1)
1 解答
921 次查看
timothybean
Contributor IV

Hi,

You can try consoleblank=0 in your bootargs. That should keep the display from "going to sleep".

I had the same issue initially, after applying that it never blanks.

Tim

在原帖中查看解决方案

2 回复数
922 次查看
timothybean
Contributor IV

Hi,

You can try consoleblank=0 in your bootargs. That should keep the display from "going to sleep".

I had the same issue initially, after applying that it never blanks.

Tim

921 次查看
francoisrey
Contributor III

Thanks a lot it works !

0 项奖励