2012-11-11 04:14:43 +01:00
|
|
|
// -*- mode:doc; -*-
|
2013-02-13 13:59:02 +01:00
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:43 +01:00
|
|
|
|
2011-10-10 10:46:39 +02:00
|
|
|
About Buildroot
|
|
|
|
===============
|
|
|
|
|
2012-12-29 05:42:28 +01:00
|
|
|
Buildroot is a tool that simplifies and automates the process of
|
|
|
|
building a complete Linux system for an embedded system, using
|
|
|
|
cross-compilation.
|
|
|
|
|
|
|
|
In order to achieve this, Buildroot is able to generate a
|
|
|
|
cross-compilation toolchain, a root filesystem, a Linux kernel image
|
|
|
|
and a bootloader for your target. Buildroot can be used for any
|
|
|
|
combination of these options, independently (you can for example use
|
|
|
|
an existing cross-compilation toolchain, and build only your root
|
|
|
|
filesystem with Buildroot).
|
2011-10-10 10:46:39 +02:00
|
|
|
|
|
|
|
Buildroot is useful mainly for people working with embedded systems.
|
|
|
|
Embedded systems often use processors that are not the regular x86
|
|
|
|
processors everyone is used to having in his PC. They can be PowerPC
|
|
|
|
processors, MIPS processors, ARM processors, etc.
|
|
|
|
|
2012-11-11 04:14:43 +01:00
|
|
|
Buildroot supports numerous processors and their variants; it also
|
2012-11-16 05:54:19 +01:00
|
|
|
comes with default configurations for several boards available
|
|
|
|
off-the-shelf. Besides this, a number of third-party projects are based on,
|
2012-11-27 12:59:16 +01:00
|
|
|
or develop their BSP footnote:[BSP: Board Support Package] or
|
|
|
|
SDK footnote:[SDK: Software Development Kit] on top of Buildroot.
|