From: Bo Shen <voice.shen@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] usb keyboard
Date: Mon, 06 May 2013 20:20:37 +0800 [thread overview]
Message-ID: <5187A015.3030902@gmail.com> (raw)
In-Reply-To: <CAP3+TEqaWJDuROTbMq741-+1RivhLnFoa4opZ8v0sm6aEpotBQ@mail.gmail.com>
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
prev parent reply other threads:[~2013-05-06 12:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 11:09 [U-Boot] usb keyboard Maxim Podbereznyy
2013-05-06 12:20 ` Bo Shen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5187A015.3030902@gmail.com \
--to=voice.shen@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox