From owner-freebsd-arm@FreeBSD.ORG Tue Sep 3 21:25:31 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 5DF862F5 for ; Tue, 3 Sep 2013 21:25:31 +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 3295D2B3B for ; Tue, 3 Sep 2013 21:25:31 +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 1VGy6G-000Hrk-0G; Tue, 03 Sep 2013 21:25:24 +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 r83LPL0I068960; Tue, 3 Sep 2013 15:25:21 -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: U2FsdGVkX18ChPZcHMXZTUNSi6QuKcxK Subject: Re: recend freebsd-current doesn't boot in RPi with "Translation Fault" error From: Ian Lepore To: Subbsd In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Tue, 03 Sep 2013 15:25:20 -0600 Message-ID: <1378243520.1111.376.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm 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, 03 Sep 2013 21:25:31 -0000 On Tue, 2013-09-03 at 23:39 +0400, Subbsd wrote: > Hello, > > I decided to upgrade my Raspberry Pi with running on FreeBSD-current on the > July version to latest version of FreeBSD and got error after going to > multiuser mode. > > FreeBSD revision: r255183 > Here is screenshot: http://prntscr.com/1p5sab (sorry for quality) > > Looks like this error on fsck stage (ive use default rc.conf without any > personal fsck-related params) and last message: > > [ thread pid 11 tid 100019 ] > Stopped at bcm_sdhci_dma_intr+0x44: ldr r0, [r0, #0x024] > > can i help with something more to find the problems? > _______________________________________________ > 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" The abort location seems to be within bcm_sdhci_dma_intr(), and appears to have happened because a DMA interrupt occurred when there was no active sdcard command. It's hard to see how that could happen just from looking at the code. Does this happen repeatedly, or was it a one-time thing? -- Ian