Open main menu

DAVE Developer's Wiki β

Changes

SDV04 Embedded Linux Kit (SDVX)

3 bytes added, 15:02, 5 September 2018
no edit summary
sdvx-qtcreator [target]
</pre>
where the target is '''ul''' for ''sdvx-ul'' or '''lite''' for ''sdvx-lite''
<pre class="board-terminal">
dvdk@ubuntu-xenial:~$ sdvx-qtcreator ul
Starting QtCreator for sdvx-ul
</pre>
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]].
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 Qml application with
<pre>
export QMLSCENE_DEVICE=softwarecontext
170
edits