From owner-freebsd-arm@FreeBSD.ORG Mon Apr 25 15:54:27 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E765F1065672 for ; Mon, 25 Apr 2011 15:54:27 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id B0D328FC23 for ; Mon, 25 Apr 2011 15:54:27 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 1BFC720407; Mon, 25 Apr 2011 11:54:27 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Mon, 25 Apr 2011 11:54:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=OLu42aUsDzkXSNBKownODIYG1iA=; b=PKDOMvq9v3R/xVj1l1Oqx/U5Q6KI+jPJTLd1zL6AmpbK75FxhqTiaZd08hv7WUB8dhvM3VEY+eAsENoVWR3fOJFTOU7OtKrlhUnglnWe615Vw1R3esJyQ/fEOAKATnbgrGOFSBPjQyiH7oiCOg2jLqoiy5cw77MMS3nwAJAgSC8= X-Sasl-enc: Tc8qCb4ZKCSjPHcyINHVbtqUjUXsRZaMTkIr593H8yOQ 1303746866 Received: from localhost (222-154-128-216.jetstream.xtra.co.nz [222.154.128.216]) by mail.messagingengine.com (Postfix) with ESMTPA id D4873400604; Mon, 25 Apr 2011 11:54:25 -0400 (EDT) Date: Tue, 26 Apr 2011 03:54:23 +1200 From: Andrew Turner To: Mark Murray Message-ID: <20110426035423.1b4b592c@fubar.geek.nz> In-Reply-To: References: <20110425163549.2bcc8551@fubar.geek.nz> <20110425170105.37c7d853@fubar.geek.nz> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.0) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: OMAP3 patch X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 15:54:28 -0000 On Mon, 25 Apr 2011 12:44:05 +0100 Mark Murray wrote: > Most excellent! > > Do you have a recipe for building and installing this? > > I'm very familiar with building ind installing regular FBSD; > less so with the BB build/install/boot process. I've placed my build script at [1]. You need to change ${DIR} to point to your patched source tree. It depends on the devel/u-boot port. After the script has built FreeBSD copy ${KERNEL_FILE}.boot to a FAT formatted sd card as uImage. e.g.: cp ${KERNEL_FILE}.boot /mnt/uImage ${KERNEL_FILE}.boot is printed at the end of the build script. U-Boot should load FreeBSD without any input from the user. The root file system is loaded off USB from /dev/da0s1. It is a standard buildworld/installworld with TARGET=arm. Andrew [1] http://fubar.geek.nz/files/freebsd/omap/build_beagle.sh