Turning WITNESS off on Beaglebone Black

Iain Young iain at g7iii.net
Sun Feb 9 17:31:55 UTC 2014


Hi All,

On 04/02/14 19:11, Ian Lepore wrote:
> 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

Thanks Oliver, Tried that, no difference unfortunately :(

>
> 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

Thanks Ian. Similar behaviour, although with some panic. I didn't (yet)
get chance to dig deeper (Both were just very quick tests)

I'll pull the very latest and greatest, and try again. I'll also try
pulling the 10.0 release branch, but that will probably take a day or
two...


Best Regards

Iain



More information about the freebsd-arm mailing list