Cannot directly use lvds to output

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

Cannot directly use lvds to output

1,385 次查看
js0929
Contributor I

I run the source/vendor/nxp/mcu-sdk-auto/SDK_MEK-MIMX8QM/boards/mekmimx8qm/demo_apps/rear_view_camera/cm4_core1,

and I need to connect to LVDS pannel directly without the external convertor IT6263,

but when define APP_DISPLAY_EXTERNAL_CONVERTOR  as 0, it will show build error 
"error LDB only support external convertor".

And I check the code,  

#if (DPU_EXAMPLE_DI == DPU_DI_LVDS) && (!APP_DISPLAY_EXTERNAL_CONVERTOR)
#error LDB only support external convertor
#endif

Do you have a solution to meet our expectation?

0 项奖励
回复
3 回复数

1,338 次查看
js0929
Contributor I

Do you have any further information ?

 

BR,
Joseph

0 项奖励
回复

1,380 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Joseph

 

one can look at functions LDB_Init(), LDB_InitChannel() in ldb driver

..drivers/fsl_ldb.c

 

Best regards
igor

0 项奖励
回复

1,363 次查看
js0929
Contributor I

Hi igor,
Have you tried to use lvds display directly successfully?
Could you help to provide relevant example patches?

 

Best regards,
Joseph

0 项奖励
回复