* [U-Boot] usb keyboard
@ 2013-05-06 11:09 Maxim Podbereznyy
2013-05-06 12:20 ` Bo Shen
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Podbereznyy @ 2013-05-06 11:09 UTC (permalink / raw)
To: u-boot
Hi!
I'm using Beagleboard and need to have access to u-boot without a
console cable. Is it possible to operate u-boot with a USB keyboard
and the display output to a DVI display which is currently available
only when Linux boots.
Thanks!
--
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] usb keyboard
2013-05-06 11:09 [U-Boot] usb keyboard Maxim Podbereznyy
@ 2013-05-06 12:20 ` Bo Shen
0 siblings, 0 replies; 2+ messages in thread
From: Bo Shen @ 2013-05-06 12:20 UTC (permalink / raw)
To: u-boot
Hi Maxim,
On 05/06/2013 07:09 PM, Maxim Podbereznyy wrote:
> Hi!
>
> I'm using Beagleboard and need to have access to u-boot without a
> console cable. Is it possible to operate u-boot with a USB keyboard
> and the display output to a DVI display which is currently available
> only when Linux boots.
I am not familiar with Beagleboard, the following is generic information
for your reference.
First, please check whether the USB OHCI host driver support on
Beagleboard. If support, add following two options in the board
configuration file
--->8---
#define CONFIG_USB_KEYBOARD
#define CONFIG_SYS_USB_EVENT_POLL
---<8---
and run usb start and then set stdin to usbkbd
--->8---
U-boot > usb start
U-boot > setenv stdin usbkbd
---<8---
This can be set through preboot.
Second, for display out to a DVI display, check whether u-boot support
it or not, if support, you can set stdout to the name of the DVI name.
you can use coninfo to get the name.
BTW, I am digging USB keyboard issue now, for more detail, reference:
http://patchwork.ozlabs.org/patch/241551/
Best Regards,
Bo Shen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-06 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 11:09 [U-Boot] usb keyboard Maxim Podbereznyy
2013-05-06 12:20 ` Bo Shen
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.