view www/index.html @ 680:924527b0b454

Fix ppc bios, this is the one from qemu svn 6657.
author Rob Landley <rob@landley.net>
date Mon, 30 Mar 2009 04:50:02 -0500
parents e85e59bd76aa
children 55a526672f43
line wrap: on
line source

<!--#include file="header.html" -->

<h2><a href=news.html>News: New mailing list location Dec 16, 2008</a></h2>

<b><h1><a href=documentation.html>What is Firmware Linux?</a></h1></b>

<blockquote>
<p>Firmware Linux is an embedded Linux build system, designed to eliminate
the need for cross compiling.</p>

<p>The build system is a series of bash scripts which create a small native
Linux development environment for each target, runnable on real hardware or
under emulators such as <a href=http://qemu.org>QEMU</a>.</p>

<p>Currently supported targets include arm, mips, powerpc, and x86, x86-64.
Partial support is available for sparc, sh4, and m68k.</p>

<p>For more information, see <a href=documentation.html>the documentation
page</a>.</p>
</blockquote>

<b><h1><a href=downloads>Downloading Firmware Linux</a></h1></b>

<blockquote>
<b><h2><a href=downloads>Source Code</a></h2></b>
<p>The current source tarball is
<a href=downloads/firmware-0.9.5.tar.bz2>Firmware Linux version 0.9.5</a>.
This is the series of shell scripts you run to create the various binary
images.  See the <a href=downloads/README>README</a> for usage instructions,
and the <a href=news.html>release notes</a>.</p>

<p>Several <a href=downloads/binaries>prebuilt binary images</a>
are available, based on the current Firmware Linux release.</p>

<b><h2><a href=downloads/binaries/system-image>System Images</a></h2></b>

<p>System images provide a complete native development environment, based
on seven packages: Linux, uClibc, BusyBox, binutils, gcc, make, and bash.
(The build also uses the toybox, genext2fs, uClibc++, and distcc packages, but
does not depend on them to achieve a self-hosting OS image.)</p>

<p>System image tarballs contain an ext2 root filesystem image and a kernel
configured to boot under the emulator QEMU.  Use the "./run-emulator.sh"
script to use qemu to emulate the appropriate target system, giving you a
shell prompt within the native development environment.  (Type "exit" when
finished.)</p>

<b><h2><a href=downloads/binaries/mini-native>Root filesystem tarballs</a></h2></b>

<p>If you prefer to package your own filesystem images, or use QEMU's
application emulation mode, you can download each target's root filesystem
packaged in a tarball.</p>

<b><h2><a href=downloads/binaries/cross-compiler>Cross compilers</h2></a></b>

<p>Prebuilt binary cross compilers for use on <a href=downloads/binaries/cross-compiler/host-i686>i686</a> or <a href=downloads/binaries/cross-compiler/host-x86_64>x86-64</a> hosts.</p>
</blockquote>

<b><h1><a href=/hg/firmware>Development</a></h1></b>

<p>The project maintains a <a href=/hg/firmware>development repository</a>
using the Mercurial source control system.  This includes RSS feeds for
<a href=http://landley.net/hg/hgwebdir.cgi/firmware/rss-log>each checkin</a>
and for <a href=http://landley.net/hg/hgwebdir.cgi/firmware/rss-tags>new releases</a>.</p>

<p>Questions about Firmware Linux should be addressed to the project's
<a href=http://www2.them.com:8080/cgi-bin/mailman/listinfo/firmware>mailing
list</a>, the IRC channel #firmware on irc.freenode.org.  The project
maintainer's <a href=/notes.html>blog</a> often includes notes about
ongoing Firmware Linux development.</p>

<!--#include file="footer.html" -->