Changes

Jump to: navigation, search

SDV04 Embedded Linux Kit (SDVX)

8 bytes added, 13:30, 24 September 2018
Getting Started With QT Creator
To build your first application, start the QtCreator from the command line with the following command:
 
<pre>
sdvx-qtcreator [target]
</pre>
 
where the target is '''ul''' for ''sdvx-ul'' or '''lite''' for ''sdvx-lite''
 
<pre class="workstation-terminal">
dvdk@ubuntu-xenial:~$ sdvx-qtcreator ul
Starting QtCreator for sdvx-ul
</pre>
 
 
{{ImportantMessage|text=It is important to start QtCreator with the above script each time you close it}}
This command will take care of sourcing the correct environment for the target device. After that, one can follow this guide to compile and debug the[[XELK-AN-004: Getting Started With QT Creator#Qt application example| Qt application example]]. You should probably want to change the '''ip-address''' of your kit as explained [[XELK-AN-004: Getting Started With QT Creator#Devices | here]]
 ==== Sdvx-lite SDVX Lite ====
If the target device is '''sdvx-lite''', the command line arguments are
</pre>
==== Sdvx-ul SDVX UL ====
If the target device is '''sdvx-ul''', the command line arguments are
<pre>
Moreover, if one intends to build '''Qml''' application for the '''sdvx-ul''' board, it is necessary to start the Qml application with
 
<pre>
export QMLSCENE_DEVICE=softwarecontext
</pre>
 
For example, to start the '''Qt5 Cinematic Experience''' application that is installed inside the
devel RFS it is necessary to run:
8,154
edits

Navigation menu