I have a weird serial port issue. When I initialize uart1 at 19200,8,n,1
and send the letter 'b' at 115200,8,n,1 then the uart will continuously
receive 0xff's. Sometimes I have to send 'b' twice to get into this weird
state. Then, when I type the letter 'a', it gets out of this state.
I've done this on a board with a i.MX6Q and a board with a i.MX6S (solo) processor.
Here's test results under u-boot to get any software issues out of the mix,
but I've seen the same results using Linux.
Note: uart1 base 02020000(URXD), uart2 is u-boot console.
/* 1st initialize same as Linux for 19200,8,n,1 */
U-Boot > mw.l 02020080 00000221 && mw.l 02020084 00004027 && mw.l 02020088 00000704 && mw.l 0202008c
00004000
U-Boot > mw.l 02020090 00000b01 && mw.l 02020094 00002040 && mw.l 02020098 00005088 && mw.l 0202009c
0000002b
U-Boot > mw.l 020200a0 00000000 && mw.l 020200a4 00000053 && mw.l 020200a8 00000c34
U-Boot > mw.l 020200b0 00002ca4 && mw.l 020200b4 00000060 && mw.l 020200b8 00000000
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > #press a at 19200,8,n,1
U-Boot > md.l 02020000 1
02020000: 00008061 a...
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > #press b at 19200
U-Boot > md.l 02020000 1
02020000: 00008062 b...
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > #press b at 115200,8,n,1
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > md.l 02020000 1
02020000: 00000000 ....
U-Boot > #press b at 115200,8,n,1
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > #press a at 115200,8,n,1
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 000080ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 0000e0ff ....
U-Boot > md.l 02020000 1
02020000: 000000ff ....
U-Boot > md.l 02020000 1
02020000: 000000ff ....
U-Boot > #press c at 19200
U-Boot > md.l 02020000 1
02020000: 00008063 c...
U-Boot > md.l 02020000 1
02020000: 000000ff ....
U-Boot >
已解决! 转到解答。
Digging through the UART registers to see if we have something mis-configured, I think I've stumbled on a clue, if not a fix.
The problem seems to go away if bit 7 of UCR3 (ADNIMP in the reference manual) is set.
U-Boot > mm.l 021e8088 021e8088: 00000704 ? 0784 021e808c: 00008000 ? x ... ... problem doesn't happen.
The manual says this about the bit:
Autobaud Detection Not Improved-. Disables new features of autobaud detection (See Baud Rate Automatic Detection Protocol, for more details).0 Autobaud detection new features selected
1 Keep old autobaud detection mechanism
There's an easier way to test for this condition on machines running U-Boot.
Most boards with i.MX6 use U-Boot with a serial console at 115200, and you can change the baud rate using the magic 'baudrate' environment variable:
U-Boot > setenv baudrate 19200 ## Switch baudrate to 19200 bps and press ENTER ...
Unfortunately, U-Boot will silently eat the '\xff' characters reeceived though, and this change is needed so that you can see the result:
diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/serial_mxc.c index 56bee55..ef308dc 100644 --- a/drivers/serial/serial_mxc.c +++ b/drivers/serial/serial_mxc.c @@ -145,9 +145,13 @@ static void mxc_serial_setbrg(void) static int mxc_serial_getc(void) { + unsigned char rx; while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) WATCHDOG_RESET(); - return (__REG(UART_PHYS + URXD) & URXD_RX_DATA); /* mask out status from upper word */ + rx = (__REG(UART_PHYS + URXD) & URXD_RX_DATA); /* mask out status from upper word */ + if (0x80 <= rx) + rx = '?'; + return rx; }
Using this, you won't need a second serial connection to the machine.
We've tested this using main-line U-Boot on our boards, and U-Boot 2009.08 and U-Boot 2013.04 releases on SABRE SDB.
FabioEstevam also reported that he was able to reproduce this (I'm not sure which board).
Digging through the UART registers to see if we have something mis-configured, I think I've stumbled on a clue, if not a fix.
The problem seems to go away if bit 7 of UCR3 (ADNIMP in the reference manual) is set.
U-Boot > mm.l 021e8088 021e8088: 00000704 ? 0784 021e808c: 00008000 ? x ... ... problem doesn't happen.
The manual says this about the bit:
Autobaud Detection Not Improved-. Disables new features of autobaud detection (See Baud Rate Automatic Detection Protocol, for more details).0 Autobaud detection new features selected
1 Keep old autobaud detection mechanism
Hi Troy,
This guy named Kisky did the hard part: finding the magic sequence to make it break.
I just reviewed each of the UART registers looking for anything suspicious and found this bit that said "new autobaud" and flipped it to see what happened.
Oddly, "new" is a relative term, since this has been around and documented like that since i.MX3x.
Also note that the register for this is listed in both U-Boot and Linux as UCR3_TIMEOUTEN, so this may be i.MX6-specific.
~/u-boot-imx6$ grep UCR3 drivers/serial/serial_mxc.c
...
#define UCR3_TIMEOUTEN (1<<7)
Hi Fabio,
I checked the following reference manuals and found the bit present in all of them:
i.MX35
i.MX51
i.MX53
i.MX6DQ
i.MX6DLS
i.MX6SL
Are you in a position to test on i.MX5x or i.MX3x?
Thanks Fabio.
I submitted an RFC patch to the U-Boot ML:
http://lists.denx.de/pipermail/u-boot/2014-May/thread.html#179513
Patch sent for the kernel as well:
'[PATCH] serial: imx: Disable new features of autobaud detection' - MARC
Hi, FabioEstevam
We see the same trouble on 6SX now.
And in 6SX, your Patch does not have a good effect.
We want not to change the Autobaud detection method and to disable Autobaud detection.
If possible, please tell me the method.
Best Regards,
George
Hi FabioEstevam,
I found the report of the same condition as it of us here.
i.MX6 infinite loop in uart driver(rx interrupt)
This is seen to a behavior peculiar to UART used for i.MX.
Why doesn't it detect that STOP-Bit is not sent?
Best Regards,
George
Hi George,
As suggested previously, please start a new thread.
Does this patch help?
To elaborate on Troy's listing above, this is an attempt to minimize what we've seen under two separate OS's (Windows Embedded Compact 7 and Linux) on i.MX6.
For some reason, the bad data ('b' at 115200) being presented to the UART seems to put the hardware in a state where it thinks it receiving data continuously, and other bad data ('a' at 115200) causes the data to stop.
This has been observed on both UART1 and UART2 on our Nitrogen6_Lite board (i.MX6 Solo rev 1.1) and Nitrogen6X (i.MX6Q rev 1.2) boards, and UART1 on SABRE SDB (i.MX6Q).