Can the LVDS Resolution|Timing be changed after boot?

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

Can the LVDS Resolution|Timing be changed after boot?

跳至解决方案
2,367 次查看
robertberringto
Contributor II


I have an LVDS -> HDMI converter chip. The HDMI works on some monitors, but not others. I suspect I may need to use the EDID interface to change the LVDS settings to be compatible with the monitor.

  1. Can the LVDS settings be changed after boot (on-the-fly)?
  2. Does the LVDS interface support EDID automatically?

Thanks!

标记 (2)
1 解答
2,005 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Robert

for linux one can look at

Framebuffer HOWTO

seems there is no way to change resolution after boot,

also LVDS interface does not support EDID automatically.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,006 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Robert

for linux one can look at

Framebuffer HOWTO

seems there is no way to change resolution after boot,

also LVDS interface does not support EDID automatically.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,005 次查看
robertberringto
Contributor II

igor,

Bummer!

Can I write custom code to accomplish this? I'm assuming I'd either have to write code to directly control the i.MX6 registers/settings or put custom hooks into the Kernal to allow this functionality.

I'm trying to figure out how big a problem I have.

Thanks!

0 项奖励
回复
2,005 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Robert

for new lcd resolution one can  look at Chapter 17,

Chapter 18 Connecting an LVDS Panel i.MX53 System Development

User’s Guide http://www.freescale.com/files/32bit/doc/user_guide/MX53UG.pdf

and attached ldb example from i.MX6 sdk

Best regards

igor