From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 3 18:48:36 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 B3C13CA8 for ; Wed, 3 Apr 2013 18:48:36 +0000 (UTC) (envelope-from jeclark2006@aim.com) Received: from imr-da01.mx.aol.com (imr-da01.mx.aol.com [205.188.105.143]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFCF789 for ; Wed, 3 Apr 2013 18:48:36 +0000 (UTC) Received: from mtaout-db06.r1000.mx.aol.com (mtaout-db06.r1000.mx.aol.com [172.29.51.198]) by imr-da01.mx.aol.com (Outbound Mail Relay) with ESMTP id 8E2A31C00010E for ; Wed, 3 Apr 2013 14:48:35 -0400 (EDT) Received: from [10.0.0.201] (wsip-68-105-252-106.sd.sd.cox.net [68.105.252.106]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mtaout-db06.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id D52D7E000105 for ; Wed, 3 Apr 2013 14:48:34 -0400 (EDT) From: John Clark Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD booting freescale P1020wlan eval board, via u-boot? Date: Wed, 3 Apr 2013 11:48:27 -0700 Message-Id: <9C09C6C4-EBF5-4CC2-9684-8B33932579BE@aim.com> To: freebsd-ppc@freebsd.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20121107; t=1365014915; bh=iI4ChCgryToF94YKkZJsos8qaQGiagz2dZF7MKMtSbw=; h=From:To:Subject:Message-Id:Date:Mime-Version:Content-Type; b=mRRvseIGwY0euSVUKwTd6xWuRkfGklfpLA8pzZAWsDrDSNhJJFTAgdhT3R/4fW3CU HcomtLBmJsnVfYy3fWfJaV0R6iLXUMy/H1u+UuQHXPP8TyEtuDiN5Woj+hOv01M16i 7ikssoIyTrWBv4WyzIfvvD3HZ2FOy7y1/EnMDpkU= X-AOL-SCOLL-SCORE: 0:2:352641824:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d33c6515c798278fc X-AOL-IP: 68.105.252.106 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 18:48:36 -0000 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.