From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by ozlabs.org (Postfix) with ESMTP id 02F79DDF40 for ; Wed, 9 Jan 2008 16:06:38 +1100 (EST) Received: by rv-out-0910.google.com with SMTP id c27so90548rvf.9 for ; Tue, 08 Jan 2008 21:06:36 -0800 (PST) Message-ID: <5c9cd53b0801082106p7b57e11ejc809c182a26599d5@mail.gmail.com> Date: Wed, 9 Jan 2008 00:06:36 -0500 From: "mike zheng" To: linuxppc-dev@ozlabs.org Subject: Re: printk() does not work on UART1 In-Reply-To: <5c9cd53b0801081611ve59e9a8q6ae2fd227bfc0ed8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <5c9cd53b0801081611ve59e9a8q6ae2fd227bfc0ed8@mail.gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi All, I have one mpc8568 board using UART1 as the serial port. The OS is Linux Kernel2.4. If I use the polling mode driver of gen550_progress(), it works fine. However the printk() does not work after the console_init(). Anyone know what shall I change in the kernel to use UART1 as serial console? I assume the default is UART0, but I don't know where the value is set. I changed the CONFIG_CMDLINE to ttyS1, it does NOT work. Thanks for your help, Mike