Hackers
overview
some books
FAQ
Bootloader
Toolchain
Kernel
Ramdisk
Hardware
MemoryMap
IRC Logs
CVS
 

Hackers :: Kernel

Kernels For Cassiopeia BE300

For the latest (unstable !) 2.6.x kernels

Get a 'clean' sourcetree from linux-mips.org :
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs login
(Only needed the first time you use anonymous CVS, the password is "cvs")
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs co linux 
Next get our patched files from CVS and copy them over the above:
# Login into CVS tree:
cvs -d:pserver:anonymous@cvs.linux4.be:/cvsroot login
# Press "Return" when prompted for password. You only need to do this once on any machine.
# Check out a copy of the tree:
cvs -z3 -d:pserver:anonymous@cvs.linux4.be:/cvsroot co linux/kernel-unstable-2.6.x

Now your ready to compile the kernel:
  cp config_be300d .config
  make

WARNING: all information below this line is old, probably still ok for the 2.4.x kernels but no longer updated !
Kernel 2.4.18 with serial debug and framebuffer support: vmlinux Use the bootloader to get it started.

Patches for the BE300 kernel
If you did not yet get a clean version of the sources, make sure to get a stable starting point by clicking here
You can get the latest specific BE300 files from the Linux4BE CVS server:
Login into CVS tree.
cvs -d:pserver:anonymous@cvs.linux4.be:/cvsroot login

Press "Return" when prompted for password. You only need to do this once on any machine.
Check out a copy of the tree.
cvs -z3 -d:pserver:anonymous@cvs.linux4.be:/cvsroot co linux/kernel

Now copy those files over your existing sourcetree, and you're ready to build:
make mrproper ; cp config_be300 .config ; make oldconfig dep clean ; make

(click here for instructions on getting a 'clean' sourcetree.)

Kernels For Cassiopeia E100
Linux version 2.4.18-mips (gzipped, size 782.686 bytes) Version that uses CF root-disk, no framebuffer support (needs serial cable to connect)

Example bootmessage
Click here for an example of a bootmessage from a BE300)
Click here for an example of a bootmessage from an E100

Last updated on $Date: 2004/09/02 09:15:49 $