TIBeagleBoard: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== Qt on the BeagleBoard / BeagleBoard-xM ==
== Qt on the BeagleBoard / BeagleBoard-xM ==


'''Hardware Specs'''<br />|''. | '''BeagleBoard'''|''. '''BeagleBoard-xM'''|<br />|Architecture|'''ARMv7'''||<br />|RAM|256MB|512MB|<br />|OpenGL|OpenGL ES 2.0||<br />|Qt 5.0 (eglfs/QPA)|with OpenGL ES 2.0||
'''Hardware Specs'''
|''. | '''BeagleBoard'''|''. '''BeagleBoard-xM'''|
|Architecture|'''ARMv7'''||
|RAM|256MB|512MB|
|OpenGL|OpenGL ES 2.0||
|Qt 5.0 (eglfs/QPA)|with OpenGL ES 2.0||


== Device Information / Hardware ==
== Device Information / Hardware ==
Line 13: Line 18:
Texas Instruments provides the Linux Digital Video Software Development Kit (DVSDK). You can download it from [http://www.ti.com/tool/linuxdvsdk-omap3530] (registration required).
Texas Instruments provides the Linux Digital Video Software Development Kit (DVSDK). You can download it from [http://www.ti.com/tool/linuxdvsdk-omap3530] (registration required).


Or you can use &quot;Ångström&amp;quot;:http://www.angstrom-distribution.org/. If you would like to build Ångström environment by yourself, you should build &quot;&lt;tt&amp;gt;libgles-omap3&amp;lt;/tt&amp;gt;&quot; package for OpenGL ES. If you would like to download the SDK from online builder ( &quot;Narcissus&amp;quot;:http://narcissus.angstrom-distribution.org), you should check &quot;&lt;tt&amp;gt;PowerVR SGX drivers for OMAP3&amp;lt;/tt&amp;gt;&quot;.
Or you can use "Ångström":http://www.angstrom-distribution.org/. If you would like to build Ångström environment by yourself, you should build "<tt>libgles-omap3</tt>" package for OpenGL ES. If you would like to download the SDK from online builder ( "Narcissus":http://narcissus.angstrom-distribution.org), you should check "<tt>PowerVR SGX drivers for OMAP3</tt>".


== Preparing environments for Qt ==
== Preparing environments for Qt ==
Line 21: Line 26:
=== Building Ångström ===
=== Building Ångström ===


Please see also &quot;Building Ångström&amp;quot;:http://www.angstrom-distribution.org/building-angstrom.
Please see also "Building Ångström":http://www.angstrom-distribution.org/building-angstrom.


<code><br />$ git clone git://github.com/Angstrom-distribution/setup-scripts.git<br />$ cd setup-scripts<br />$ MACHINEh1.beagleboard ./oebb.sh config beagleboard<br />$ MACHINEh1.beagleboard ./oebb.sh update<br />$ MACHINEh1.beagleboard ./oebb.sh bitbake virtual/kernel<br />$ MACHINEh1.beagleboard ./oebb.sh bitbake console-image<br />$ MACHINEh1.beagleboard ./oebb.sh bitbake libgles-omap3<br /></code>
<code>
$ git clone git://github.com/Angstrom-distribution/setup-scripts.git
$ cd setup-scripts
$ MACHINEh1.beagleboard ./oebb.sh config beagleboard
$ MACHINEh1.beagleboard ./oebb.sh update
$ MACHINEh1.beagleboard ./oebb.sh bitbake virtual/kernel
$ MACHINEh1.beagleboard ./oebb.sh bitbake console-image
$ MACHINEh1.beagleboard ./oebb.sh bitbake libgles-omap3
</code>


PATH of toolchain is build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
PATH of toolchain is build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi
Line 31: Line 44:
It's tested using below repositories.
It's tested using below repositories.


'''Tested Repositories'''<br />|''. '''Repository''' |''. '''Branch:Revision'''|<br />| setup-scripts | master:4ac1e500a77eeb418195d11a1d3740e21190c291|<br />| meta-angstrom | master:51ba0dd081af1d7de56ffc9fb318044bc3c7c47e|<br />| meta-initramfs | master:5b3974ed483418b206678acca7414b81bcf749a7|<br />| meta-opie | master:efa3892b20a4ef80274e56e5633ebd62c16f9731|<br />| meta-java | master:e90110b85733f9cdda26861bc29588257173c11c|<br />| meta-ti | master:ed29286f2b16b48206ba788f790c1082c7724bb0|<br />| meta-efikamx | master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d|<br />| meta-nslu2 | master:3d9fc951b05b4df476374b6fc3085ebac7f293ee|<br />| meta-palm | master:947bcbbb3214fdc5f51962a84587600933a75be6|<br />| meta-handheld | master:fa1e6dcb524eb7ed29a6cd971a150d35c31e96e7|<br />| meta-n450 | master:d9132cc66316be45f44beeea6eba734bb3ab337d|<br />| meta | master:d7b8c247227f3cc82f92292407f548927e9fde78|
'''Tested Repositories'''
|''. '''Repository''' |''. '''Branch:Revision'''|
| setup-scripts | master:4ac1e500a77eeb418195d11a1d3740e21190c291|
| meta-angstrom | master:51ba0dd081af1d7de56ffc9fb318044bc3c7c47e|
| meta-initramfs | master:5b3974ed483418b206678acca7414b81bcf749a7|
| meta-opie | master:efa3892b20a4ef80274e56e5633ebd62c16f9731|
| meta-java | master:e90110b85733f9cdda26861bc29588257173c11c|
| meta-ti | master:ed29286f2b16b48206ba788f790c1082c7724bb0|
| meta-efikamx | master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d|
| meta-nslu2 | master:3d9fc951b05b4df476374b6fc3085ebac7f293ee|
| meta-palm | master:947bcbbb3214fdc5f51962a84587600933a75be6|
| meta-handheld | master:fa1e6dcb524eb7ed29a6cd971a150d35c31e96e7|
| meta-n450 | master:d9132cc66316be45f44beeea6eba734bb3ab337d|
| meta | master:d7b8c247227f3cc82f92292407f548927e9fde78|


=== Using Narcissus(Online Builder) ===
=== Using Narcissus(Online Builder) ===


* Visit to http://narcissus.angstrom-distribution.org.<br />* Select Options. (ex.)<br />'''Base settings:<br />'''; Select the machine you want to build your rootfs image for : &quot;beagleboard&amp;quot;<br />''''''; Choose the complexity of the options below. : &quot;advanced&amp;quot;<br />'''Advanced settings:<br />'''; Select the release you want to base your rootfs image on. : &quot;2011.03&amp;quot;<br />'''; SDK type: &quot;full SDK for generated filesystem&amp;quot;<br />'''; User environment selection: &quot;Console only&amp;quot;<br />'''Additional packages selection:<br />'''; Texas Instruments OMAP3x/AM3x family:<br />'''* Bootloader Files (x-load/u-boot/scripts)<br />'''* PowerVR SGX drivers for OMAP3<br />* Click &quot;Build me!&quot;<br />* Download the SDK and rootfs archives.<br />* extract SDK archive to /
* Visit to http://narcissus.angstrom-distribution.org.
* Select Options. (ex.)
'''Base settings:
'''; Select the machine you want to build your rootfs image for : "beagleboard"
''''''; Choose the complexity of the options below. : "advanced"
'''Advanced settings:
'''; Select the release you want to base your rootfs image on. : "2011.03"
'''; SDK type: "full SDK for generated filesystem"
'''; User environment selection: "Console only"
'''Additional packages selection:
'''; Texas Instruments OMAP3x/AM3x family:
'''* Bootloader Files (x-load/u-boot/scripts)
'''* PowerVR SGX drivers for OMAP3
* Click "Build me!"
* Download the SDK and rootfs archives.
* extract SDK archive to /


<code><br />$ tar zxvf Angstrom-2012.03-narcissus-beagleboard-i686-random-f386277f-image-sdk.tar.gz -C /<br /></code>
<code>
$ tar zxvf Angstrom-2012.03-narcissus-beagleboard-i686-random-f386277f-image-sdk.tar.gz -C /
</code>


PATH of toolchain is /usr/local/angstrom/arm/bin/
PATH of toolchain is /usr/local/angstrom/arm/bin/
Line 47: Line 90:
=== Preparing mkspecs ===
=== Preparing mkspecs ===


<code><br />$ git clone git://gitorious.org/qt-platform-mkspecs/qt-platform-mkspecs.git<br />$ cp -r qt-platform-mkspecs/5.0/linux-omap3430-g+''/ &lt;qtbase&amp;gt;/mkspecs/<br /></code><br />Adjust the '''qmake.conf''' of the *linux-omap3430-g* mkspec to fit your crosscompiler toolchain and sysroot.
<code>
<br />h3. Building Qt  
$ git clone git://gitorious.org/qt-platform-mkspecs/qt-platform-mkspecs.git
<br />This will build everything in-source, if you want to build out-of-source execute '''configure''' and '''qmake''' for additional modules from within a separate empty folder.
$ cp -r qt-platform-mkspecs/5.0/linux-omap3430-g+''/ <qtbase>/mkspecs/
<br />h4. qtbase  
</code>
<br /><code><br />$ cd &lt;qtbase&amp;gt;<br />$ ./configure -prefix &lt;your prefix&amp;gt; -release -make libs -xplatform linux-omap3430-g''+  -opengl es2 -no-xcb<br />$ make install<br />$ make install -C src/plugins/platforms/eglfs<br /></code>
Adjust the '''qmake.conf''' of the *linux-omap3430-g* mkspec to fit your crosscompiler toolchain and sysroot.
 
h3. Building Qt  
 
This will build everything in-source, if you want to build out-of-source execute '''configure''' and '''qmake''' for additional modules from within a separate empty folder.
 
h4. qtbase  
 
<code>
$ cd <qtbase>
$ ./configure -prefix <your prefix> -release -make libs -xplatform linux-omap3430-g''+  -opengl es2 -no-xcb
$ make install
$ make install -C src/plugins/platforms/eglfs
</code>


==== qtjsbackend ====
==== qtjsbackend ====


<code><br />$ &lt;your prefix&amp;gt;/bin/qmake<br />$ make<br />$ make install<br /></code>
<code>
$ <your prefix>/bin/qmake
$ make
$ make install
</code>


==== qtdeclarative ====
==== qtdeclarative ====


<code><br />$ &lt;your prefix&amp;gt;/bin/qmake<br />$ make<br />$ make install<br /></code>
<code>
$ <your prefix>/bin/qmake
$ make
$ make install
</code>

Revision as of 09:23, 25 February 2015


Qt on the BeagleBoard / BeagleBoard-xM

Hardware Specs |. | BeagleBoard|. BeagleBoard-xM| |Architecture|ARMv7|| |RAM|256MB|512MB| |OpenGL|OpenGL ES 2.0|| |Qt 5.0 (eglfs/QPA)|with OpenGL ES 2.0||

Device Information / Hardware

The BeagleBoard is an OMAP3530 platform for Open Source Community.

Software provided by Texas Instruments

Texas Instruments provides the Linux Digital Video Software Development Kit (DVSDK). You can download it from [1] (registration required).

Or you can use "Ångström":http://www.angstrom-distribution.org/. If you would like to build Ångström environment by yourself, you should build "libgles-omap3" package for OpenGL ES. If you would like to download the SDK from online builder ( "Narcissus":http://narcissus.angstrom-distribution.org), you should check "PowerVR SGX drivers for OMAP3".

Preparing environments for Qt

Both of Building Ångström and Using Narcissus are tested on March 20, 2012 on Ubuntu 10.04.

Building Ångström

Please see also "Building Ångström":http://www.angstrom-distribution.org/building-angstrom.

$ git clone git://github.com/Angstrom-distribution/setup-scripts.git
$ cd setup-scripts
$ MACHINEh1.beagleboard ./oebb.sh config beagleboard
$ MACHINEh1.beagleboard ./oebb.sh update
$ MACHINEh1.beagleboard ./oebb.sh bitbake virtual/kernel
$ MACHINEh1.beagleboard ./oebb.sh bitbake console-image
$ MACHINEh1.beagleboard ./oebb.sh bitbake libgles-omap3

PATH of toolchain is build/tmp-angstrom_2010_x-eglibc/sysroots/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi

PATH of sysroot is build/tmp-angstrom_2010_x-eglibc/sysroots/beagleboard/

It's tested using below repositories.

Tested Repositories |. Repository |. Branch:Revision| | setup-scripts | master:4ac1e500a77eeb418195d11a1d3740e21190c291| | meta-angstrom | master:51ba0dd081af1d7de56ffc9fb318044bc3c7c47e| | meta-initramfs | master:5b3974ed483418b206678acca7414b81bcf749a7| | meta-opie | master:efa3892b20a4ef80274e56e5633ebd62c16f9731| | meta-java | master:e90110b85733f9cdda26861bc29588257173c11c| | meta-ti | master:ed29286f2b16b48206ba788f790c1082c7724bb0| | meta-efikamx | master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d| | meta-nslu2 | master:3d9fc951b05b4df476374b6fc3085ebac7f293ee| | meta-palm | master:947bcbbb3214fdc5f51962a84587600933a75be6| | meta-handheld | master:fa1e6dcb524eb7ed29a6cd971a150d35c31e96e7| | meta-n450 | master:d9132cc66316be45f44beeea6eba734bb3ab337d| | meta | master:d7b8c247227f3cc82f92292407f548927e9fde78|

Using Narcissus(Online Builder)

Base settings: ; Select the machine you want to build your rootfs image for : "beagleboard" '; Choose the complexity of the options below. : "advanced" Advanced settings: ; Select the release you want to base your rootfs image on. : "2011.03" ; SDK type: "full SDK for generated filesystem" ; User environment selection: "Console only" Additional packages selection: ; Texas Instruments OMAP3x/AM3x family: * Bootloader Files (x-load/u-boot/scripts) * PowerVR SGX drivers for OMAP3

  • Click "Build me!"
  • Download the SDK and rootfs archives.
  • extract SDK archive to /
$ tar zxvf Angstrom-2012.03-narcissus-beagleboard-i686-random-f386277f-image-sdk.tar.gz -C /

PATH of toolchain is /usr/local/angstrom/arm/bin/

PATH of sysroot is /usr/local/angstrom/arm/

Qt5 eglfs/QPA

Preparing mkspecs

$ git clone git://gitorious.org/qt-platform-mkspecs/qt-platform-mkspecs.git
$ cp -r qt-platform-mkspecs/5.0/linux-omap3430-g+''/ <qtbase>/mkspecs/

Adjust the qmake.conf of the *linux-omap3430-g* mkspec to fit your crosscompiler toolchain and sysroot.

h3. Building Qt

This will build everything in-source, if you want to build out-of-source execute configure and qmake for additional modules from within a separate empty folder.

h4. qtbase

$ cd <qtbase>
$ ./configure -prefix <your prefix>  -release -make libs -xplatform linux-omap3430-g''+  -opengl es2 -no-xcb
$ make install
$ make install -C src/plugins/platforms/eglfs

qtjsbackend

$ <your prefix>/bin/qmake
$ make
$ make install

qtdeclarative

$ <your prefix>/bin/qmake
$ make
$ make install