Re: Serial Console

Russell King (rmk@arm.linux.org.uk)
Mon, 19 Aug 2002 10:18:14 +0100


On Mon, Aug 19, 2002 at 11:10:45AM +0200, Carlos Velasco wrote:
> append="console=ttyS0,115200n8r console=tty0 vga=0x0301"
^
The 'r' means "use rts/cts flow control". If CTS is not active, the
kernel will spin waiting to write the next characters to the serial
console.

> Is there something to solve this issue?

Don't specify 'r' in the append line.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/