From owner-freebsd-arm@FreeBSD.ORG Thu Sep 4 11:28:43 2014 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 ESMTPS id E99D31C4 for ; Thu, 4 Sep 2014 11:28:43 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 C2BAE19BE for ; Thu, 4 Sep 2014 11:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Gta+9Vi35fb9UYRkT3nINzbx+dX0fEE/Sy6du4Ve58o=; b=LSViwwR64GbnsOTA2e2x7Iek2lpRLIU5SX85IjFD2N3B9lUqS9DbcPRF1Ha+zq1wyAoQFqTU7bNOEk63r1CXerGMW+aBVqGZ0JAuZJ1GnkboitNMbPP3rHK6USVcm1l9Ka9EIZikVX9wIJpGPU80JUNXNwSY1FmOJSk310aIQ6s=; Received: from [182.0.87.136] (port=52962 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XPVDW-000Bcc-1m; Thu, 04 Sep 2014 05:28:42 -0600 Date: Thu, 4 Sep 2014 19:28:31 +0800 From: Erich Dollansky To: YAMAMOTO Shigeru Subject: Re: buildworld on a Raspberry Message-ID: <20140904192831.5f483f3c@X220.alogt.com> In-Reply-To: <20140904.201648.1532098598554690924.shigeru@os-hackers.jp> References: <20140904181129.5d38c1ef@X220.alogt.com> <20140904.201648.1532098598554690924.shigeru@os-hackers.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 11:28:44 -0000 Hi, On Thu, 04 Sep 2014 20:16:48 +0900 (JST) YAMAMOTO Shigeru wrote: > >>>>> "Erich" == Erich Dollansky writes: > Erich> Hi, did anybody do a buildworld on the device itself? > Erich> How long will it take? > Erich> I estimate that it could take some days. > > I do sometime buildworld on RasbperryPi Type B. > I use external USB HDD for work area. > this is what I plan to do too after my initial tests and getting a bit used to the device. > In my case, a time for buildworld is 3 or 4 days. This sounds much more like it. With other words, as long as I cannot make sure that the machine can run for a week, I should not bother to start building it on the device itself. Erich