Serial Driver DMA issue in imx6 board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Serial Driver DMA issue in imx6 board

627 Views
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.

Labels (5)
0 Kudos
Reply
2 Replies

613 Views
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 Kudos
Reply

370 Views
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 Kudos
Reply