I was asked by my Freescale manager to look at this bug. One interesting thing I found is when I plug a SD/MMC memory card into the slot2 on mx51evk board, the issue is gone. I would get a confirmation from validation team on this phenomena.
-- You received this bug notification because you are a member of Linaro Release Team, which is a direct subscriber. https://bugs.launchpad.net/bugs/754254 Title: imx51 randomly truncates serial input at 31 characters Status in Linaro Linux: New Status in “linux-linaro-mx51” package in Ubuntu: Confirmed Bug description: In the process of trying to work on some test automation, I noticed some commands were failing when sent to the serial port on my imx51 board. Sometimes the whole command would go through, sometimes it would truncate at 31 characters. I was not able to reproduce this in uboot, or with other boards I've tried so far. An easy way to reproduce, is to create a long string and cut/paste it on the serial console. Here's an example of me trying this: 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 root@master:/# 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890^C root@master:/# 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890^C root@master:/# 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890^C root@master:/# 1234567890123456789012345678901^C root@master:/# 1234567890123456789012345678901^C root@master:/# 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890^C root@master:/# ^C root@master:/# 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890^C root@master:/# 1234567890123456789012345678901 _______________________________________________ Mailing list: https://launchpad.net/~linaro-release Post to : [email protected] Unsubscribe : https://launchpad.net/~linaro-release More help : https://help.launchpad.net/ListHelp

