From owner-freebsd-arm@FreeBSD.ORG Sun May 10 05:05:54 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 42491728 for ; Sun, 10 May 2015 05:05:54 +0000 (UTC) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1188C1EA7 for ; Sun, 10 May 2015 05:05:54 +0000 (UTC) Received: by pabsx10 with SMTP id sx10so83152777pab.3 for ; Sat, 09 May 2015 22:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:mime-version:content-type:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=16ZywDTk/XKKrDBRr200tIyzYdZeVkcsJMNXVEgI9Hk=; b=u7kRKP881x0gh4txlJlBHkgxRoxWbDyrZ5+hjG7vBlYoBSYqAcRRhCBvmom28+CgGF UHl31tmFd3TO4qoeDO0wMYnGcaHnDo5FO/BTho+nGiFbuwIKaFwAaPzc3t4NcBvzCep1 atr3tBxpaKtmD9DInfrQB+epCc5mSJnVsgnmhqD6E1OG9d5IAVhrNtdvF9i0f7YTJeAh KEbxwg1hMa03H1g4C4BRBFLDNsbnM51Vo1RBLzapsF+f+7Kmd0m53apISy1NGVxB1+Mz rzzomAqQTQO0+lpdi51+1gQOfNfcUF8MgslCYiVv2Hd60xgVK5qn/JuaYR5Rd1JVvdAP +qqw== X-Received: by 10.70.41.135 with SMTP id f7mr8846587pdl.113.1431234353463; Sat, 09 May 2015 22:05:53 -0700 (PDT) Received: from [10.20.30.57] (75-101-82-48.static.sonic.net. [75.101.82.48]) by mx.google.com with ESMTPSA id l14sm9331033pdn.96.2015.05.09.22.05.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 May 2015 22:05:51 -0700 (PDT) From: Jordan Hubbard X-Google-Original-From: Jordan Hubbard Subject: Re: RPi2 support... Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: text/plain; charset=utf-8 X-Priority: 3 In-Reply-To: <2DD4D1CE-E05B-44D7-B396-92BB4CD1D98D@kientzle.com> Date: Sat, 9 May 2015 22:05:15 -0700 Cc: freebsd-arm Content-Transfer-Encoding: quoted-printable Message-Id: References: <0FD2F2B4EF6E490B9DB6CEF1119ECB70@ad.peach.ne.jp> <2DD4D1CE-E05B-44D7-B396-92BB4CD1D98D@kientzle.com> To: Tim Kientzle X-Mailer: Apple Mail (2.2098) 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: Sun, 10 May 2015 05:05:54 -0000 > On May 9, 2015, at 9:16 PM, Tim Kientzle wrote: >=20 > I just grabbed the latest FreeBSD source tree and up-to-date > Crochet and had no problems building and booting an image > for my new RPi2. Thanks for your work on this. >=20 > I haven=E2=80=99t done much with it yet, but 4 cores and 1G RAM will > certainly be fun to play with. Hi Tim, Seeing as how integral Crochet is to building FreeBSD/ARM, I was just = curious what the roadmap for it is. Is it going to enter the FreeBSD = tree as an additional build tool, or is there some plan to eventually = have =E2=80=9Cmake release=E2=80=9D simply cross-build for the various = ARM platforms with the Crochet arguments / build options being subsumed = into that, or=E2=80=A6 ? I think FreeBSD/ARM is pretty strategic for FreeBSD, obviously, so = anything which makes it more of a first-class citizen can=E2=80=99t be = anything but a good thing, no? Thanks, - Jordan