[yocto] core-image-sato keyboard

Yi Zhao yi.zhao at windriver.com
Mon Oct 8 00:41:59 PDT 2012


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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20121008/d80c12e8/attachment.html>


More information about the yocto mailing list