Configurartion to adopt LCD panel for Raspberry Pi to i.MX6

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

Configurartion to adopt LCD panel for Raspberry Pi to i.MX6

732 Views
masa_yamamoto
Contributor II

Hi,

I'm using SABRE board with i.MX6 using SD card image generated by Yocto.

I have a LCD panel with HDMI interface for Raspberry Pi, and I want to use with SABRE. 

For Raspberry Pi, the manual of the LCD panel explaining how to setup using /boot/config.txt as below.

Do you know how to set-up SABRE to display on the LCD panel?

[/boot/config.txt setting for Raspberry Pi]

hdmi_pixel_freq_limit=200000000

hdmi_timings=1200 0 164 8 32 1920 0 12 2 6 0 0 0 0 60 0 163430000 0

hdmi_drive=2

disable_overscan=1

max_framebuffer_width=1920

max_framebuffer_height=1920

display rotate=3

frambuffer_width=1920

framebuffer_height=1200

0 Kudos
2 Replies

473 Views
igorpadykov
NXP Employee
NXP Employee

Hi Masayuki

as this resolution is not a standard CEA-861-D resolution and not supported by

i.MX6 HDMI , one can try soultion on

https://community.nxp.com/thread/432050

i.MX6 HDMI supported resolutions are described in Table 33-3. Video Modes i.MX6DQ Reference Manual

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf

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

0 Kudos

473 Views
masa_yamamoto
Contributor II

Hi Igor,

Thank you for giving me information.

Let me try the modification.

Regards,

Masa

0 Kudos