From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <72880d6da4c2ccb37ba665e420d26666@kernel.crashing.org> From: Segher Boessenkool Subject: Re: printk/console_init - baud rate setting Date: Wed, 14 Nov 2007 12:30:04 +0100 To: "Siva Prasad" Cc: Geert Uytterhoeven , linuxppc-dev@ozlabs.org, linuxppc-embedded@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > I am getting garbage on the screen. So, I presume this must be some > sort > of baud rate issue. Can some one help me out understand how this baud > is > set for serial drivers? I want to run at 115200. console=ttyS0,115200 See Documentation/kernel-parameters.txt; depending on exactly what early console you are using, that one might have it hardcoded. Have a look around. Segher