From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailhost.rdmcorp.com (world.rdmcorp.com [204.225.180.10]) by ozlabs.org (Postfix) with ESMTP id 9C81867B6A for ; Wed, 13 Apr 2005 21:54:37 +1000 (EST) Date: Wed, 13 Apr 2005 07:52:13 -0400 (EDT) From: "Robert P. J. Day" To: "Tsang, Chi Kit" In-Reply-To: <797470E884C6D611B7A500B0D0AA56D0F195AE@batistuta.spider.com> Message-ID: References: <797470E884C6D611B7A500B0D0AA56D0F195AE@batistuta.spider.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "'linuxppc-embedded@ozlabs.org'" Subject: Re: cpm_uart console problems? List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 13 Apr 2005, Tsang, Chi Kit wrote: > ttyCPM0 at MMIO 0xf0011a80 (irq = 4) is a CPM UART > ... > ... > > I currently do not specify the "console=ttyCPM" in my boot command > line. Would this be an issue? this may or may not help you but, with my 8xx board, i had to add "console=ttyCPM0,9600" to my boot command line. rday