Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html
https://buildroot.org/

Eric Andersen bf38723fce Don't fail for existing dirs il y a 21 ans
package ba7c48f306 Add an option to allow people to relocate the toolchain il y a 21 ans
target aabea2803d use fs type as file extension il y a 21 ans
toolchain 070e7c147b Patch from Volmat Alain adding SH3/SH3EB SH4EB support il y a 21 ans
.cvsignore 788ddd9c45 nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world il y a 21 ans
.defconfig 2d523c2317 Major buildroot facelift, step one. il y a 21 ans
Config.in ba7c48f306 Add an option to allow people to relocate the toolchain il y a 21 ans
Makefile bf38723fce Don't fail for existing dirs il y a 21 ans
README c7af927d69 update documentation a bit il y a 21 ans

README

To build and use the buildroot stuff, do the following:

1) run 'make'
2) select which packages you wish to compile
3) run 'make'
4) wait while it compiles
5) Use your shiney new root filesystem. Depending on which sortof
root filesystem you selecter, you may want to loop mount it,
chroot into it, loop mount it and then nfs mount that on your
target device, burn it to flash, or whatever is appropriate
for your target system.

You do not need to be root to build or run buildroot. Have fun!

-Erik

Please feed suggestions, bug reports, insults, and bribes back to:
Erik Andersen