All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Unable to power the USB Keyboard on u-boot
       [not found] <CAKG+AD+6z-bEY1TyOVehZWc21VseUPtY6oLMWJNMM4S+JVh7Bg@mail.gmail.com>
@ 2012-07-20 12:49 ` Atul Kumar
  2012-07-20 13:40   ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Atul Kumar @ 2012-07-20 12:49 UTC (permalink / raw)
  To: u-boot

Dear All,

           I am trying to use "usb keyboard" on u-boot. I am using the
u-boot stack which was shared by you. Can you help me to know where problem
is going. I am sending some of debug prints which i found on my "Beagle
board xM".

 I have connected usb mouse and usb keyboard on same side of port, here usb
mouse lights up but the keyboard does not powers on. Both keyboard and
Mouse are from logitech.

 Please help me to make this up as i have scheduled demo.

/***************** usb reset *************************************/

OMAP3 beagleboard.org # usb reset

(Re)start USB...

USB: Initializing OMAP EHCI OMAP

UHH_REVISION 0x10

OMAP EHCI init done

Register 1313 NbrPorts 3

USB EHCI 1.00

scanning bus for devices... New Device 0

New Device 1

New Device 2

New Device 3

New Device 4

5 USB Device(s) found

USB KBD: found set protocol...

USB KBD:

found set idle...

USB KBD: enable interrupt pipe...

USB KBD: found set up device.

USB KBD: register.

usb_kbd_dev.name- usbkbd

before stdio register

clone _dev->name-usbkbd,dev->name-usbkbd

clone _dev->flag- 80000003

in stdio register,usb_kbd_dev.name- usbkbd

After stdio register

before strcmp

stdin name- serial

After strcmp

stdin name- serial

before over write

before console assign

before error test

scan end

scanning bus for storage devices... 0 Storage Device(s) found

scanning bus for ethernet devices... Warning: failed to set MAC address

1 Ethernet Device(s) found

OMAP3 beagleboard.org #
/*****************************************************/


/******************* coninfo **************************/

OMAP3 beagleboard.org # coninfo

List of available devices:

serial 80000003 SIO stdout stderr

usbtty 00000003 .IO

usbkbd 80000003 SIO stdin

OMAP3 beagleboard.org #
---------------------------------------------------------------> here i am
able to switch the console using "setenv stdin usbkbd" but No power on
keyboard does not help.
/******************************************************/

/**************** usb info ***************************/

OMAP3 beagleboard.org# usb info

1: Hub, USB Revision 2.0

- u-boot EHCI Host Controller

- Class: Hub

- PacketSize: 64 Configurations: 1

- Vendor: 0x0000 Product 0x0000 Version 1.0

Configuration: 1

- Interfaces: 1 Self Powered 0mA

Interface: 0

- Alternate Setting 0, Endpoints: 1

- Class Hub

- Endpoint 1 In Interrupt MaxPacket 8 Interval 255ms

2: Hub, USB Revision 2.0

- Class: Hub

- PacketSize: 64 Configurations: 1

- Vendor: 0x0424 Product 0x9514 Version 2.0

Configuration: 1

- Interfaces: 1 Self Powered Remote Wakeup 2mA

Interface: 0

- Alternate Setting 0, Endpoints: 1

- Class Hub

- Endpoint 1 In Interrupt MaxPacket 1 Interval 12ms

- Endpoint 1 In Interrupt MaxPacket 1 Interval 12ms

3: Vendor specific, USB Revision 2.0

- Class: Vendor specific

- PacketSize: 64 Configurations: 1

- Vendor: 0x0424 Product 0xec00 Version 2.0

Configuration: 1

- Interfaces: 1 Self Powered Remote Wakeup 2mA

Interface: 0

- Alternate Setting 0, Endpoints: 3

- Class Vendor specific

- Endpoint 1 In Bulk MaxPacket 512

- Endpoint 2 Out Bulk MaxPacket 512

- Endpoint 3 In Interrupt MaxPacket 16 Interval 4ms

4: Human Interface, USB Revision 1.10

- LITEON Technology USB Multimedia Keyboard

- Class: (from Interface) Human Interface

- PacketSize: 8 Configurations: 1

- Vendor: 0x046d Product 0xc312 Version 1.1

Configuration: 1

- Interfaces: 1 Bus Powered Remote Wakeup 70mA

Interface: 0

- Alternate Setting 0, Endpoints: 1

- Class Human Interface, Subclass: Boot Keyboard

- Endpoint 1 In Interrupt MaxPacket 8 Interval 24ms

5: Human Interface, USB Revision 2.0

- Logitech USB Optical Mouse

- Class: (from Interface) Human Interface

- PacketSize: 8 Configurations: 1

- Vendor: 0x046d Product 0xc018 Version 67.1

Configuration: 1

- Interfaces: 1 Bus Powered Remote Wakeup 100mA

Interface: 0

- Alternate Setting 0, Endpoints: 1

- Class Human Interface, Subclass: Boot Mouse

- Endpoint 1 In Interrupt MaxPacket 5 Interval 10ms

OMAP3 beagleboard.org #
/****************************************************/



Thanks & Regards
Atul Kumar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Unable to power the USB Keyboard on u-boot
  2012-07-20 12:49 ` [U-Boot] Unable to power the USB Keyboard on u-boot Atul Kumar
