From owner-freebsd-arm@FreeBSD.ORG Wed Apr 22 16:50:05 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 9DEA2C6D for ; Wed, 22 Apr 2015 16:50:05 +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 2F53517FC for ; Wed, 22 Apr 2015 16:50:04 +0000 (UTC) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.14.9/8.14.9) with ESMTP id t3MGo0dq091633 for ; Wed, 22 Apr 2015 18:50:01 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Wed, 22 Apr 2015 18:49:59 +0200 (CEST) Message-ID: <462bae1cb99.7f9417c1@mail.schwarzes.net> In-Reply-To: <552FCD90.20401@foxvalley.net> References: <6ff566ec17fc2b0d61635d8886261d5a.squirrel@ikornapostur.1984.is> <028290c7462d8fcf63b07bfdbbd08897.squirrel@ikornapostur.1984.is> <04594F43-C6FD-4798-ACFF-8BB7179A905F@bsdimp.com> <5FD36BF9-2FAD-40ED-AE67-D8B1E3274CB1@gromit.dlib.vt.edu> <552FCD90.20401@foxvalley.net> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Wed, 22 Apr 2015 18:50:01 +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: Wed, 22 Apr 2015 16:50:05 -0000 On 16.04.15, Dan Raymond wrote: > I'm also interested in swapping out my B+ for a Raspberry Pi 2 but I am > waiting on FreeBSD support. Me too. There is already a RPI2 kernel Profile in /sys/arm/conf/. But there is no way to boot such kernel, the u-boot bootloader is not compatible to the Cortex-A7. Linux (rasbian) is using two different kernels for bcm2835 and the new bcm2836 (which includes A7) (which are booted directly at this stage instead of u-boot). So we need also two u-boot binaries? I'm not sure what else is missing. -Andreas