I have imx8mmevk, after booting, I have connected it via serial interface as I am using dpdk which has binded ethernet interface.
With Serial port device works fine for sometime but after a while serial port start responding very slow. It echo less character after typing and printing char incomplete and non formatted way. sometime respond slow or no response.
It again works fine after reboot sometime after reflash. Does anyone have faced similar issue or suggest what shall be done to avoid this.
Thanks,
Vikas Bansal
BTW, how are you running DPDK (which commands)? are you making sure that you are not running the DPDK on core#0 (i.e. Linux OS core). also preferably you can set isolcpus=1-3 for the DPDK cores in mmc bootargs. (check cat /proc/cmdline to ensure that bootargs are applied to linux).
This happened even without running dpdk utility.
I think we have found the rootcause. everytime we connect to serial port from Lab machine remotely and it opened a new serial session and a new process get created. and it seems from that point it started happening.
I killed all the process from host machine and open a new serial interface and it worked perfectly fine. Seems the issue was not with the Eval board but with the host machine.
Thanks for all the response to help out in troubleshooting.
Hello,
Check the whole clocks is setting correctly since it looks like a bad power management for the clock.
Regards