How to disable HDMI when board is booted

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to disable HDMI when board is booted

664 Views
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.

Labels (3)
Tags (4)
0 Kudos
1 Reply

453 Views
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 Kudos