2
1

introduction.txt 927 B

123456789101112131415161718192021
  1. // -*- mode:doc; -*-
  2. About Buildroot
  3. ===============
  4. Buildroot provides a full-featured environment for cross-development.
  5. Buildroot is able to generate a cross-compilation toolchain, a root
  6. filesystem, a Linux kernel image and a bootloader for your target.
  7. Buildroot can be used for any combination of these options,
  8. independently.
  9. Buildroot is useful mainly for people working with embedded systems.
  10. Embedded systems often use processors that are not the regular x86
  11. processors everyone is used to having in his PC. They can be PowerPC
  12. processors, MIPS processors, ARM processors, etc.
  13. Buildroot supports numerous processors and their variants; it also
  14. comes with default configurations for several boards available
  15. off-the-shelf. Besides this, a number of third-party projects are based on,
  16. or develop their BSP footnote:[BSP: Board Software Package] or
  17. SDK footnote:[SDK: Standard Development Kit] on top of Buildroot.