recend freebsd-current doesn't boot in RPi with "Translation Fault" error
Ian Lepore
ian at FreeBSD.org
Tue Sep 3 21:25:31 UTC 2013
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at 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
More information about the freebsd-arm
mailing list