From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 3 19:05:03 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A7A42178 for ; Wed, 3 Apr 2013 19:05:03 +0000 (UTC) (envelope-from adutkowski@gmail.com) Received: from mail-oa0-f45.google.com (mail-oa0-f45.google.com [209.85.219.45]) by mx1.freebsd.org (Postfix) with ESMTP id 77E0584D for ; Wed, 3 Apr 2013 19:05:02 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id o6so1876842oag.4 for ; Wed, 03 Apr 2013 12:04:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=1Z2hEowbVpUfBwg4eajZUjP4W1b8jFVSb19acoGM0qc=; b=wewYGbk3Z0NTyzuubiSFUkOQwAtNCMgQB07NV4Cq1OhUkMXUkvFcg9HVvVBJa9OaNo ymd03y6mb2Yq5U1fLf9IjtBFH6orFDA+lPoPNRw6l+bpZYys30nzK6BZAFa9pZ9frOKk 125cZrAsstXwBAoZlB/xUcqZG9jrixmLBz+lb2KwIrplWAAAsThTl/L6UmcXlZnzvAPb HbgWQx230Mkl/MXcXbgcAuApGtKLHX2wwn/kx/DJLD1CocwrgDDYBEysxRk6nOmX5tEu ekkC9m8beBfOp3VZu4CiTyeeXq+doWQRZkHqYkWqNl0oBldYJ4zb3YwBn5m5Nl/JYZe+ KU/A== MIME-Version: 1.0 X-Received: by 10.182.188.69 with SMTP id fy5mr2000681obc.14.1365015896484; Wed, 03 Apr 2013 12:04:56 -0700 (PDT) Sender: adutkowski@gmail.com Received: by 10.76.95.194 with HTTP; Wed, 3 Apr 2013 12:04:56 -0700 (PDT) In-Reply-To: <9C09C6C4-EBF5-4CC2-9684-8B33932579BE@aim.com> References: <9C09C6C4-EBF5-4CC2-9684-8B33932579BE@aim.com> Date: Wed, 3 Apr 2013 21:04:56 +0200 X-Google-Sender-Auth: NiemL5n8X0-qJ_C7lceiQle81_w Message-ID: Subject: Re: FreeBSD booting freescale P1020wlan eval board, via u-boot? From: Aleksander To: John Clark , freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2013 19:05:03 -0000 please attach some output, maybe I could help. The booke_init() function has a bug, which is not yet fixed in HEAD. Anyway, you need to use kernel image (not ubldr) either binary or elf (if elf, you need to jump with offset to __start function regards aleek On Wed, Apr 3, 2013 at 8:48 PM, John Clark wrote: > I have been running Linux on a P1020wlan board for some time, and now want > to run FreeBSD. > > I've successfully built a 'world', along with a kernel which I believe is > configured for the MPC85XX, and using a first pass p1020wlan.dts as a > FDT setup, I think I've created an appropriate loader/kernel binary image. > > However, no matter how I load the loader, a file seductively named > 'ubldr', or kernel, whether using the U-Boot 'bootelf' or 'go' (with > objcopying the binary out to a *.bin file...), > I get a fatal trap early on in the process. > > I've found little documentation for the powerpc line, other than ancient > documentation when PPC and Apple were best buddies. > > Is there someone who has booted the p1020rdb, or even the p1020wlan, eval > board? > > If so what is the configuration and procedure. > > Thanks, > John Clark. > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > -- regards aleek