* beagle won't boot.
@ 2008-10-17 18:52 Rick Bronson
2008-10-17 18:57 ` Gadiyar, Anand
0 siblings, 1 reply; 3+ messages in thread
From: Rick Bronson @ 2008-10-17 18:52 UTC (permalink / raw)
To: linux-omap
Hi,
I got the lastest code on Oct 16 via:
git clone git://source.mvista.com/git/linux-omap-2.6.git
cd linux-omap-2.6
make omap3_beagle_defconfig
make uImage CROSS_COMPILE="arm-angstrom-linux-gnueabi-" CC="ccache arm-angstrom-linux-gnueabi-gcc-4.2.1+csl-arm-2007q3-53" LD="arm-angstrom-linux-gnueabi-ld"
and it doesn't seem to want to cooperate with my beagleboard. As
far as I can tell, it's stuck in
the while loop in omap_start_ehc(). I think because this bit never
got set:
CM_FCLKEN3_CORE->EN_USBTLL (page 472 of the OMAP3 pdf).
Might have something to do with "usbtll_fck".
Any help greatly appreciated.
Thanks,
Rick
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: beagle won't boot.
2008-10-17 18:52 beagle won't boot Rick Bronson
@ 2008-10-17 18:57 ` Gadiyar, Anand
2008-10-17 21:12 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Gadiyar, Anand @ 2008-10-17 18:57 UTC (permalink / raw)
To: rick@efn.org, linux-omap@vger.kernel.org
> Hi,
>
> I got the lastest code on Oct 16 via:
>
> git clone git://source.mvista.com/git/linux-omap-2.6.git
> cd linux-omap-2.6
> make omap3_beagle_defconfig
> make uImage CROSS_COMPILE="arm-angstrom-linux-gnueabi-" CC="ccache arm-angstrom-linux-gnueabi-gcc-4.2.1+csl-arm-2007q3-53" LD="arm-angstrom-linux-gnueabi-ld"
>
> and it doesn't seem to want to cooperate with my beagleboard. As
> far as I can tell, it's stuck in
>
> the while loop in omap_start_ehc(). I think because this bit never
> got set:
>
> CM_FCLKEN3_CORE->EN_USBTLL (page 472 of the OMAP3 pdf).
>
> Might have something to do with "usbtll_fck".
>
> Any help greatly appreciated.
Quick and simple solution,
1. "make menuconfig"
2. Go to Device Drivers -> USB Support
3. Disable EHCI HCD
4. Rebuild and boot
EHCI doesn't work anyway on beagle. Why bother having it built in in defconfig?
- Anand
*Extremely frustrated with EHCI and clock control at the moment*
>
> Thanks,
>
> Rick
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: beagle won't boot.
2008-10-17 18:57 ` Gadiyar, Anand
@ 2008-10-17 21:12 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-10-17 21:12 UTC (permalink / raw)
To: Gadiyar, Anand; +Cc: rick@efn.org, linux-omap@vger.kernel.org
* Gadiyar, Anand <gadiyar@ti.com> [081017 12:01]:
> > Hi,
> >
> > I got the lastest code on Oct 16 via:
> >
> > git clone git://source.mvista.com/git/linux-omap-2.6.git
> > cd linux-omap-2.6
> > make omap3_beagle_defconfig
> > make uImage CROSS_COMPILE="arm-angstrom-linux-gnueabi-" CC="ccache arm-angstrom-linux-gnueabi-gcc-4.2.1+csl-arm-2007q3-53" LD="arm-angstrom-linux-gnueabi-ld"
> >
> > and it doesn't seem to want to cooperate with my beagleboard. As
> > far as I can tell, it's stuck in
> >
> > the while loop in omap_start_ehc(). I think because this bit never
> > got set:
> >
> > CM_FCLKEN3_CORE->EN_USBTLL (page 472 of the OMAP3 pdf).
> >
> > Might have something to do with "usbtll_fck".
> >
> > Any help greatly appreciated.
>
> Quick and simple solution,
> 1. "make menuconfig"
> 2. Go to Device Drivers -> USB Support
> 3. Disable EHCI HCD
> 4. Rebuild and boot
>
> EHCI doesn't work anyway on beagle. Why bother having it built in in defconfig?
>
> - Anand
> *Extremely frustrated with EHCI and clock control at the moment*
I've disabled EHCI for now in all board configs.
Tony
>
> >
> > Thanks,
> >
> > Rick
> > --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-17 21:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 18:52 beagle won't boot Rick Bronson
2008-10-17 18:57 ` Gadiyar, Anand
2008-10-17 21:12 ` Tony Lindgren
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.