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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,663件の閲覧回数
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,

ラベル(1)
1 解決策
1,434件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

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

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,435件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信
1,434件の閲覧回数
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?