From owner-freebsd-arm@FreeBSD.ORG Mon May 4 09:55:01 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 91B4C467 for ; Mon, 4 May 2015 09:55:01 +0000 (UTC) Received: from ruggedinbox.com (ruggedinbox.com [94.156.77.238]) (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 48D79183D for ; Mon, 4 May 2015 09:55:01 +0000 (UTC) In-Reply-To: <463a6790209.18821d3f@mail.schwarzes.net> References: <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> <46369db827.17451cd@mail.schwarzes.net> <6F344CF15E884BD18A98FBD97B07C79F@ad.peach.ne.jp> <4638dd5894c.cba746c@mail.schwarzes.net> <463a6790209.18821d3f@mail.schwarzes.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: FreeBSD 10.1 / 11 on a Raspberry Pi B+ / 2 ? From: Nathaniel Goodman Date: Mon, 04 May 2015 09:54:15 +0000 To: Andreas Schwarz ,freebsd-arm@FreeBSD.org Message-ID: 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: Mon, 04 May 2015 09:55:01 -0000 On May 3, 2015 9:52:10 PM GMT+01:00, Andreas Schwarz wrote: >On 02.05.15, Luiz Otavio O Souza wrote: >> On 2 May 2015 at 13:50, Andreas Schwarz wrote: >>> On 03.05.15, Daisuke Aoyama wrote: > >>>> I get freeze if I remove "options SMP" from kernel config. >>>> Also freshly installed OS(VM in ESXi) and freshly installed crochet >and src without any patch >>>> give me un-bootable image.... >>>> It seems current RPI2 code does not work with/without ARM_NEW_PMAP >at least r282205. >>>> My host is r281389 (clang 3.6 version) which is same version of >ODROID-C1 and RPI version on >>>> ESXi server. >>> >>> Thank you for the hint, this will explain my problems. >>> >> >> indeed. This was the fb issue. It should be fixed with r282359. > >No freeze anymore, easy going. > >If someone want to test a working image for the rpi2-b (root passwort >is : "pi"). > > http://dl.strcmp.org/rpi2-b-r282366.img.xz > http://dl.strcmp.org/rpi2-b-r282366.img.sha256 > > >-andreas > >_______________________________________________ >freebsd-arm@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-arm >To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" I wonder, would this work on a *banana* pi? Other than a thread about u-boot for banana pi, I could not find much info about running fbsd on that hardware. In any case, thank you for sharing your work:-)