srkn

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: BeagleBoneBlack QT building problem #3025
    srkn
    Participant

    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/env

    Second, 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/env

    in 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

Viewing 1 post (of 1 total)