Robert Nelson | 1 Nov 2009 16:42
Picon

Re: EHCI on 2.6.32-rc5-git4 + patches

> I am tried "beagleboard_defconfig" I downloaded, but when the .config
> was written at the start of the kernel build ....
> # CONFIG_USB_ARCH_HAS_EHCI is not set.
> " make CROSS_COMPILE=/opt/arm-2009q1/bin/arm-none-linux-gnueabi-" on
> Fedora 12.
> Regards
> Sid.

Hi Sid,

You need atleast the "ehci glue commit" from here to enable the option:

http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=refs/heads/ehci

Regards,

--

-- 
Robert Nelson
http://www.rcn-ee.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Sid Boyce | 2 Nov 2009 00:29
Picon
Favicon

Re: EHCI on 2.6.32-rc5-git4 + patches

On 01/11/09 15:42, Robert Nelson wrote:
>> I am tried "beagleboard_defconfig" I downloaded, but when the .config
>> was written at the start of the kernel build ....
>> # CONFIG_USB_ARCH_HAS_EHCI is not set.
>> " make CROSS_COMPILE=/opt/arm-2009q1/bin/arm-none-linux-gnueabi-" on
>> Fedora 12.
>> Regards
>> Sid.
> 
> Hi Sid,
> 
> You need atleast the "ehci glue commit" from here to enable the option:
> 
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=refs/heads/ehci
> 
> Regards,
> 

I've used the "Merge EHCI" snapshot, but guess there is something not
right in my .config.
  CC      drivers/usb/musb/musb_core.o
In file included from drivers/usb/musb/musb_core.c:108:
drivers/usb/musb/musb_core.h:94:2: error: #error bogus Kconfig output
... select CONFIG_USB_GADGET_MUSB_HDRC
drivers/usb/musb/musb_core.c: In function 'musb_init_controller':
drivers/usb/musb/musb_core.c:1906: error: label 'bad_config' used but
not defined
make[2]: *** [drivers/usb/musb/musb_core.o] Error 1
make[1]: *** [drivers/usb/musb] Error 2
make: *** [drivers] Error 2
(Continue reading)

Felipe Balbi | 2 Nov 2009 08:04
Picon

Re: EHCI on 2.6.32-rc5-git4 + patches

On Mon, Nov 02, 2009 at 12:29:56AM +0100, ext Sid Boyce wrote:
> On 01/11/09 15:42, Robert Nelson wrote:
> >> I am tried "beagleboard_defconfig" I downloaded, but when the .config
> >> was written at the start of the kernel build ....
> >> # CONFIG_USB_ARCH_HAS_EHCI is not set.
> >> " make CROSS_COMPILE=/opt/arm-2009q1/bin/arm-none-linux-gnueabi-" on
> >> Fedora 12.
> >> Regards
> >> Sid.
> > 
> > Hi Sid,
> > 
> > You need atleast the "ehci glue commit" from here to enable the option:
> > 
> > http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=refs/heads/ehci
> > 
> > Regards,
> > 
> 
> I've used the "Merge EHCI" snapshot, but guess there is something not
> right in my .config.
>   CC      drivers/usb/musb/musb_core.o
> In file included from drivers/usb/musb/musb_core.c:108:
> drivers/usb/musb/musb_core.h:94:2: error: #error bogus Kconfig output
> ... select CONFIG_USB_GADGET_MUSB_HDRC

Go to gadget support and select Inventra MUSB on "USB Peripheral
Controller"

--

-- 
(Continue reading)

Sid Boyce | 3 Nov 2009 02:08
Picon
Favicon

Re: EHCI on 2.6.32-rc5-git4 + patches

