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

Hackers :: FAQ

Q: Do you need to reflash the ROM in order to use linux on the BE ?

A: There is no need to reflash the rom in your BE in order to run linux, it is completely non-destructive. The way we've set it up is using a CF card, which contains the bootloader and the kernel image. The bootloader is set to autorun on card insertion, so 10 seconds after you insert the CF card the BE is running Linux. When you do a reset, you get back to CE (and if you did not remove that CF card you're back to Linux another 10 seconds later). Our goal is to really make it a 'just press a button and it is done' experience. In the (not so near) future we will provide a simple tool and CF-images that can easily be put onto an empty CF card, for now there is still some (simple) manual work to do.

Q: Where do I start ?

A: If you're new to MIPS and/or Linux kernel development, check out the books page for information for some good reading.

First thing you need is the toolchain, in order to cross-compile the kernel for your MIPS BE300 on an i386 system:
if you're using Windows, look here http://www.linux4.be/~jal0/
if you're using Linux, look here http://www.linux4.be/hackers/toolchain.php

Then you need the kernel sources, available at http://www.linux4.be/hackers/kernel.php

You'll also need a ramdisk, see http://www.linux4.be/~jroark/howto/ramdisk.html

and finally the bootloader: http://www.linux4.be/hackers/bootloader.php You've still got a question, or even better, an answer ? Please let me know !
Filip@Linux4.BE

Last updated on $Date: 2002/11/23 23:46:53 $