Which feature do I must enable to use the LVDS0 LCD without it6263 in iMX8QM MEK B/D?

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

Which feature do I must enable to use the LVDS0 LCD without it6263 in iMX8QM MEK B/D?

跳至解决方案
1,938 次查看
hyun-moyang
Contributor III

Hi all,

I am trying to enable the LVDS for LCD without the bridge of it6263 in iMX8QM MEK B/D in android auto platform software that the software version is android-11.0.0_1.1.0-AUTO.

And I'd like to use the Full-HD LCD(1920x1080).

Which feature do I have to enable to use the LVDS0 of LCD without the IT6263 in /vendor/nxp-opensource/kernel_imx?

 Regards

HM

0 项奖励
回复
1 解答
1,897 次查看
hyun-moyang
Contributor III

Thanks for your advice.

I resolved this issue as to your guide.

Best Regards

HM

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,898 次查看
hyun-moyang
Contributor III

Thanks for your advice.

I resolved this issue as to your guide.

Best Regards

HM

0 项奖励
回复
1,930 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Hyun-mo

 

>Which feature do I have to enable to use the LVDS0 of LCD without the IT6263

>in /vendor/nxp-opensource/kernel_imx?

 

I am afraid it is not supported, so it is necessary to make software changes.

One can start with linux  imx8qm-mek-jdi-wuxga-lvds1-panel.dtsi

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qm-mek-j...

it uses panel-simple.c driver, custom lcd timings can be adjusted in " struct display_timing jdi_tx26d202vm0bwa_timing" :

https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=imx...

In general, in Android Automotive default image, M4 will be responsible for displaying
at the starting stage. Therefore a lot of resources is assigned to M4 first, and the dts for
Automotive is a little different.

 

Best regards
igor

0 项奖励
回复