How to disable the back light timeout on MX6DL-SABRE-SDP

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

How to disable the back light timeout on MX6DL-SABRE-SDP

Jump to solution
813 Views
yuuki
Senior Contributor II

We operate Qt5 on MX6 DL-SABRE-SDP.


If a definite period of time passes, the back light of LCD will be turned off.
We cannot find control of a back light timeout.

Would you teach how to disable the back light timeout?

Best Regards,

Labels (1)
1 Solution
584 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please try to pass "consoleblank=0" in your commandline bootargs.

View solution in original post

0 Kudos
2 Replies
585 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please try to pass "consoleblank=0" in your commandline bootargs.

0 Kudos
584 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, Yuuki

     I think it should be controlled by rootfs from userspace, kernel driver only provide interface. So you can search the "fb0/blank" operation in your rootfs?