From owner-freebsd-arm@FreeBSD.ORG Wed Apr 22 17:28:30 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 2E6476FF for ; Wed, 22 Apr 2015 17:28:30 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 382B51CB7 for ; Wed, 22 Apr 2015 17:28:29 +0000 (UTC) Received: by wiax7 with SMTP id x7so135291257wia.0 for ; Wed, 22 Apr 2015 10:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oAmf/tFo2bcovVosYaE/5Krvri/+Azvd1ZOMJaQTXHM=; b=ozL7LucS/URwJe8Lhj3a8Y9jEF8YpMTzYNcqgMoFbMeAhnhHL50I/jrkgi+AKYeg5y tP42p0UtzI1xvWsTbj8dGTzEoLaU9Yx8nfA/hIjnWIZxkcfH1HRlb/Uk7rda9ApB8aOl WzOcosvnu0H4ea4KWl/rjYlyUh0l7Zh9WMKpmF7CtdofpDrJ6d02KBbwDRXAPB81NHby SIpjqNOhp2Nq7zhVG18UTaqrI8SE4dS0jgxD9oPT7rVaTCpkTN55dOjGHDrb0h53w5dg OzJQBWGgcCbrZGLWyMN2GVDFVCp/IOZK+3ZXObj/XwCfO2JvM11Gf2w9bwLQVGZ0cTt4 7TjQ== MIME-Version: 1.0 X-Received: by 10.180.82.41 with SMTP id f9mr7728686wiy.48.1429723707786; Wed, 22 Apr 2015 10:28:27 -0700 (PDT) Received: by 10.180.10.229 with HTTP; Wed, 22 Apr 2015 10:28:27 -0700 (PDT) In-Reply-To: <462bae1cb99.7f9417c1@mail.schwarzes.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> <462bae1cb99.7f9417c1@mail.schwarzes.net> Date: Wed, 22 Apr 2015 14:28:27 -0300 Message-ID: Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? From: Luiz Otavio O Souza To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 17:28:30 -0000 On 22 April 2015 at 13:49, Andreas Schwarz wrote: > 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 Yes, that is right, we need a different u-boot for it. I'm working on the new u-boot, it's working already, its a matter of tidy up the port and get everything in its place. This will probably mean a new template for crochet (or writing down the required steps on wiki). I hope it is ready by the end of week. Regards, Luiz