From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fed1rmmtao04.cox.net (fed1rmmtao04.cox.net [68.230.241.35]) by ozlabs.org (Postfix) with ESMTP id BD6992BDA6 for ; Tue, 21 Sep 2004 05:23:15 +1000 (EST) Date: Mon, 20 Sep 2004 12:23:12 -0700 From: Matt Porter To: Tom Rini Message-ID: <20040920122312.A8344@home.com> References: <414916BD.9080607@sonartech.com.au> <20040915223624.A25752@home.com> <414946A0.1020306@sonartech.com.au> <20040920173241.GL27914@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20040920173241.GL27914@smtp.west.cox.net>; from trini@kernel.crashing.org on Mon, Sep 20, 2004 at 10:32:41AM -0700 Cc: linuxppc-dev@ozlabs.org Subject: Re: Linux-2.6.9-rc2 kernel build for mvme5100 List-Id: "Linux on PowerPC \(Including Embedded\) Developers Mail List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Sep 20, 2004 at 10:32:41AM -0700, Tom Rini wrote: > On Thu, Sep 16, 2004 at 05:54:08PM +1000, David Gardiner wrote: > > > > > >You need this patch: > > >http://www.ussg.iu.edu/hypermail/linux/kernel/0409.1/1192.html > > > > > >-Matt > > > > > > > > Thanks that compiles, but it doesn't boot, I got: > > Did you disable CONFIG_VT, if it was enabled? Otherwise you need to > pass console=ttyS0 and on recent kernels, you need console=ttyS0,9600 on boards like this that use 9600 baud. Baud rate used to default to 9600, but no longer. -Matt