How to use MCIMX6Q-SDB's LVDS for 1280*800 RGB666

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

How to use MCIMX6Q-SDB's LVDS for 1280*800 RGB666

Jump to solution
1,314 Views
guohn
Contributor III

Dear all,

       I want to connect 1280*800 LVDS to LVDS1. And I modify cmdline :

console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=15M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale

     And change board-mx6q_sabresd.c :

static struct ipuv3_fb_platform_data sabresd_fb_data[] = {

  { /*fb0*/

  .disp_dev = "ldb",

  .interface_pix_fmt = IPU_PIX_FMT_RGB666,

  .mode_str = "LDB-WXGA",

  .default_bpp = 16,

  .int_clk = false,

  .late_init = false,

  }, {

  .disp_dev = "hdmi",

  .interface_pix_fmt = IPU_PIX_FMT_RGB24,

  .mode_str = "1920x1080M@60",

  .default_bpp = 32,

  .int_clk = false,

  .late_init = false,

  }, {

  .disp_dev = "ldb",

  .interface_pix_fmt = IPU_PIX_FMT_RGB666,

  .mode_str = "LDB-WXGA",

  .default_bpp = 16,

  .int_clk = false,

  .late_init = false,

  },

};

I found uboot's logo is OK. But the android's color is discolor.

20130701157.jpg

20130701160.jpg

Who can tell me?

Thanks!

Labels (3)
0 Kudos
Reply
1 Solution
693 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,guo

       Through our discussion, After adding 100R resistor between differential pair, color display is normal. Because the resistance of LVDS differential pairs  is 100 ohm. If you don't add them and designer didn't do resistance matching during PCB design, it will affect color display.

Weidong

View solution in original post

0 Kudos
Reply
2 Replies
693 Views
fulinux
Contributor IV

你好,可以留个联系方式吗加下我的qq861239127,我的邮件fulinux@sina.com。有些问题想讨教下

0 Kudos
Reply
694 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,guo

       Through our discussion, After adding 100R resistor between differential pair, color display is normal. Because the resistance of LVDS differential pairs  is 100 ohm. If you don't add them and designer didn't do resistance matching during PCB design, it will affect color display.

Weidong

0 Kudos
Reply