From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 6 09:03:11 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDB0B106566B for ; Wed, 6 Oct 2010 09:03:11 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC538FC15 for ; Wed, 6 Oct 2010 09:03:11 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 54372C3BDA; Wed, 6 Oct 2010 11:03:10 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id CU4On+nK8KyP; Wed, 6 Oct 2010 11:03:09 +0200 (CEST) Received: from [10.0.0.79] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id AAF9AC3BB6; Wed, 6 Oct 2010 11:03:09 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: <4C9F412E.3000906@Gmail.com> Date: Wed, 6 Oct 2010 11:03:08 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <4C9F412E.3000906@Gmail.com> To: Bear X-Mailer: Apple Mail (2.1081) Cc: freebsd-ppc@freebsd.org Subject: Re: How to install FreeBSD/ppc into a MPC8536 based board? 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: Wed, 06 Oct 2010 09:03:11 -0000 On 2010-09-26, at 14:48, Bear wrote: > hi all, > I am a newbie on embedded system. I got a development board which based > on FreeScale MPC8536 chipset. Now I wanna install a FreeBSD on it. Could > you tell me how to do? And which bootlaoder shold I choose? Can U-Boot > work? Is there any resource on this? thx! > I am very sorry that I put a so foolish question here, but I cannot find > any resource on this. What exactly is the development board you mention? In principle, for FreeBSD to run on MPC85xx you need the following: - U-Boot >= 1.3.2 - Enabled CONFIG_API option (to be able to run loader(8) on top of U-Boot) Rafal