From owner-freebsd-ppc@FreeBSD.ORG Tue Jun 27 16:29:27 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4DC16A534 for ; Tue, 27 Jun 2006 16:29:27 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C4C448A3 for ; Tue, 27 Jun 2006 16:07:27 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.14] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id BXQ87564 (AUTH peterg@ptree32.com.au); Wed, 28 Jun 2006 02:07:09 +1000 (EST) Message-ID: <44A157AB.20805@freebsd.org> Date: Tue, 27 Jun 2006 09:07:07 -0700 From: Peter Grehan User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: matt@genesi-usa.com References: <022201c699f4$26c459b0$99dfdfdf@bakuhatsu.net> In-Reply-To: <022201c699f4$26c459b0$99dfdfdf@bakuhatsu.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD 6.0 on Pegasos/ODW X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2006 16:29:28 -0000 Hi Matt, > Okay I downloaded bootonly and booted it and got to the boot > loader. It lists Open Firmware console in the output. lsdev > in the loader gives empty lists of block devices and net > devices (hmm). A harmless bug, same happens on macppc. > booting automatically fetches the kernel and loads it, prints > the entry points, two lines about "ddb" being the debugger, > then says > > Cpppppppppppppppppppppppppppppppppppppppppppppppp > > Any ideas what's going on? That looks like the start of the copyright notice, garbled. A lot happens between the ddb lines and the copyright: would you be able to try a 'boot -v' which might give more of a clue as to how far it gets ? The OpenFirmware console hasn't worked for quite a while on macppc hardware: I think it was around the time I added an additional segment to the kernel's VM space, and ofw didn't seem to like that when calling back into it. Is there a serial port on the Pegasos ? later, Peter.