476aa81edc44c775ee03b4fa028c95576f7b54ce
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / build / docs / manual / introduction.txt
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
3
4 == About Buildroot
5
6 Buildroot is a tool that simplifies and automates the process of
7 building a complete Linux system for an embedded system, using
8 cross-compilation.
9
10 In order to achieve this, Buildroot is able to generate a
11 cross-compilation toolchain, a root filesystem, a Linux kernel image
12 and a bootloader for your target. Buildroot can be used for any
13 combination of these options, independently (you can for example use
14 an existing cross-compilation toolchain, and build only your root
15 filesystem with Buildroot).
16
17 Buildroot is useful mainly for people working with embedded systems.
18 Embedded systems often use processors that are not the regular x86
19 processors everyone is used to having in his PC. They can be PowerPC
20 processors, MIPS processors, ARM processors, etc.
21
22 Buildroot supports numerous processors and their variants; it also
23 comes with default configurations for several boards available
24 off-the-shelf. Besides this, a number of third-party projects are based on,
25 or develop their BSP footnote:[BSP: Board Support Package] or
26 SDK footnote:[SDK: Software Development Kit] on top of Buildroot.