introduction.txt 1.1 KB

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