Difference between revisions of "Qtopia platform howto"

From Gumstix User Wiki
Jump to: navigation, search
(remove spam)
 
Line 1: Line 1:
----
+
we need qtopia to find the compiler (symlinks & path)
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
+
----
+
=[http://awuhodynaro.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
+
----
+
=[http://awuhodynaro.co.cc CLICK HERE]=
+
----
+
</div>
+
we need qtopia to find the compiler (symlinks &amp; path)
+
  
 
   $ cd path-to/gumstix-oe/tmp/cross/bin ; for f in arm-angstrom-linux-gnueabi-*; do n=$(echo $f|cut -b 28-); ln -s $f arm-linux-$n; done
 
   $ cd path-to/gumstix-oe/tmp/cross/bin ; for f in arm-angstrom-linux-gnueabi-*; do n=$(echo $f|cut -b 28-); ln -s $f arm-linux-$n; done
Line 46: Line 38:
 
    
 
    
  
set variables for qtopia &amp; run
+
set variables for qtopia & run
  
 
   $ export QWS_MOUSE_PROTO='LinuxTP:/dev/input/touchscreen0'
 
   $ export QWS_MOUSE_PROTO='LinuxTP:/dev/input/touchscreen0'
   $ /qtopia/bin/qpe -qws &amp;  
+
   $ /qtopia/bin/qpe -qws &   
  
  
 
calibrate touchscreen
 
calibrate touchscreen
  
   $ /qtopia/bin/qcop service send Launcher &quot;execute(QString)&quot; &quot;calibrate&quot; &amp;
+
   $ /qtopia/bin/qcop service send Launcher "execute(QString)" "calibrate" &
  
  

Latest revision as of 16:36, 23 November 2010

we need qtopia to find the compiler (symlinks & path)

 $ cd path-to/gumstix-oe/tmp/cross/bin ; for f in arm-angstrom-linux-gnueabi-*; do n=$(echo $f|cut -b 28-); ln -s $f arm-linux-$n; done
 $ PATH=$PATH:path-to/gumstix-oe/tmp/cross/bin/ ; export PATH


download and unpack

 $ wget ftp://ftp.trolltech.com/qtopia/source/qtopia-opensource-src-4.3.1.tar.gz
 $ tar xfzv qtopia-opensource-src-4.3.1.tar.gz


configure, make and make install

 $ mkdir qtopia-platform ; cd qtopia-platform
 $ ../qtopia-opensource-4.3.1/configure -separate-debug-info -little-endian -edition platform -xplatform arm -arch arm -no-telephony -prefix /qtopia 
 $ make ; make install


tar image and move it to gumstix

 $ cd image ; tar cfv ~/qtopia-platform.tar .
 gumstix: $ mkdir /media/cf/qtopia ; tar xvf qtopia-platform.tar -C /media/cf/qtopia ; ln -s /media/cf/qtopia/ /qtopia


qtopia needs libstdc++, move it to your gumstix's /lib or somewhere it can be found

 $ cd path-to/gumstix-oe/tmp/staging/arm-angstrom-linux-gnueabi/lib/
 $ tar cfv ~/libstdc++.tar libstdc++.so*
 libstdc++.so
 libstdc++.so.6
 libstdc++.so.6.0.8
 gumstix: $ tar xvf libstdc++.tar -C /lib


set variables for qtopia & run

 $ export QWS_MOUSE_PROTO='LinuxTP:/dev/input/touchscreen0'
 $ /qtopia/bin/qpe -qws &  


calibrate touchscreen

 $ /qtopia/bin/qcop service send Launcher "execute(QString)" "calibrate" &




incomplete touchscreen and keyboard not working. mouse works