barebox on gta04
Johannes Schauer
j.schauer at email.de
Tue Oct 25 06:05:35 EDT 2011
Hi,
On Tue, Oct 25, 2011 at 10:36:47AM +0200, Sascha Hauer wrote:
> > But after doing that, barebox would just not start anymore when
> > loaded by uboot.
>
> Strange. Should not be the case, no idea what's happening here.
any ideas on what I can try?
> Look again, we accidently have the same string twice in the driver:
>
> ./drivers/mci/omap_hsmmc.c:201: dev_dbg(hsmmc->dev, "timedout waiting for cc2!\n");
> ./drivers/mci/omap_hsmmc.c:224: dev_dbg(hsmmc->dev, "timedout waiting for cc2!\n");
>
> The one in line 224 should really be "timeout waiting for reset done".
>
> So what I wanted to know is whether it's the error message in line 201
> or 224 that we see. So please change one of them
I changed both, appending the string of the function calling them
(mmc_init_stream and mmc_init_setup)
when booting I get:
barebox 2011.10.0-00107-gdac6e90-dirty (Oct 25 2011 - 12:00:54)
Board: Texas Instrument's Beagle
omap-hsmmc at omap-hsmmc0: timedout waiting for cc2! (in mmc_init_setup)
Cannot reset the SD/MMC interface
So this is where it comes from.
cheers, josch
More information about the barebox
mailing list