blob: e863f0e1c83aea519e9c59005ea3d33a7b252e1d [file] [log] [blame]
Arnout Vandecappellee8a3da42015-03-21 20:49:48 +01001Buildroot is a simple, efficient and easy-to-use tool to generate embedded
2Linux systems through cross-compilation.
3
4The documentation can be found in docs/manual. You can generate a text
5document with 'make manual-text' and read output/docs/manual/manual.text.
6Online documentation can be found at http://buildroot.org/docs.html
7
Eric Andersenffde94b2001-12-22 00:56:11 +00008To build and use the buildroot stuff, do the following:
9
Ulf Samuelsson2a7d5632007-08-01 08:11:48 +0000101) run 'make menuconfig'
Arnout Vandecappellee8a3da42015-03-21 20:49:48 +0100112) select the target architecture and the packages you wish to compile
Eric Andersenc7af9272004-10-09 06:27:44 +0000123) run 'make'
134) wait while it compiles
Arnout Vandecappellee8a3da42015-03-21 20:49:48 +0100145) find the kernel, bootloader, root filesystem, etc. in output/images
Eric Andersenffde94b2001-12-22 00:56:11 +000015
Eric Andersenc7af9272004-10-09 06:27:44 +000016You do not need to be root to build or run buildroot. Have fun!
Eric Andersenffde94b2001-12-22 00:56:11 +000017
Arnout Vandecappelle33bb2822015-03-21 20:57:13 +010018Buildroot comes with a basic configuration for a number of boards. Run
19'make list-defconfigs' to view the list of provided configurations.
20
Peter Korsgaard9d403562009-01-15 14:50:07 +000021Please feed suggestions, bug reports, insults, and bribes back to the
Thomas De Schampheleire2f787672014-02-12 17:54:57 +010022buildroot mailing list: buildroot@buildroot.org
Arnout Vandecappellee8a3da42015-03-21 20:49:48 +010023You can also find us on #buildroot on Freenode IRC.