From owner-freebsd-embedded@FreeBSD.ORG Thu Mar 13 15:09:54 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB7901065671 for ; Thu, 13 Mar 2008 15:09:54 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4A68FC2B for ; Thu, 13 Mar 2008 15:09:54 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m2DF9qjY021538; Thu, 13 Mar 2008 09:09:53 -0600 Received: from localhost (unknown [127.0.0.1]) by mail.semihalf.com (Postfix) with ESMTP id CCB6614418; Thu, 13 Mar 2008 16:20:31 +0100 (CET) Received: from mail.semihalf.com ([127.0.0.1]) by localhost (mail.semihalf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25665-06; Thu, 13 Mar 2008 16:20:30 +0100 (CET) Message-ID: <47D943BE.7090000@semihalf.com> Date: Thu, 13 Mar 2008 16:09:50 +0100 From: Rafal Jaworowski MIME-Version: 1.0 To: Jacques Fourie References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at semihalf.com Cc: freebsd-embedded@freebsd.org Subject: Re: Howto boot FreeBSD on MPC8540EVAL X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 15:09:54 -0000 Jacques Fourie wrote: > > For the benefit of the list I'll describe how I got FreeBSD current to > boot on a MPC8540EVAL platform. This basically consisted of installing > a newer version of u-boot onto the flash and some minor kernel > modifications (thanks for all the help Rafal). > Thanks for the howto, Jacques. I'm glad it worked on your board; I was planning :) to put together the 85xx installation notes on www/wiki one day, so when it happens I'll merge your instructions too. Rafal