about.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!--#include file="header.html" -->
  2. <div align="center">
  3. <img src="images/menuconfig.png" width="340" height="220" alt="Buildroot menuconfig" border="0">
  4. </div>
  5. <p>Buildroot is a set of Makefiles and patches that makes it easy to
  6. generate a complete embedded Linux system. Buildroot can generate any
  7. or all of a cross-compilation toolchain, a root filesystem, a kernel
  8. image and a bootloader image. Buildroot is useful mainly for people
  9. working with small or embedded systems, using various CPU
  10. architectures (x86, ARM, MIPS, PowerPC, etc.) : it automates the
  11. building process of your embedded system and eases the
  12. cross-compilation process.</p>
  13. <p>The major Buildroot features are:</p>
  14. <ul>
  15. <li>Can <b>handle everything</b> in your embedded system development
  16. project: cross-compiling toolchain, root filesystem generation,
  17. kernel image compilation and bootloader compilation. Buildroot is
  18. also sufficiently flexible that it can also be used for only one or
  19. several of these steps.</li>
  20. <li>Is <b>very easy</b> to set up, thanks to its menuconfig, gconfig
  21. and xconfig configuration interfaces, familiar to all embedded Linux
  22. developers. Building a basic embedded Linux system with Buildroot
  23. typically takes 15-30 minutes.</li>
  24. <li>Supports <b>several hundreds of packages</b> for userspace
  25. applications and libraries: X.org stack, Gtk2, Qt, DirectFB, SDL,
  26. GStreamer and a large number of network-related and system-related
  27. utilities and libraries are supported.</li>
  28. <li>Supports <b>multiple filesystem types</b> for the root
  29. filesystem image: JFFS2, UBIFS, tarballs, romfs, cramfs, squashfs
  30. and more.</li>
  31. <li>Can generate an (e)glibc or uClibc cross-compilation toolchain,
  32. or re-use your existing glibc, eglibc or uClibc cross-compilation
  33. toolchain</li>
  34. <li>Has a <b>simple structure</b> that makes it easy to understand
  35. and extend. It relies only on the well-known Makefile language.</li>
  36. </ul>
  37. <p>Buildroot is maintained by <a href=
  38. "mailto:jacmet@uclibc.org">Peter Korsgaard</a>, and licensed under the
  39. <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
  40. GENERAL PUBLIC LICENSE V2 (Or later)</a>. Stable releases are
  41. delivered every three months.</p>
  42. <!--#include file="footer.html" -->