Forum Replies Created
-
AuthorPosts
-
srknParticipant
Hello bazis,
Thanks for your quick reply. As you said, I checked environment variables. if I did correctly, I couldnt find any solution.this is my steps.
First, My beaglebone black is in console screen, than I use env command using smartty
this is the output of env
TERM=xterm
SHELL=/bin/sh
SSH_TTY=/dev/pts/0
USER=root
QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
PWD=/home/root
EDITOR=/bin/vi
NODE_PATH=/usr/lib/node_modules
PS1=u@h:w$
SHLVL=1
HOME=/home/root
LOGNAME=root
SSH_CONNECTION=192.168.7.1 6875 192.168.7.2 22
TSLIB_TSDEVICE=/dev/input/touchscreen0
DISPLAY=localhost:10.0
_=/usr/bin/envSecond, beaglebone is running app while debugging, than I use env command using smartty (now touchscreen is working)
this is the output of env
TERM=xterm
SHELL=/bin/sh
SSH_TTY=/dev/pts/0
USER=root
QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
PWD=/home/root
EDITOR=/bin/vi
NODE_PATH=/usr/lib/node_modules
PS1=u@h:w$
SHLVL=1
HOME=/home/root
LOGNAME=root
SSH_CONNECTION=192.168.7.1 6846 192.168.7.2 22
TSLIB_TSDEVICE=/dev/input/touchscreen0
DISPLAY=localhost:10.0
_=/usr/bin/envin the end, beaglebone is running the app after building, than I use env command using smartty (touchscreen doesnt work)
this is the output of env
TERM=xterm
SHELL=/bin/sh
SSH_TTY=/dev/pts/1
USER=root
QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
PWD=/home/root
EDITOR=/bin/vi
NODE_PATH=/usr/lib/node_modules
PS1=u@h:w$
SHLVL=1
HOME=/home/root
LOGNAME=root
SSH_CONNECTION=192.168.7.1 6875 192.168.7.2 22
TSLIB_TSDEVICE=/dev/input/touchscreen0
DISPLAY=localhost:11.0
_=/usr/bin/env -
AuthorPosts