On 02/11/09 07:04, Felipe Balbi wrote:
> On Mon, Nov 02, 2009 at 12:29:56AM +0100, ext Sid Boyce wrote:
>> On 01/11/09 15:42, Robert Nelson wrote:
>>>> I am tried "beagleboard_defconfig" I downloaded, but when the .config
>>>> was written at the start of the kernel build ....
>>>> # CONFIG_USB_ARCH_HAS_EHCI is not set.
>>>> " make CROSS_COMPILE=/opt/arm-2009q1/bin/arm-none-linux-gnueabi-" on
>>>> Fedora 12.
>>>> Regards
>>>> Sid.
>>>
>>> Hi Sid,
>>>
>>> You need atleast the "ehci glue commit" from here to enable the option:
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=shortlog;h=refs/heads/ehci
>>>
>>> Regards,
>>>
>>
>> I've used the "Merge EHCI" snapshot, but guess there is something not
>> right in my .config.
>>   CC      drivers/usb/musb/musb_core.o
>> In file included from drivers/usb/musb/musb_core.c:108:
>> drivers/usb/musb/musb_core.h:94:2: error: #error bogus Kconfig output
>> ... select CONFIG_USB_GADGET_MUSB_HDRC
> 
> Go to gadget support and select Inventra MUSB on "USB Peripheral
> Controller"
> 
(Continue reading)

Robert Nelson | 3 Nov 2009 02:28
Picon

Re: EHCI on 2.6.32-rc5-git4 + patches

> I tried that and various others to get other than the hub enumerated, no
> luck so far with kernels I have built - no lights on the hub. I am now
> rebuilding after following the config for the working narcissus build,
> EHCI looks much the same, so here's hoping.
> I have another 16G MMC card I am trying on after cross compiling on a
> Fedora 12 VirtualBox VM.
> Regards
> Sid.

Hi Sid

I eventually got ehci working today on my tree on launchpad.  But it's
not that small of a patch once i added all the mach to plat changes...

However, this commit made all the difference for me, it's currently
missing from tmlind's tree, the beagleboard needs it to enable power
to the ehci..

http://patchwork.kernel.org/patch/55703/

Regards,
--

-- 
Robert Nelson
http://www.rcn-ee.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)

Sid Boyce | 3 Nov 2009 21:35
Picon
Favicon

Re: EHCI on 2.6.32-rc5-git4 + patches

On 03/11/09 01:28, Robert Nelson wrote:
>> I tried that and various others to get other than the hub enumerated, no
>> luck so far with kernels I have built - no lights on the hub. I am now
>> rebuilding after following the config for the working narcissus build,
>> EHCI looks much the same, so here's hoping.
>> I have another 16G MMC card I am trying on after cross compiling on a
>> Fedora 12 VirtualBox VM.
>> Regards
>> Sid.
> 
> Hi Sid
> 
> I eventually got ehci working today on my tree on launchpad.  But it's
> not that small of a patch once i added all the mach to plat changes...
> 
> However, this commit made all the difference for me, it's currently
> missing from tmlind's tree, the beagleboard needs it to enable power
> to the ehci..
> 
> http://patchwork.kernel.org/patch/55703/
> 
> Regards,

Thanks, I shall give it a try.
Regards
Sid.

--

-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
(Continue reading)

Sid Boyce | 4 Nov 2009 01:36
Picon
Favicon

Re: EHCI on 2.6.32-rc5-git4 + patches

On 03/11/09 01:28, Robert Nelson wrote:
>> I tried that and various others to get other than the hub enumerated, no
>> luck so far with kernels I have built - no lights on the hub. I am now
>> rebuilding after following the config for the working narcissus build,
>> EHCI looks much the same, so here's hoping.
>> I have another 16G MMC card I am trying on after cross compiling on a
>> Fedora 12 VirtualBox VM.
>> Regards
>> Sid.
> 
> Hi Sid
> 
> I eventually got ehci working today on my tree on launchpad.  But it's
> not that small of a patch once i added all the mach to plat changes...
> 
> However, this commit made all the difference for me, it's currently
> missing from tmlind's tree, the beagleboard needs it to enable power
> to the ehci..
> 
> http://patchwork.kernel.org/patch/55703/
> 
> Regards,

Thanks, the patch worked and all the EHCI devices are enumerated. There
are other issues like no output to the LCD and I don't have a FB_OMAP2
option, so trying to rebuild with FB_OMAP=y. The configuration setup
seems to be very particular and easily upset by certain changes. I guess
the right patches have to be installed or build failures result.

Lowlevel video output switch controls (VIDEO_OUTPUT_CONTROL) [N/m/y/?] n
(Continue reading)


Gmane