Can the LVDS Resolution|Timing be changed after boot?

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

Can the LVDS Resolution|Timing be changed after boot?

Jump to solution
1,462 Views
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!

Tags (2)
1 Solution
1,100 Views
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!

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

View solution in original post

0 Kudos
3 Replies
1,101 Views
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 Kudos
1,100 Views
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 Kudos
1,100 Views
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