From owner-freebsd-arm@FreeBSD.ORG Tue Oct 15 16:00:06 2013 Return-Path: Delivered-To: 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 CD8B9641 for ; Tue, 15 Oct 2013 16:00:06 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1C9F2202 for ; Tue, 15 Oct 2013 16:00:06 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VW72T-000FQC-KX; Tue, 15 Oct 2013 16:00:05 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r9FG03Nj027126; Tue, 15 Oct 2013 10:00:03 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18zsuc7OyiYlBiYg6ZWnWgy Subject: Re: Instability on Raspberry Pi From: Ian Lepore To: Jia-Shiun Li In-Reply-To: References: <525AF318.3000900@gmail.com> <20131013194040.GA21904@night.db.net> <1381843499.42859.103.camel@revolution.hippie.lan> <1381844785.42859.120.camel@revolution.hippie.lan> Content-Type: text/plain; charset="us-ascii" Date: Tue, 15 Oct 2013 10:00:03 -0600 Message-ID: <1381852803.42859.131.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "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: Tue, 15 Oct 2013 16:00:06 -0000 On Tue, 2013-10-15 at 23:33 +0800, Jia-Shiun Li wrote: > On Tue, Oct 15, 2013 at 9:46 PM, Ian Lepore wrote: > > > > It requires that you are using a serial console, and that you have > > > > options ALT_BREAK_TO_DEBUGGER > > > > in your kernel config. It looks like that's not in the stock RPI-B > > config. There's a different break sequence for using a keyboard and > > video console (and I don't even know what that is, it's not something I > > ever use). > > I suppose "sysctl debug.kdb.alt_break_to_debugger=1" should be enough > to enable it at runtime? Yes, I think it would. I didn't even know that existed, all the alt-break code used to be wrapped in #ifdef blocks, now the #ifdef just controls the default value of that sysctl. -- Ian