Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

3,115 bytes added, 14:21, 20 June 2014
m
Use cases
For further details, please refer to the linux-am33x/Documentation/kernel-parameters.txt file of the kernel source tree provided with the DIVELK.
 
== Running QT applications ==
 
The root file system provided with the DIVELK (/home/dvdk/delk/rfs/tisdk on the DVDK virtual machine) contains a pre-built version (4.8.0) of the QT libraries:
 
<pre>
dvdk@dvdk-vm:~/delk/rfs/tisdk/usr/lib$ ll libQ*
....
....
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtCoreE.so.4 -> libQtCoreE.so.4.8.0*
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtCoreE.so.4.8 -> libQtCoreE.so.4.8.0*
-rwxr-xr-x 1 root root 3233396 Dec 16 2012 libQtCoreE.so.4.8.0*
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtDBusE.so.4 -> libQtDBusE.so.4.8.0*
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtDBusE.so.4.8 -> libQtDBusE.so.4.8.0*
-rwxr-xr-x 1 root root 497236 Dec 16 2012 libQtDBusE.so.4.8.0*
lrwxrwxrwx 1 root root 26 Dec 17 2012 libQtDeclarativeE.so.4 -> libQtDeclarativeE.so.4.8.0*
lrwxrwxrwx 1 root root 26 Dec 17 2012 libQtDeclarativeE.so.4.8 -> libQtDeclarativeE.so.4.8.0*
-rwxr-xr-x 1 root root 3850720 Dec 16 2012 libQtDeclarativeE.so.4.8.0*
lrwxrwxrwx 1 root root 33 Dec 17 2012 libQtDesignerComponentsE.so.4 -> libQtDesignerComponentsE.so.4.8.0*
lrwxrwxrwx 1 root root 33 Dec 17 2012 libQtDesignerComponentsE.so.4.8 -> libQtDesignerComponentsE.so.4.8.0*
-rwxr-xr-x 1 root root 3012324 Dec 16 2012 libQtDesignerComponentsE.so.4.8.0*
lrwxrwxrwx 1 root root 23 Dec 17 2012 libQtDesignerE.so.4 -> libQtDesignerE.so.4.8.0*
lrwxrwxrwx 1 root root 23 Dec 17 2012 libQtDesignerE.so.4.8 -> libQtDesignerE.so.4.8.0*
-rwxr-xr-x 1 root root 5246140 Dec 16 2012 libQtDesignerE.so.4.8.0*
lrwxrwxrwx 1 root root 18 Dec 17 2012 libQtGuiE.so.4 -> libQtGuiE.so.4.8.0*
lrwxrwxrwx 1 root root 18 Dec 17 2012 libQtGuiE.so.4.8 -> libQtGuiE.so.4.8.0*
-rwxr-xr-x 1 root root 9852452 Dec 16 2012 libQtGuiE.so.4.8.0*
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtHelpE.so.4 -> libQtHelpE.so.4.8.0*
lrwxrwxrwx 1 root root 19 Dec 17 2012 libQtHelpE.so.4.8 -> libQtHelpE.so.4.8.0*
-rwxr-xr-x 1 root root 523292 Dec 16 2012 libQtHelpE.so.4.8.0*
...
...
...
dvdk@dvdk-vm:~/delk/rfs/tisdk/usr/lib
</pre>
 
The root file system also provides a lot of pre-built demos and examples (with the related source code and project files), contained in the following directories:
 
* /home/dvdk/delk/rfs/tisdk/usr/bin/qtopia/demos
* /home/dvdk/delk/rfs/tisdk/usr/bin/qtopia/examples
 
The Matrix-Gui application (http://processors.wiki.ti.com/index.php/Matrix_Users_Guide) that launched automatically after DIVELK startup is based on QT and can directly show some demos (simply touching the QT icon). Moreover, additional examples can be launched, for example the "calculator" QML demo:
 
<pre>
/etc/init.d/matrix-gui-2.0 stop
cd /usr/bin/qtopia/demos/declarative/calculator
./calculator -qws
</pre>
 
For additional information, please refer to the following pages:
 
* http://processors.wiki.ti.com/index.php/Category:Qt
* http://processors.wiki.ti.com/index.php/Qt_Tips
* http://processors.wiki.ti.com/index.php/Using_Qt_4.7
* http://processors.wiki.ti.com/index.php/Building_Qt
* http://qt-project.org/doc/qt-5/gettingstarted.html
= Application notes =