imx-uart 21e8000.serial: Rx FIFO overrun

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

imx-uart 21e8000.serial: Rx FIFO overrun

2,986 Views
lujfsd
Contributor I

Hi,

   I am using i.MX6ul  core processor,use uart2 in 230400Baud,sometimes get error imx-uart 21e8000.serial: Rx FIFO overrun.

   following dmesg, I found this error msg followed Bus freq set to 24000000  msg。So i guess when the data transmission  in UART ,this time the Bus freq reduced,then RX FIFO overrun.Could someone help me to fixed.

MV3)R~A]]MUN{A%CN@_[KYE.png

Labels (1)
1 Reply

1,630 Views
igorpadykov
NXP Employee
NXP Employee

Hi jiefeng

to avoid uart overruns one can try flow control.

To disable the bus frequency driver use the following command:
echo 0 > /sys/bus/platform/drivers/imx6_busfreq/busfreq.13/enable
Also please check advices on  

https://community.nxp.com/thread/429536

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos