Part Number: AM3351
Tool/software: Linux
i created and enable service file, it was started i got log message( [ OK ] Started SystemConsoleApplication. )
but i dint get my qt app & hellow world log.
please check below process.
vi /lib/systemd/system/sysconsole_app.service
[Unit]
Description=SystemConsoleApplication
Before=serial-getty@ttyO2.service
[Service]
ExecStart=/bin/sh /home/root/sysconsole_app.sh
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target
vi /home/root/sysconsole_app.sh
echo Hello World!
/home/Colors -platform linuxfb:/dev/fb0 http://localhost:80 &
chmod 644 /lib/systemd/system/sysconsole_app.service
chmod 755 /etc/init.d/1sysconsole_app.sh
systemctl daemon-reload
systemctl enable sysconsole_app.service