說明文件

MA35D1 開機啟動位置

MA35D1 開機啟動位置

MA35D1 QT startup path


vi /etc/profile.d/qt5-env.sh

You can write that you want to auto execute command or script here.

Here, I setup a IP and a gpio driver when startup the A35.
#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

SCP a file test

sudo scp spidev_test3 root@192.168.11.6:/home/root/

comments powered by Disqus