Open main menu

DAVE Developer's Wiki β

Changes

SDV04 Embedded Linux Kit (SDVX)

658 bytes added, 15:00, 5 September 2018
Getting Started With QT Creator
[[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>-platform linuxfb:fb=/dev/fb0</pre> Instead of <pre>-platform eglfs</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: <pre class="board-terminal">root@sdvx-ul:~# export QMLSCENE_DEVICE=softwarecontextroot@sdvx-ul:~# Qt5_CinematicExperience -platform linuxfb:fb=/dev/fb0libpng warning: iCCP: known incorrect sRGB profile </pre>
170
edits