Hi,
I am trying to change HDMI resolution from 1280x1024M@60 to 1920x1080M@60 from u-boot on kernel version 3.0.35 using below kernel command:
But after updating u-boot with this change, Display connected on HDMI goes blank.
On terminal I see its set to 1920x1080p@60 using below command.
cat /sys/class/graphics/fb0/mode
U:1920x1080p-60
Can anyone suggest any other changes required which I missed here?
Hi Jimmy,
Any update regarding my query?
Is your display could work at 1920x1080M@60?
The HDMI video driver receives a hotplug interrupt and reads the EDID from the HDMI sink device constructing a list of video modes from the retrieved EDID information. Using either the video mode string from the Linux kernel command line (for the initial connection) or the most recent video mode (for a later HDMI cable connection), the HDMI driver selects a video mode from the mode list that is the
closest match.
https://github.com/nxp-imx/linux-imx/blob/imx_3.0.35_4.1.0_caf/drivers/video/mxc/mxc_edid.c
Yeah, I checked my display support 1920x1080. I have connected normal desktop monitor, I am able to set 1280x1024, 1024x768 resolution but only in 1920x1080 I am getting blank display and below error:
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
I have set below command in u-boot to change resolution:
So, have you try to disable the LVDS. Only use the HDMI to display 1920x1080M@60?
But does I see during boot up since HDMI is connected it's not loading LVDS display. Also, my external HDMI display is working on lower resolution like 1280x1024 & 1024x768 also with LVDS enabled. Only for 1920x1080 it's not working.
Do you try the newer version of BSP? L3.0.35 is too old.
Sorry We can't update kernel right now. Is there any other workaround?
Could you send me the boot up log file?