MX6DL+Android4.4.2 can display 2 by hdmi+lvds(double 8 bit mode)??

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

MX6DL+Android4.4.2 can display 2 by hdmi+lvds(double 8 bit mode)??

Jump to solution
834 Views
HaohuaQIN
Contributor III

My system use android4.4.2, need lvds(double 8 bit mode ) and hdmi same display.

I want to know whether MX6DL support this?

Thanks!!

Labels (2)
0 Kudos
1 Solution
688 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Haohua,

The lvds(double 8 bit mode ) and hdmi same display on the i.mx6DL can not be realized. Because only one IPU in i.mx6DL, the max resolution is 1080P, the resolution is not enough for dual LVDS and HDMI. Besides, there are two DI, two LVDS use DI0&DI1, so no display port for HDMI.

But if single LVDS, it's easy to realize, one DI to use for HDMI.

Hope this can help you.
Have a great day,
Dan

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

View solution in original post

0 Kudos
4 Replies
689 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Haohua,

The lvds(double 8 bit mode ) and hdmi same display on the i.mx6DL can not be realized. Because only one IPU in i.mx6DL, the max resolution is 1080P, the resolution is not enough for dual LVDS and HDMI. Besides, there are two DI, two LVDS use DI0&DI1, so no display port for HDMI.

But if single LVDS, it's easy to realize, one DI to use for HDMI.

Hope this can help you.
Have a great day,
Dan

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

0 Kudos
688 Views
HaohuaQIN
Contributor III

Hi ,Dan

Thanks for your reply!

Only to use 6d and 6q.

Thanks

0 Kudos
688 Views
HaohuaQIN
Contributor III

my bootargs:

below is only use lvds,and display is ok:

setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1440P60,if=RGB24 ldb=spl0 video=mxcfb1:off video=mxcfb2:off fbmem=10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale

below is only use hdmi,and display is ok:

setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2=:off fbmem=10M,10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale

below is lvds+hdmi,.

lvds display is ok,and hdmi display no display

setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1440P60,if=RGB24,bpp=32 ldb=spl0 video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2=:off fbmem=10M,10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale

0 Kudos
688 Views
HaohuaQIN
Contributor III

Mx6dl has only one ipu, lvds(double 8 bit mode )need  use di0 and di1 two channel.

I do not know If add hdmi is ok?

I‘ve tested lvds(single 6 bit mode)+hdmi is ok.

thanks.

0 Kudos