CRC for LVDS display of imx8qxp processor

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

CRC for LVDS display of imx8qxp processor

1,617 次查看
Ashil
Contributor I

We were interested in incorporating CRC or checksum functionality to perform integrity checks on specific zones or portions of soft tell-tale indicators displayed on our system. These checks are essential for ensuring the accuracy and reliability of critical information presented to our users.Can you command about this possibility for imx8qxp. Are there any recommended software libraries or functions for calculating CRC or checksums that are well-suited for the i.MX 8 platform

0 项奖励
回复
3 回复数

1,553 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport
Hi @Ashil,
 
I hope you are doing well.
 
Display Content Integrity Checker using CRC is supported in i.MX 8QuadXPlus Processors.
 
Please refer to 8.2 Display Content Integrity Checker (DCIC) and 8.2.7 DCIC CRC Calculation Functions in i.MX Linux Reference Manual for more information and functions for calculating CRC.
 
One can look at /test/mxc_dcic_test for the sample program.
 
Thanks & Regards,
Sanket Parekh
0 项奖励
回复

1,490 次查看
Ashil
Contributor I

Hi,

Thanks for letting me know the example.

is this test/mxc_dcic_test/mxc_dcic_test.c source code checking the a frame from frame buffer.

In that case I had a question are we checking CRC of the frame which is comming as output of Display controller. or are we checking CRC of the frame which is input to the display controller

0 项奖励
回复

1,447 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @Ashil,

 
I hope you are doing well.
 

 

DCIC checks the CRC of the frame which is coming as the output of the Display controller.
 
DCIC driver is used for i.MX6Q series. i.MX8QXP uses dpu-crc module.
 
Please refer to the community post below for more information.

 

 
Thanks & Regards,

Sanket Parekh

0 项奖励
回复