Autostart Mechanism For User Applications - GARZ&FRICKE GUF-Yocto-34.0-r5756-0-VINCELL User Manual

Embedded computer systems
Table of Contents

Advertisement

GUF-Yocto-34.0-r5756-0
After finishing the wizard you should see the opened
You can now build and deploy the application by clicking the
or using the shortcut Ctrl-R. Now the Qt Creator builds your application and automatically deploys it to the device.
On the device, you should see an application showing
For further information on how to use Qt Creator and how to program Qt applications see the online Qt documen-
tation:
I
http://qt-project.org/doc/qtcreator-3.0/index.html
I
http://qt-project.org/doc/

7.5 Autostart mechanism for user applications

In order to make the target system start your application automatically during the boot process you have to create
a start/stop script in the
/etc/init.d
number of scripts for various services on your system. Each script will be run as a command of the following
form:
root@vincell:~# /etc/init.d/<COMMAND> <OPTION>
Where
COMMAND
is the actual command to run and
42
VINCELL
User Manual
¡
¡
Figure 11: Qt Creator kit selection
Figure 12: The first Qt Quick application in Qt Creator
directory. As described in chapter
main.qml
and the project files.
Run
button (the play button in the left bottom corner)
Hello World
now.
I
[
4.1
Services], this directory contains a
OPTION
can be one of the following:

Advertisement

Table of Contents
loading

Table of Contents