From owner-freebsd-arm@FreeBSD.ORG Thu Apr 30 23:54:09 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 0D47BE2B for ; Thu, 30 Apr 2015 23:54:09 +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 75BE01EF2 for ; Thu, 30 Apr 2015 23:54:08 +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 t3UNs1s6033955 for ; Fri, 1 May 2015 01:54:02 +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: Fri, 01 May 2015 01:54:00 +0200 (CEST) Message-ID: <46369db827.17451cd@mail.schwarzes.net> In-Reply-To: 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> 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]); Fri, 01 May 2015 01:54:02 +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: Thu, 30 Apr 2015 23:54:09 -0000 On 22.04.15, Luiz Otavio O Souza wrote: Hi all, > 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. New u-boot is there, but unfortunately I'm not successful yet. First, I've tried to upgrade my installation, building u-boot-rpi2 and the Kernel with RPI2 kernelconf (added the ARM_NEW_PMAP option). The new u-boot-rpi2 and ubldr seem to work and the kernel is loaded, but when the kernel should start/boot, the RPI2 shuts down suddenly, all LED are off, nothing. To keep sure that I don't make a mistake, I've build (independently from my installation) a completly new image, described in the Wiki (link below). But I run in the exacly same problem. https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi%202%20image Here is my rpi2 image, build by following the wiki instructions (it's not working for me). For security reasons I've removed my ssh pubkey from /root/.ssh/. http://dl.strcmp.org/rpi2-b-r282267.img.xz Maybe someone can check and confirm or deny the behavior. -Andreas