How to disable HDMI when board is booted

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

How to disable HDMI when board is booted

1,303 次查看
ivanljubicic
Contributor III

Hi,

I need to disable hdmi from command line or other way after board is booted. Hdmi is configured in dts files and it is successfully initialized after booting. So I need to disable or shut id down after booting. Reason is regulation of power consumption of board. I have tried some ideas from forum but I have no success. Board is running jocto jethro linux kernel version 3.14.28.

Thanks, regards, Ivan.

标签 (3)
标记 (4)
0 项奖励
回复
1 回复

1,092 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi,

For all the framebuffers you want to disable, you can use video= parameter att bootloader args

 video=mxcfb0:off video=mxcfb1:off video=mxcfb2:off  

Regards

0 项奖励
回复