i.MX6 - Yocto GUI on 24bpp display

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6 - Yocto GUI on 24bpp display

跳至解决方案
1,180 次查看
Ansari
Contributor IV

Hi,

We are using imx6Q custom platform for our development which is based on sabresd platform.

We are using Linux 3.14.28_1.0.0-GA BSP for our development.

Our primary display is connected with LVDS0. The pixel format is RGB24 and bpp is 24. With this display, we are not able get the Yocto GUI. 

In addition, we have tested with another display (RGB666 & 16 bpp).  Here we are able to get the Yocto GUI.

Please let us know, why the YoctoGUI is not able to get in 24bpp display?

Thank You,

Regards,

Ansari

0 项奖励
1 解答
863 次查看
BiyongSUN
NXP Employee
NXP Employee

i.MX6 SabreSD board only support up to 18 bit.

Need rework hardware to support 24bit by wiring out the LVDS0 TX3 from test point.

Untitled.png

在原帖中查看解决方案

3 回复数
864 次查看
BiyongSUN
NXP Employee
NXP Employee

i.MX6 SabreSD board only support up to 18 bit.

Need rework hardware to support 24bit by wiring out the LVDS0 TX3 from test point.

Untitled.png

863 次查看
Ansari
Contributor IV

Dear Biyong sun,

Thank you for your input on our issue.

Our custom board, the LVDS0 TX3 lines are connected properly.

Please suggest us to proceed further.

Thank You,

Regards,

Ansari

0 项奖励
863 次查看
BiyongSUN
NXP Employee
NXP Employee

Have you tried the uboot parameter pass to the kernel.

you need to tell kernel the "if" is RGB24.

video=mxcfb0:dev=ldb,bpp=32,if=RGB24

For the timing for the LVDS panel, please check the devices tree bindiing guide.

And make changes according to the datasheet of the lvds panel.

Documentation/devicetree/bindings/staging/imx-drm/ldb.txt

Documentation/devicetree/bindings/video/display-timing.txt

Actually, the uboot "if" also can use the fsl,data-width in device tree to define.

0 项奖励