From owner-freebsd-arm@FreeBSD.ORG Tue Oct 15 13:57:23 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 7D9BFF62; Tue, 15 Oct 2013 13:57:23 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD62B2609; Tue, 15 Oct 2013 13:57:22 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id o14so6765340lbi.4 for ; Tue, 15 Oct 2013 06:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:from:subject:date:to; bh=PwlDdFNXyNkN43iw56qu9iWXpDhyEmIvoZoyYmBcbvk=; b=AFH4bnOigpB71q6xzUU0t5HXcnyoLYdQSiWVk6tL5mvCDwJFKf0AnJBMjLe/RVDpi+ tUPSnllEZcKsDhBqFHZp+cB841WbvxK4zlaOfvVXBa6JaalBhJUJPztFZucZOaaFFMY4 9Ru0kmCfppmpnoA7hJ6Z5sMTEmOSH+qJhXXjJpDyOws2xUlhW22vfG+qkIEt+JWQC7cy PsrGGjtk0oAMP7GcxFi44w/bwXW7TyldnYaRRJe60WjEwsqAFQss76fQdlOBhXeZuh+q 34ayj6EUb3AwrFpzRVJ0lgDTeud5iucj0mxPTAtNKmDvQyk26S/l8Bk6ZQ4RbTjuYpKn WpXw== X-Received: by 10.152.6.202 with SMTP id d10mr1420927laa.49.1381845440774; Tue, 15 Oct 2013 06:57:20 -0700 (PDT) Received: from [10.180.53.102] ([83.149.9.76]) by mx.google.com with ESMTPSA id kx1sm64914682lac.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 06:57:19 -0700 (PDT) References: <525AF318.3000900@gmail.com> <20131013194040.GA21904@night.db.net> <1381843499.42859.103.camel@revolution.hippie.lan> <1381844785.42859.120.camel@revolution.hippie.lan> In-Reply-To: <1381844785.42859.120.camel@revolution.hippie.lan> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <8CEFB46A-8D22-42F1-8199-332D38C2FED0@gmail.com> X-Mailer: iPhone Mail (9B208) From: Sevan / Venture37 Subject: Re: Instability on Raspberry Pi Date: Tue, 15 Oct 2013 17:57:10 +0400 To: Ian Lepore 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 13:57:23 -0000 On 15 Oct 2013, at 17:46, Ian Lepore wrote: > It requires that you are using a serial console, and that you have >=20 > options ALT_BREAK_TO_DEBUGGER >=20 > 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). Thanks for looking it up Ian, I'll add it to y config, I wonder what the ke= yboard sequence is on a macbook air keyboard, time to find out :) Sevan=