mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Besides just updating a little terminology, remove the awkward
reference to "his" when referring to developers.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 59efb9037f)
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
// -*- mode:doc; -*-
|
|
// vim: set syntax=asciidoc:
|
|
|
|
== About Buildroot
|
|
|
|
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).
|
|
|
|
Buildroot is useful mainly for people working with embedded systems.
|
|
Embedded systems often use processors that are not the regular x86
|
|
processors developers are used to having in their PCs, including
|
|
ARM (both 32- and 64-bit), MIPS, PowerPC, RISC-V and more.
|
|
|
|
Buildroot supports numerous processors and their variants; it also
|
|
comes with default configurations for hundreds of boards available
|
|
off-the-shelf. Besides this, a number of third-party projects are based on,
|
|
or develop their BSP footnote:[BSP: Board Support Package] or
|
|
SDK footnote:[SDK: Software Development Kit] on top of Buildroot.
|