From owner-freebsd-arm@FreeBSD.ORG Mon Aug 26 12:37:37 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 EF225E71 for ; Mon, 26 Aug 2013 12:37:36 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 811D52028 for ; Mon, 26 Aug 2013 12:37:36 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a12so899382wgh.16 for ; Mon, 26 Aug 2013 05:37:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=THUuHqtJ/Ort8iYCK+ETQp1Iwii71IuubATBk7iIVTM=; b=GTcQlMuHsQ+K4NdsBmY+hUVToZMvvzHll15EzpbcfhtYtY3DAmj1+7SIfxUzyyRUdG S0VC+skb4XV33KIHtuiQ777AectQ/iqJiUAIo8t5oNouJ1fJAEKvbdtT85cy1bJe+mUh s3Q9qqwKOCQoY7G+iFp0MTDalJ7iZZVzYK2i+QRxaFomboK+zoOCBivwz8ERMvhSZ86L rOsDCquFzBJUptdz0c1W9ZO1Bep8uA+Lew+LvIwfgfRbt2huSt6FKX0STX0cDENS90Jw bMYcpQ9MTGzQzm+99eae2TsafuX91TOfuyuTlQfuayMxop11Qbx8IfDDG9HJ5QCj5xol vJGQ== X-Gm-Message-State: ALoCoQkzUvtMlJcGQl98JY08TufetOzk0FAzMIhU7I3sJjSk2F9GvYsbOxpsRCIuFS+ctUrHLRx5 X-Received: by 10.194.94.37 with SMTP id cz5mr129542wjb.55.1377520648384; Mon, 26 Aug 2013 05:37:28 -0700 (PDT) Received: from raynote.ddteam.net (global-1-18.nat.csx.cam.ac.uk. [131.111.184.18]) by mx.google.com with ESMTPSA id iz19sm17978426wic.9.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Aug 2013 05:37:27 -0700 (PDT) Date: Mon, 26 Aug 2013 15:37:24 +0300 From: Aleksandr Rybalko To: Ganbold Tsagaankhuu Subject: Re: Pretty good RPi version? Message-Id: <20130826153724.a08761b387dd513fdc79c63e@ddteam.net> In-Reply-To: References: <5218FBE2.2000907@m5p.com> <70652C61-98B0-40E2-BB98-B8B414E30219@alvermark.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Tim Kientzle , "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: Mon, 26 Aug 2013 12:37:37 -0000 On Mon, 26 Aug 2013 18:17:57 +0800 Ganbold Tsagaankhuu wrote: > On Mon, Aug 26, 2013 at 4:34 PM, Jakob Alvermark wrote: > > > On 25 aug 2013, at 17:27, Tim Kientzle wrote: > > > > > > > > On Aug 25, 2013, at 12:55 AM, Jia-Shiun Li wrote: > > > > > >> On Sun, Aug 25, 2013 at 2:30 AM, George Mitchell < > > george+freebsd@m5p.com> wrote: > > >>> What's a pretty good recent Raspberry Pi svn checkout version? 254544 > > >>> doesn't seem to be it -- it crashes as soon as I try to make install in > > >>> /usr/ports/ports-mgmt/pkg. Although I'm tempted to grab one of the > > >>> prebuilt images at http://www.db.net/downloads/, I'll have to be doing > > >>> some recompiling for debug purposes. I see that latest couple of > > >>> versions there are 252209 and 250580. Are those pretty good? (By > > >>> "pretty good", I mean capable of running a light load in a fairly > > >>> stable way over a period of days.) Thanks for your help! -- George > > >> > > >> I got the same question. I was trying to update RPi this week, but > > >> several attempts has failed. RPi would hang at high load like > > >> "portsnap fetch extract" or "cd /usr/ports/graphics/graphviz && make > > >> install clean". By "hang" I mean ssh session and console had no > > >> response. But it still replies to ICMP and TCP connection handshake > > >> requests. Looks like something got stuck in the kernel. > > > > > > Do you have a serial console? > > > > > > If so, is it still responsive there? > > > > > > I've been seeing a similar problem on BB. In those > > > cases, typing a key on the serial console unblocks it. > > > > Hi, I see something similar on my Allwinner A13 (Olimex board) > > > > Running 'portsnap fetch' hangs after a while. > > > > Serial console is dead as well! > > > > A13 support is not in the tree, but it is very similar to the A10 > > (Cubieboard). I have some local patches, which I intend to send to someone > > for review (Tim? Ganbold?) > > > > In my case I asked gonzo@ and ray@ to review A10/A20 related changes. > > Ganbold > Yeah, Jakob, you can send patches to arm@ list itself. But if you want to do it less public for now, send it to me (ray@). But I can't promise if it will be fast. :) > > > > I just need to get around to clean them up a bit first. > > > > Jakob > > _______________________________________________ > > 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" > > > _______________________________________________ > 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" -- Aleksandr Rybalko