Changes

How to get the Meego distribution

15 bytes added, 15:05, 3 August 2010
use kernel from IGEP repositories instead of ubuntu kernel because in this kernel the display is missing
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.
Make sure to have Clone the bazaar tool installed kernel GIT repository from git.myigep.com and then type,switch to latest development 2.6.33.y branch $ bzr branch lpgit clone git:~beagleboard-kernel/+junk/git.igep.es/pub/scm/linux-omap-2.6.git $ cd linux-stableomap-2.6 $ cd git checkout origin/linux-2.6.33.y linux-stable2.6.33.y
In the resulting directory copy system.sh.sample to system.sh and adjust the line specifying the compiler. Then run the script $ ./build_kernelbuild with
This will download and build the kernel. $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- igep0020_defconfig $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
The resulting kernel image is placed result will be an uImage file in the "deploy" arch/arm/boot directory.  Next, copy You can install the kernel modules to the boot partition into the SD cardyour target rootfs $ cp deployarch/arm/boot/2.6.34.1-l2.uImage /media/boot/uImage Finally, uncompress the kernel modules to the rootfs partition into the SD card $ sudo tar xzf deploy/2.6.34.1make ARCH=arm CROSS_COMPILE=arm-none-l2linux-modules.tar.gz gnueabi-C modules_install INSTALL_MOD_PATH=/media/rootfs
== Install SGX/GLES libraries ==
0
edits