Turning WITNESS off on Beaglebone Black

Ian Lepore ian at FreeBSD.org
Tue Feb 4 19:12:01 UTC 2014


On Tue, 2014-02-04 at 18:20 +0000, Olivier Houchard wrote:
> On Tue, Feb 04, 2014 at 07:35:18AM +0000, Iain Young wrote:
> > Hi Folks,
> > 
> 
> Hi Iain,
> 
> > Anyone else having issues on the Beaglebone Black when disabling
> > WITNESS ? This is on 11.0-CURRENT, r261200. I saw it a few weeks
> > ago, as well, but got busy and decided to wait for the snapshots
> > and try again.
> > 
> 
> Can you upgrade your sources and try again ? r261414 may fix this.
> 
> Thanks !
> 
> Olivier

I don't think it'll help, beaglebone doesn't use ti_mmchs, it uses
ti_sdhci.  But updating to the latest is never a bad idea when looking
into this sort of problem.

Hmm, it's also possible to switch beaglebone to ti_mmchs just to see if
that changes things, which you can do like this:

Index: sys/arm/ti/am335x/files.am335x
===================================================================
--- sys/arm/ti/am335x/files.am335x	(revision 261491)
+++ sys/arm/ti/am335x/files.am335x	(working copy)
@@ -9,6 +9,6 @@ arm/ti/am335x/am335x_lcd_syscons.c	optional	sc
 arm/ti/am335x/am335x_pwm.c		standard
 arm/ti/am335x/am335x_usbss.c		optional	musb fdt
 arm/ti/ti_edma3.c			standard
-arm/ti/ti_sdhci.c 			optional	sdhci
-#arm/ti/ti_mmchs.c 			optional	mmc
+#arm/ti/ti_sdhci.c 			optional	sdhci
+arm/ti/ti_mmchs.c 			optional	mmc
 arm/ti/cpsw/if_cpsw.c			optional	cpsw

-- Ian




More information about the freebsd-arm mailing list