I&#39;m working on an embedded system running a 2.6.32 kernel originally derived from RHEL6.<br><br>The hardware architecture is similar to a PC. The device is a specialized server. It uses an 8250 compatible serial port for the console.<br>

<br>When it&#39;s booting up, everything looks fine until it initializes the serial driver. At that point the output to the console becomes garbled until (I think...) getty runs for the console port. Then it&#39;s readable again.<br>

<br>It looks as though the initialization of the serial driver is setting the wrong baud rate, or perhaps some other configuration. During the boot process, this garbled output happens for about 1 second, during which probably a few thousand characters of garbage are output.<br>

<br>The grub boot parameter specifies &quot;console=ttys0,57600&quot;<br>The getty line for the console specifies &quot;T0:23:respawn:/sbin/getty -L ttys0 57600 vt100&quot;<br><br>It&#39;s not clear to me how the serial driver is supposed to be initialized to the right baud rate. Is the parameter from the boot line supposed to be used?<br>

<br>(Just to complicate matters, we&#39;re using a Debian userspace with this kernel).<br><br>Here&#39;s how it looks on the console:<br><br>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">[   
4.429923] Non-volatile memory driver v1.3</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">[   
4.438325] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">ÿ[   
4.615305] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a ST16650V2</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">;s¶6T=$É­½¤©;s¶v´=ĽÁÔP%1D²äÍÓÉK æÑ- %1¹©;s¶5V=ÔÍê£!¬E¹)¥°?</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">U000&amp;ÉP%19)$%°©;s61v=¡
0¦0¦1r2CÔJ °æÁ0424¬Ñ6/F3d °0 ÕÁ4!</span></p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Much garbage deleted...<br></p>

<p class="MsoNormal"> </p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">ؤµ!V°ÉD¨«Í&#39;µõ;Ðs°W¶G=dÉ©¥®5ÕV$´Ô¥½Y§ ³°&amp;V%jê;Ðs1&amp;·Ë=t²E%²ÑiÑ)¤D!6f¸ÕêLoading,
please wait...</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">PuTTYPuTTYPuTTYBegin:
Loading essential drivers ... done.</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">Begin:
Running /scripts/init-premount ... PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYdone.</span></p>

<p class="MsoNormal"><span style="font-size:8.0pt;font-family:Consolas">Begin:
Mounting root file system ... Begin: Running /scripts/local-top ... done.</span></p>

<br>If anyone can point me in the right direction to understand this, that would be great. I think the repeated &#39;PuTTY&#39; strings result from control characters being sent to the terminal, which is PuTTY. It&#39;s answerback string is &#39;PuTTY&#39; by default. <br>

<br>Thanks,<br><br>Neil Baylis<br>