From owner-freebsd-arm@FreeBSD.ORG Wed Sep 25 16:00:40 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 75671914; Wed, 25 Sep 2013 16:00:40 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from mail-vb0-x22b.google.com (mail-vb0-x22b.google.com [IPv6:2607:f8b0:400c:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 235822F9E; Wed, 25 Sep 2013 16:00:40 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id h11so4706198vbh.30 for ; Wed, 25 Sep 2013 09:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=V7BZCrdx6bJoQwqv2qe1HSdC0usvBMAbNLr1dlf5HXQ=; b=ra6j6wt9hV7X2d3+N7UoE3kkJ77nMd5lKRg5M/q3Z+N2pQVn1oe82HOXAULsGwnj05 RqBlch7Dgtu46AZqVTvLwUh1y9nv0Hiu9NPOPJ1Xj50xzTXLGF2Pxsg9EvTWKMYSmptB hgF/CuZtO5td98rlU0vqUk/4leJW2Klj2ofqKvz7mej5l1nKnALIb5t998kX8w2tL+qn IHVmfU6ECXMFqY6CVnOcvEHw4BjW6mP5rAIhbxvhFBwp5n4OCGP3bOvlx4ZD24SjYMVZ AYkDRPxHJNh06VKnSOnrqcriJBoXzqFdPzHbj1/I/WseWZWjgztSetmz2gFBtQOmwlHV GL/w== X-Received: by 10.220.173.134 with SMTP id p6mr724765vcz.36.1380124839128; Wed, 25 Sep 2013 09:00:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.225.34 with HTTP; Wed, 25 Sep 2013 09:00:09 -0700 (PDT) In-Reply-To: References: <1378243520.1111.376.camel@revolution.hippie.lan> From: Jia-Shiun Li Date: Thu, 26 Sep 2013 00:00:09 +0800 Message-ID: Subject: Re: recend freebsd-current doesn't boot in RPi with "Translation Fault" error To: Subbsd Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm , Ian Lepore 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: Wed, 25 Sep 2013 16:00:40 -0000 On Thu, Sep 5, 2013 at 12:59 AM, Subbsd wrote: > update: this panic arises at the stage of working /etc/rc.d/root. In single > mode this panic occurs on any write operation, for example re-mount root in > RW, tunefs -j disable/enable and so on.. a me-too. With system built as of yesterday it still happens. Hit 3 times in 6~7 boots. Is it possible something is not properly init/reset? jsli@raspberry-pi:~ % uname -a FreeBSD raspberry-pi 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #0 r255817: Tue Sep 24 02:26:57 CST 2013 jsli@4cbsd:/rpi/obj/arm.armv6/usr/src/sys/RPI-B arm Jia-Shiun.