From owner-freebsd-arm@FreeBSD.ORG Sat May 16 03:11:17 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 526B7BFB for ; Sat, 16 May 2015 03:11:17 +0000 (UTC) Received: from spoon.beta.com (spoon.beta.com [50.252.255.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "spoon.beta.com", Issuer "spoon.beta.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F41BE1A5B for ; Sat, 16 May 2015 03:11:16 +0000 (UTC) Received: from [192.168.203.128] ([192.168.1.213]) by spoon.beta.com (8.14.7/8.14.7) with ESMTP id t4G2wVvW011364 for ; Fri, 15 May 2015 22:58:32 -0400 (EDT) (envelope-from mcgovern@beta.com) Message-ID: <1431741503.1000.3.camel@beta.com> Subject: Building RPI2-B (and RPI?) From: "Brian J. McGovern" Reply-To: mcgovern@beta.com To: freebsd-arm@freebsd.org Date: Fri, 15 May 2015 21:58:23 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on spoon.beta.com 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 03:11:17 -0000 All, I've noticed a lot of progress recently on the RPI2-B platform, and I'm looking to get up and running. I have an image that was posted the list a week or two back running, but I want to get up to bleeding-edge. I've seen some emails about changes in the build methods for "supported" platforms, and IIRC, many of the crochet-supported platforms were impacted, as there were issues keeping things in synch. 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? -B