vi /etc/profile.d/qt5-env.sh
#define a new path for the font in qt5
export QT_QPA_FONTDIR=/usr/share/fonts/truetype
export XDG_RUNTIME_DIR="/tmp/runtime-root"
export QT_QPA_PLATFORM="linuxfb"
export QT_QPA_FB_TSLIB=1
export TSLIB_CONSOLEDEVICE=none
ifconfig eth1 192.168.11.6 netmask 255.255.255.0
insmod ~/gpio-capture.ko
sudo scp spidev_test3 root@192.168.11.6:/home/root/