Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Meego distribution

131 bytes added, 11:28, 31 December 2013
m
no edit summary
== How to get the Meego distribution ==
 
{{Message/Broken Links}}
MeeGo is an open source, Linux project which brings together the Moblin project, headed up by Intel, and Maemo, by Nokia, into a single open source activity. MeeGo integrates the experience and skills of two significant development ecosystems, versed in communications and computing technologies. The MeeGo project believes these two pillars form the technical foundations for next generation platforms and usages in the mobile and device platforms space.
$ mkdir meego && cd meego
Therefore the SGX/GLES libraries are vital to get this running, download the script named create_sgx_package.sh $ wget [http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head:/create_sgx_package.shcreate_sgx_package.sh]
Since the SGX drivers are partially TI closed source, you'll have to register and download the file OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin from [http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html TI's GFX SDK download page]. Then run $ chmod +x create_sgx_package.sh
$ ./create_sgx_package.sh
You can install the Codesourcery arm toolchain. Just download that package, unpack it somewhere and add the bin directory contained in this into your path environment variable and build the kernel.
To generate the uImage file at the end of the build process, the tool 'uboot-mkimage' is needed: $ sudo apt-get install uboot-mkimage  Clone the kernel GIT repository from git.myigepigep.com es and switch to latest development 2.6.33.y branch
$ git clone git://git.igep.es/pub/scm/linux-omap-2.6.git
$ cd linux-omap-2.6
$ cp arch/arm/boot/uImage /media/boot
$ sudo make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=/media/rootfs
 
= See also =
*[[How to get the Angstrom distribution]]
*[[How to get the Ubuntu distribution]]
*[[How to get the Linaro distribution]]
*[[How to get the Android distribution]]
*[[How to get the Poky Linux distribution]]
[[Category:Software distributions|Meego]]
4,199
edits