Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Ubuntu distribution

610 bytes added, 10:35, 21 October 2010
Tips and tricks
==== Tips and tricks ====
 
===== How to cross build ubuntu maverick kernel from sources =====
 
Create a script for setting the environment
echo "Setting environment for armel cross-compile"
export ARCH=arm
export CROSS_COMPILE=arm-none-linux-gnueabi-
export PATH=<path to cross compiler>:$PATH (set the correct path to cross compiler)
export DEB_BUILD_ARCH=armel
export DEB_HOST_ARCH=armel
 
Clone the ubuntu maverick repository
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-maverick.git
cd ubuntu-maverick
 
Setup the environment and run ...
source armconfig
fakeroot debiar/rules clean
fakeroot debian/rules binary-omap
=== Ubuntu 9.04 (Jaunty Jackalope) ===
0
edits