@ 2012-07-20 13:40   ` Marek Vasut
  2012-07-24 12:58     ` atulronu
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2012-07-20 13:40 UTC (permalink / raw)
  To: u-boot

Dear Atul Kumar,

> Dear All,
> 
>            I am trying to use "usb keyboard" on u-boot. I am using the
> u-boot stack which was shared by you. Can you help me to know where problem
> is going. I am sending some of debug prints which i found on my "Beagle
> board xM".
> 
>  I have connected usb mouse and usb keyboard on same side of port, here usb
> mouse lights up but the keyboard does not powers on. Both keyboard and
> Mouse are from logitech.
> 
>  Please help me to make this up as i have scheduled demo.
[...]

What version of uboot is that? Try with latest u-boot git head, it should have 
the beagleboard/usb patches in there.

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Unable to power the USB Keyboard on u-boot
  2012-07-20 13:40   ` Marek Vasut
@ 2012-07-24 12:58     ` atulronu
  2012-07-24 19:44       ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: atulronu @ 2012-07-24 12:58 UTC (permalink / raw)
  To: u-boot

On Friday 20 July 2012 07:10 PM, Marek Vasut wrote:
Dear Marek,
    Thanks for your reply..
> Dear Atul Kumar,
>
>> Dear All,
>>
>>             I am trying to use "usb keyboard" on u-boot. I am using the
>> u-boot stack which was shared by you. Can you help me to know where problem
>> is going. I am sending some of debug prints which i found on my "Beagle
>> board xM".
>>
>>   I have connected usb mouse and usb keyboard on same side of port, here usb
>> mouse lights up but the keyboard does not powers on. Both keyboard and
>> Mouse are from logitech.
>>
>>   Please help me to make this up as i have scheduled demo.
> [...]
>
> What version of uboot is that? Try with latest u-boot git head, it should have
> the beagleboard/usb patches in there.
>
> Best regards,
> Marek Vasut
     I am using "u-boot version 2011-12" shared by Mr. Govind (ti) which 
was 1st updated by him.. I have also tried with the latest git: 
"u-boot-2012.07-rc1" but it is poping with "error : 
v7_dcache_inval_range - start address is not aligned". Do we have any 
solution for this. As i have also tried with Externally powered usb hub 
but it does not even initializes with it. Although i can see the device 
Name in u"usb tree".
         Any suggestion or solutions are always welcome.

Thanks & Regards
Atul Kumar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Unable to power the USB Keyboard on u-boot
  2012-07-24 12:58     ` atulronu
@ 2012-07-24 19:44       ` Marek Vasut
  2012-07-24 20:52         ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2012-07-24 19:44 UTC (permalink / raw)
  To: u-boot

