Serial Driver DMA issue in imx6 board

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

Serial Driver DMA issue in imx6 board

649 次查看
prateek22
Contributor II

Hi ,

I have upgrade my imx6 board from Linux kernel 3.0.35 to 6.1.22. We have interfaced sensor device which was publishing data at 19200 baud rate with 180 bytes per 100 millisecond.

 

In old kernel we are able to read 180 bytes data using read() system call every 100 millisecond but in new kernel we have receiving data in chunks of 1024 bytes per 600 millisecond.

Could let us know the what changes have been implemented in serial driver which causes this issue.

标签 (5)
0 项奖励
回复
2 回复数

635 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

These are the current configuration fields, please ensure that you have set them properly.

Regards

0 项奖励
回复

392 次查看
prateek22
Contributor II
I am able to receive data but transmitter device is sending data at 180bytes per 0.1 sec but when I am trying to read per 0.1 sec. It's not showing data.

Instead I see its reading 1080 bytes at on every 0.6th sec.
This system was working fine in older kernel,
0 项奖励
回复