From owner-freebsd-arm@FreeBSD.ORG Sat Jul 27 21:31:33 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CC391FB for ; Sat, 27 Jul 2013 21:31:33 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79BF225FF for ; Sat, 27 Jul 2013 21:31:32 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r6RLVVCf085756; Sat, 27 Jul 2013 21:31:31 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id xh9p7bmktxnptzepcyaswa3azs; Sat, 27 Jul 2013 21:31:31 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Raspberry pi not ready to self-host yet? Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> Date: Sat, 27 Jul 2013 14:31:30 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> To: "Jordan K. Hubbard" X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 21:31:33 -0000 On Jun 24, 2013, at 7:55 AM, Jordan K. Hubbard wrote: > Hi folks, >=20 > I followed the instructions in the repo at = https://github.com/daveish/freebsd-arm-tools.git and was able to create = a bootable SD image for my 512Mb PI in no time with very little hassle - = nice job there! >=20 > What I can't seem to manage, however, is to self-host after that.=20 FWIW, I just managed to self-host on BeagleBone Black at r253514. * Cross-build an image. * Copy source tree onto the image. * Boot the image * Native: buildworld, buildkernel, installkernel, installworld * System reboots and seems to work okay. There are some rough corners: buildworld crashed once, UFS crashed once, SSHD crashes consistently. I haven't experimented with building ports on this revision yet. Definitely not perfect, but getting better =85 it has been a while since I saw a native rebuild work to completion. Tim