Dear atulronu,

> On Friday 20 July 2012 07:10 PM, Marek Vasut wrote:
> Dear Marek,
>     Thanks for your reply..
> 
> > Dear Atul Kumar,
> > 
> >> Dear All,
> >> 
> >>             I am trying to use "usb keyboard" on u-boot. I am using the
> >> 
> >> u-boot stack which was shared by you. Can you help me to know where
> >> problem is going. I am sending some of debug prints which i found on my
> >> "Beagle board xM".
> >> 
> >>   I have connected usb mouse and usb keyboard on same side of port, here
> >>   usb
> >> 
> >> mouse lights up but the keyboard does not powers on. Both keyboard and
> >> Mouse are from logitech.
> >> 
> >>   Please help me to make this up as i have scheduled demo.
> > 
> > [...]
> > 
> > What version of uboot is that? Try with latest u-boot git head, it should
> > have the beagleboard/usb patches in there.
> > 
> > Best regards,
> > Marek Vasut
> 
>      I am using "u-boot version 2011-12" shared by Mr. Govind (ti) which
> was 1st updated by him.. I have also tried with the latest git:
> "u-boot-2012.07-rc1" but it is poping with "error :
> v7_dcache_inval_range - start address is not aligned". Do we have any
> solution for this.

Yes, latest git (-rc2 and soon to be released .07) has a fix for that. Tom?

> As i have also tried with Externally powered usb hub
> but it does not even initializes with it. Although i can see the device
> Name in u"usb tree".
>          Any suggestion or solutions are always welcome.
> 
> Thanks & Regards
> Atul Kumar

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Unable to power the USB Keyboard on u-boot
  2012-07-24 19:44       ` Marek Vasut
@ 2012-07-24 20:52         ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2012-07-24 20:52 UTC (permalink / raw)
  To: u-boot

On 07/24/2012 12:44 PM, Marek Vasut wrote:
> Dear atulronu,
> 
>> On Friday 20 July 2012 07:10 PM, Marek Vasut wrote:
>> Dear Marek,
>>     Thanks for your reply..
>>
>>> Dear Atul Kumar,
>>>
>>>> Dear All,
>>>>
>>>>             I am trying to use "usb keyboard" on u-boot. I am using the
>>>>
>>>> u-boot stack which was shared by you. Can you help me to know where
>>>> problem is going. I am sending some of debug prints which i found on my
>>>> "Beagle board xM".
>>>>
>>>>   I have connected usb mouse and usb keyboard on same side of port, here
>>>>   usb
>>>>
>>>> mouse lights up but the keyboard does not powers on. Both keyboard and
>>>> Mouse are from logitech.
>>>>
>>>>   Please help me to make this up as i have scheduled demo.
>>>
>>> [...]
>>>
>>> What version of uboot is that? Try with latest u-boot git head, it should
>>> have the beagleboard/usb patches in there.
>>>
>>> Best regards,
>>> Marek Vasut
>>
>>      I am using "u-boot version 2011-12" shared by Mr. Govind (ti) which
>> was 1st updated by him.. I have also tried with the latest git:
>> "u-boot-2012.07-rc1" but it is poping with "error :
>> v7_dcache_inval_range - start address is not aligned". Do we have any
>> solution for this.
> 
> Yes, latest git (-rc2 and soon to be released .07) has a fix for that. Tom?

I've gotten success reports from everyone I had that had found various
breakage previously with the previous attempts.

-- 
Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-24 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAKG+AD+6z-bEY1TyOVehZWc21VseUPtY6oLMWJNMM4S+JVh7Bg@mail.gmail.com>
2012-07-20 12:49 ` [U-Boot] Unable to power the USB Keyboard on u-boot Atul Kumar
2012-07-20 13:40   ` Marek Vasut
2012-07-24 12:58     ` atulronu
2012-07-24 19:44       ` Marek Vasut
2012-07-24 20:52         ` Tom Rini

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.