Other Parts Discussed in Thread: PMP
Tool/software: Linux
Hi,
using latest Linux SDK 4.2.0.9
root@am57xx-evm:/var/log# cat weston.log
Date: 2017-12-23 UTC
[13:46:20.936] weston 1.11.0
http://wayland.freedesktop.org
Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&versi0
Build: 1.10.93-2-g2d825ed configure.ac: bump to version 1.11.0 for the official release (2016-05-)
[13:46:20.936] OS: Linux, 4.9.59-ga75d8e9305, #2 SMP PREEMPT Sat Dec 23 10:02:24 EST 2017, armv7l
[13:46:20.938] Using config file '/etc//weston.ini'
[13:46:20.944] Output repaint window is 7 ms maximum.
[13:46:20.957] Loading module '/usr/lib/weston/drm-backend.so'
[13:46:21.007] initializing drm backend
[13:46:21.055] using /dev/dri/card0
[13:46:21.062] Loading module '/usr/lib/weston/gl-renderer.so'
failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory
failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory
loaded module : gbm_pvr.so
found valid GBM backend : gbm_pvr.so
[13:46:21.190] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eg.
[13:46:21.212] warning: EGL_EXT_buffer_age not supported. Performance could be affected.
[13:46:21.212] Retrieving EGL client extension string failed.
[13:46:21.213] warning: no input devices on entering Weston. Possible causes:
- no permissions to read /dev/input/event*
- seats misconfigured (Weston backend option 'seat', udev device property ID_SEAT)
[13:46:21.213] failed to create input devices
[13:46:21.317] fatal: failed to create compositor backend
Interestingly on dmesg |tail I was expecting a mouse enumeration when plugging it into the USB Host port. But nothing. I bet on the IDK if the enumeration worked, weston would work too.
This is all I got on USB
root@am57xx-evm:/var/log# dmesg |grep USB
[ 0.631470] LDOUSB: supplied by VMAIN
[ 12.618525] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 12.620431] hub 1-0:1.0: USB hub found
[ 12.620744] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 12.636406] hub 2-0:1.0: USB hub found
root@am57xx-evm:/var/log# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Plugging the mouse in won't change anything. Maybe should I try with powered USB hub and mouse plugged into that?
Regards,
--Gunter