From owner-freebsd-arm@FreeBSD.ORG Wed Sep 4 10:19:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B98FB142; Wed, 4 Sep 2013 10:19:02 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F0DB25E0; Wed, 4 Sep 2013 10:19:02 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so101677pbb.19 for ; Wed, 04 Sep 2013 03:19:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/Pnou5NkpN0CHS+cabci6alCXUrZGsdupInOQ9ZexHE=; b=pf9jSTmMruiLAl+a+0krtdc2vDCbIfaHKzqzdWkDhekBp4Uiy4GKh3Tm5IqLEjNcQX 9/ACzli4JOekNDLneSHSGXKteiSv5FKkL63nuwR8II8q5uDCPQinLl1X7JRKTeLpzlAU qGF67bDYnBfViEdSXbII1PE07Njn/HdQ+a8Sy/q+LqmffA1A+pmCblqodsfKXrRmmTFr LXbS+xjPiD6R47G92yejbg8uvHLuFUn/vc/prvIuXDXI5RRoBV356sTN03gdhhAp5m3G XkKDXbeAoStkbz/76B7693dMTaUDZMVv9xUduFfhnUrlBRbzPfiLdzlORsbwT5ILOwLy I1+Q== MIME-Version: 1.0 X-Received: by 10.68.130.131 with SMTP id oe3mr1205324pbb.186.1378289942175; Wed, 04 Sep 2013 03:19:02 -0700 (PDT) Received: by 10.70.23.225 with HTTP; Wed, 4 Sep 2013 03:19:02 -0700 (PDT) In-Reply-To: <1378243520.1111.376.camel@revolution.hippie.lan> References: <1378243520.1111.376.camel@revolution.hippie.lan> Date: Wed, 4 Sep 2013 14:19:02 +0400 Message-ID: Subject: Re: recend freebsd-current doesn't boot in RPi with "Translation Fault" error From: Subbsd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 04 Sep 2013 10:19:02 -0000 Its repeatedly error. Image was created by https://github.com/kientzle/crochet-freebsd.git ( previous working build was made by him ) On Wed, Sep 4, 2013 at 1:25 AM, Ian Lepore wrote: > 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 > > >