Changes

How to get the Meego distribution

1,030 bytes added, 12:48, 2 August 2010
no edit summary
== Install kernel and kernel modules ==
FirstYou can install the Codesourcery arm toolchain. Just download that package, get latest kernel unpack it somewhere and add the bin directory contained in this into your path environment variable and build the kernel modules binaries from IGEP website.
Make sure to have the bazaar tool installed and then type, $ wget httpbzr branch lp:~beagleboard-kernel/+junk/downloads.igep.es/binaries/kernel/v22.6.33-stable $ cd 2.6-0/uImage-2stable In the resulting directory copy system.6sh.33sample to system.6-0sh and adjust the line specifying the compiler.binThen run the script $ wget http://downloads.igep.es/binaries/build_kernel This will download and build the kernel/v2.6.33.6-0/linux-omap-modules-2.6.33.6-0.tar The resulting kernel image is placed in the "deploy" directory.gz
Next, copy the kernel to the boot partition into the SD card
$ cp uImage-deploy/2.6.3334.61-0l2.bin uImage /media/boot/uImage
Finally, uncompress the kernel modules to the rootfs partition into the SD card
$ sudo tar xzf linuxdeploy/2.6.34.1-omapl2-modules.tar.gz -C /media/rootfs == Install SGX/GLES libraries == Download helper scripts from  $ bzr branch lp:~beagleboard-kernel/+junk/2.6-stable $ cd 2.336-stable 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.6bin from [http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html TI's GFX SDK download page]. $ ./create_sgx_package.sh When finished, uncompress the file GFX_3_01_00_06_libs.tar.gz and copy the files install-0SGX.sh and target_libs.tar.gz from this archive to your SD card. $ tar xzf GFX_3_01_00_06_libs.tar.gz $ sudo cp install-C SGX.sh target_libs.tar.gz /media/rootfs/root
[[Category:Software distributions|Meego]]
0
edits