From owner-freebsd-ppc@FreeBSD.ORG Thu Jun 30 22:26:25 2005 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 3DA2916A41C; Thu, 30 Jun 2005 22:26:25 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from smtp.messaging.ch (exsmtp01.agrinet.ch [81.221.250.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD2A943D48; Thu, 30 Jun 2005 22:26:24 +0000 (GMT) (envelope-from toa@pop.agri.ch) Received: from [192.168.225.5] ([80.218.0.93]) by smtp.messaging.ch with Microsoft SMTPSVC(6.0.3790.211); Fri, 1 Jul 2005 00:26:22 +0200 Message-ID: <42C47188.5060006@pop.agri.ch> Date: Fri, 01 Jul 2005 00:26:16 +0200 From: Andreas Tobler User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dario Freni References: <20050630221635.GA29010@cvs.freesbie.org> In-Reply-To: <20050630221635.GA29010@cvs.freesbie.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jun 2005 22:26:22.0942 (UTC) FILETIME=[BEE037E0:01C57DC2] Cc: Peter Grehan , freebsd-ppc@freebsd.org Subject: Re: FreeBSD-ppc on an external hdd (Mac Mini) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 22:26:25 -0000 Hi Dario, Dario Freni wrote: > Today I made my first minimal iso in ppc :) but have no cd-rw to test > it. Will buy a couple tomorrow. In the meantime I'm compiling some > apps (argh! emacs port doesn't compile). I hope to have a test iso > soon. > > Little update to the article. USB, sadly, works better than > FireWire. When booting from FireWire i'm not able to make a > buildworld. It exits really at *random* points with quite *random* > error codes (96, 120, 223...). Absolutely no problem switching to USB > (same box, it's a combo usb/fw external case). How much RAM does your mini have ? I ask because my albook has 1GB and I encountered similar failures, I also boot from fw. I replaced my fw case and before I limited ram to 512MB (hw.physmem=512M) and built world. With current sources. Then I was able to buildworld again with full 1GB. Well, I do not know yet what it was, the current sources or the fw case. Andreas