Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to compile your Kernel Gentoo 2.6.16 for Cobalt Raq550
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
toysoft
n00b
n00b


Joined: 20 Jun 2006
Posts: 17
Location: Switzerland

PostPosted: Mon Jun 26, 2006 7:25 pm    Post subject: How to compile your Kernel Gentoo 2.6.16 for Cobalt Raq550 Reply with quote

Compile a kernel 2.6.16 for your Cobalt Raq.

Get a .config file on /usr/src/linux/ directory

Download the patches :

wget ftp://www.404ster.com/pub/gentoo-stuff/patches/cobalt-kernel-2.6.x/linux-cobalt-2.6.16.2006032101.illogical.patch

wget ftp://www.404ster.com/pub/gentoo-stuff/patches/e100/e100-ignore_csum.2.6.12-gentoo-r6.2005073001.illogical.patch

Then having them on your /usr/src/linux/

# patch -p1 < [patch]

patch -p1 < e100-ignore_csum.2.6.12-gentoo-r6.2005073001.illogical.patch
patch -p1 < linux-cobalt-2.6.16.2006032101.illogical.patch

Then compile your code

# make vmlinux modules modules_install
# strip vmlinux
# bzip2 vmlinux
# cp vmlinux.bz2 /boot/

That should be all !

Jan
Back to top
View user's profile Send private message
toysoft
n00b
n00b


Joined: 20 Jun 2006
Posts: 17
Location: Switzerland

PostPosted: Tue Jun 27, 2006 12:54 pm    Post subject: Addon : How to get Kernel sources ? Reply with quote

How to download the Gentoo sources ?

cd /usr/portage/sys-kernel

then emerge gentoo-sources

You should get all downloaded on your src directory (/usr/src/)

Just to help to get all for kernel compilation ;o)

Jan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum