I have an embedded Qt application crosscompiled that runs on BeagleBone Black. It works Ok, but one thing- It doesnt accept keyboard input if i wont run in directly on BeagleBone Black preceeding with sudo
. This is a problem because:
- I cannot remote debug application and use connected keyboard, as it doesnt work,
- I cannot use keyboard when the app is in
rc.local
file to boot at startup (even thoughsudo
is used there).
This is critical for me at the moment and I cannot find solution to the problem for very long. I would really apreciate all help regarding this.
My /etc/enviroment
content is here:
QWS_MOUSE_PROTO=IntelliMouse:/dev/input/mouse0
QWS_KEYBOARD=LinuxInput:/dev/tty
TSLIB_CONFFILE=/etc/ts.conf
TSLIB_PLUGINDIR=/usr/lib/ts
Although I have tried many different configurations for QWS_KEYBOARD
. The keyboard I would like to use is /dev/input/event1
.