Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 06:23:10 +0900
From:      "Daisuke Aoyama" <aoyama@peach.ne.jp>
To:        "Roel Bouwman" <roel@bouwman.net>, <freebsd-arm@freebsd.org>
Subject:   Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + ubldr)
Message-ID:  <1E4F692C2E774A5C9ED66CE1A502C261@ad.peach.ne.jp>
In-Reply-To: <20130109205029.GB3090@shuttle.bouwman.net>
References:  <20130109205029.GB3090@shuttle.bouwman.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Thank you for trying.

> After a crash, the fsck at boot fails and causes a panic:

Yes, I got same the error :)
It is a bug of DMA transfer, you can continue with "set hw.bcm2835.sdhci.pio=1".
If possible, try to enter loader prompt, then

loader> set hw.bcm2835.sdhci.pio=1
loader> boot -v

You can enter pressing space bar while the kernel loading. (only few sec.)
If you don't have serial console, please add "hw.bcm2835.sdhci.pio=1" to /boot/rc.conf by other 
machine.

After recovery, download new kernel then replace old one.

# fetch http://www.peach.ne.jp/archives/rpi/kernel/kernel-20130110.gz
# gzcat kernel-20130110.gz > /boot/kernel/kernel
# reboot

Regards,
-- 
Daisuke Aoyama
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1E4F692C2E774A5C9ED66CE1A502C261>