From owner-freebsd-arm@FreeBSD.ORG Sat May 16 12:52:08 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B98B2B0E for ; Sat, 16 May 2015 12:52:08 +0000 (UTC) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5229512FF for ; Sat, 16 May 2015 12:52:07 +0000 (UTC) Received: from asc-t60.schwarzes.net (p5B031620.dip0.t-ipconnect.de [91.3.22.32]) (authenticated bits=0) by olinguito.schwarzes.net (8.14.9/8.14.9) with ESMTP id t4GCq4JU042705 for ; Sat, 16 May 2015 14:52:05 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) Date: Sat, 16 May 2015 14:51:52 +0200 From: Andreas Schwarz To: freebsd-arm@freebsd.org Subject: Re: Building RPI2-B (and RPI?) Message-Id: <20150516145152.0dba2f3d5427a2be7366cba7@strcmp.org> In-Reply-To: <1431741503.1000.3.camel@beta.com> References: <1431741503.1000.3.camel@beta.com> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Sat, 16 May 2015 14:52:05 +0200 (CEST) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 12:52:08 -0000 On Fri, 15 May 2015 21:58:23 -0400 "Brian J. McGovern" wrote: > Are the RPI2-B images (and optionally RPI) still being built via the > crochet tool, or is there a new method around for which I've yet to find > the documentation? The "crochet tool" is a new method, it will help you to create an image "out of the box". The "classical" method is to build kernel and world with setting TARGET_ARCH and install to a prepared disk image. Have a look at the following link. https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi%202%20image -asc