All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yi Zhao <yi.zhao@windriver.com>
To: Edward Vidal <vidal.develone@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: core-image-sato keyboard
Date: Mon, 8 Oct 2012 15:41:59 +0800	[thread overview]
Message-ID: <507283C7.4060601@windriver.com> (raw)
In-Reply-To: <CANwz6nzXviQwG=S-5nAF9wF70tQ4PyrZNLTHFHODA5WWJfkCTw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]

What is your bootargs ?  We also encountered this issue long time ago. 
The following bootargs line would cause this problem:
setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2 
rootwait rootfstype=ext3 ro'

Try to change "console=tty0 console=ttyO2,115200n8" to 
"console=ttyO2,115200n8 console=tty0" .
Please refer the bug 1823 
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=1823).


Thanks,
Yi


On 2012?10?07? 03:20, Edward Vidal wrote:
> Hello,
> Just built core-image-sato for beagleboard xM C.
> I have a usb keyboard and mouse connected.  The Mouse works but not 
> the keyboard when Terminal is selected.  The virtual keyboard works okay.
> The following is what I see with dmesg.
> usb 1-2.2: new low-speed USB device number 4 using ehci-omap
> input: CHESEN USB Keyboard as 
> /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input
> 0
> generic-usb 0003:0A81:0101.0001: input: USB HID v1.10 Keyboard [CHESEN 
> USB Keyboard] on usb-ehci-omap.0-2.2
> /input0
> input: CHESEN USB Keyboard as 
> /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-2/1-2.2/1-2.2:1.1/input/input
> 1
> generic-usb 0003:0A81:0101.0002: input: USB HID v1.10 Device [CHESEN 
> USB Keyboard] on usb-ehci-omap.0-2.2/i
> nput1
>
> The file /etc/formfactor/machconfig
> # Assume a USB mouse and touchscreen are connected
> HAVE_TOUCHSCREEN=0
> HAVE_KEYBOARD=1
> I chmod +x /etc/formfactor/config and /etc/formfactor/matchconfig
> Thanks in advance for any help
>
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 2846 bytes --]

      parent reply	other threads:[~2012-10-08  7:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-06 19:20 core-image-sato keyboard Edward Vidal
2012-10-07 21:27 ` Ross Burton
2012-10-08  7:41 ` Yi Zhao [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=507283C7.4060601@windriver.com \
    --to=yi.zhao@windriver.com \
    --cc=vidal.develone@gmail.com \
    --cc=yocto@yoctoproject.org \
    /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 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.