]> Git Repo - buildroot-mgba.git/blame - README
configs/olimex_a20_olinuxino_lime2: bump to Linux kernel 5.14.13 and u-boot 2021.10
[buildroot-mgba.git] / README
CommitLineData
e8a3da43
AV
1Buildroot 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
ffde94bd
EA
8To build and use the buildroot stuff, do the following:
9
2a7d563e 101) run 'make menuconfig'
e8a3da43 112) select the target architecture and the packages you wish to compile
c7af927d
EA
123) run 'make'
134) wait while it compiles
e8a3da43 145) find the kernel, bootloader, root filesystem, etc. in output/images
c7af927d
EA
15
16You do not need to be root to build or run buildroot. Have fun!
ffde94bd 17
33bb2822
AV
18Buildroot comes with a basic configuration for a number of boards. Run
19'make list-defconfigs' to view the list of provided configurations.
20
9d40356a 21Please feed suggestions, bug reports, insults, and bribes back to the
2f78767b 22buildroot mailing list: [email protected]
fe3cb797 23You can also find us on #buildroot on OFTC IRC.
b084eb38
AV
24
25If you would like to contribute patches, please read
26https://buildroot.org/manual.html#submitting-patches
This page took 0.844826 seconds and 4 git commands to generate.