Date: Thu, 4 Sep 2014 13:42:22 +0200 (CEST) From: Kover Attila <koverat@freemail.hu> To: freebsd-arm@freebsd.org Subject: buildworld on a Raspberry Message-ID: <freemail.20140904134222.7093.1@fmxmldata07.freemail.hu>
index | next in thread | raw e-mail
Hi, I made a self hosted image in April this year with HEAD r246986 on my PI-B, here is the relevant information (date is in yyyy.mm.dd hh:mm:ss format ): ***** DEBUG * 2014.04.27. 00:33:32 * buildworld begins -- 247588.40 real 155340.16 user 15553.08 sys ***** DEBUG * 2014.04.29. 21:20:00 * buildkernel begins -- 20382.90 real 11168.55 user 1936.28 sys ***** DEBUG * 2014.04.30. 02:59:43 * installkernel begins -- 459.26 real 60.40 user 69.29 sys ***** DEBUG * 2014.04.30. 03:07:22 * READY 1/3RegardsAttila > Hi,> did anybody do a buildworld on the device itself?> How long will it take?> I estimate that it could take some days.> Erich From owner-freebsd-arm@FreeBSD.ORG Thu Sep 4 14:05:31 2014 Return-Path: <owner-freebsd-arm@FreeBSD.ORG> Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC13FA81 for <freebsd-arm@freebsd.org>; Thu, 4 Sep 2014 14:05:31 +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 A42441C90 for <freebsd-arm@freebsd.org>; Thu, 4 Sep 2014 14:05:31 +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=9y/HkcDF+/copjWjZrFMyWhU+3RIKA7D+hWMhs1gkJI=; b=GSk89/SBQ9hfqIyZ3XttYI7VFsPNB7oXMRCCO+q1QVwlxc09Hq5yUwV38zsFBxHW7hOQLedCKqUF4P50Bu6a4bzmS+xYbjT+o9weeleJDtsVMskSnIhWyIp7dqyjIcll3EK7KXtxQOd/Fj0k6UsdHSfPS02xBzHNQMpTHoXkHig=; Received: from [182.0.87.136] (port=65292 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from <erichsfreebsdlist@alogt.com>) id 1XPXfF-0029sW-IJ; Thu, 04 Sep 2014 08:05:30 -0600 Date: Thu, 4 Sep 2014 22:05:23 +0800 From: Erich Dollansky <erichsfreebsdlist@alogt.com> To: YAMAMOTO Shigeru <shigeru@os-hackers.jp> Subject: Re: buildworld on a Raspberry Message-ID: <20140904220523.5e1a482f@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." <freebsd-arm.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm/> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 04 Sep 2014 14:05:31 -0000 Hi, you wrote recently that your own kernel works with a Raspberry but not the kernel from FreeBSD itself. You believe the old firmware might be the problem. I did not some tests. Of course, the kernel downloaded from your site works. When I installed my own kernel with revision 271057 (from this morning), I still do not get a running image. I did these tests and all failed: Use your firmware with the new kernel, Use your kernel with the firmware from the new kernel. The image works the moment I use the new kernel but copy your /boot and your files from the FAT to the media. My problem is that I lost my monitor cable and I am currently at a location where they do not sell such things. So, all I can tell is that an image comes to the state when I can log-on remotely. The log files show always that ue0 is not recognised when the image fails. Do you have any idea what is wrong? Erich On Thu, 04 Sep 2014 20:16:48 +0900 (JST) YAMAMOTO Shigeru <shigeru@os-hackers.jp> wrote: > > Hi, > > >>>>> "Erich" == Erich Dollansky <erichsfreebsdlist@alogt.com> 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. > > In my case, a time for buildworld is 3 or 4 days. > > Thanks, > --- > YAMAMOTO Shigeru <shigeru@os-hackers.jp>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?freemail.20140904134222.7093.1>
