]> Git Repo - buildroot-mgba.git/blob - README
configs/ti_am64x_sk: bump tfa, uboot and linux versions
[buildroot-mgba.git] / README
1 Buildroot is a simple, efficient and easy-to-use tool to generate embedded
2 Linux systems through cross-compilation.
3
4 The documentation can be found in docs/manual. You can generate a text
5 document with 'make manual-text' and read output/docs/manual/manual.text.
6 Online documentation can be found at http://buildroot.org/docs.html
7
8 To build and use the buildroot stuff, do the following:
9
10 1) run 'make menuconfig'
11 2) select the target architecture and the packages you wish to compile
12 3) run 'make'
13 4) wait while it compiles
14 5) find the kernel, bootloader, root filesystem, etc. in output/images
15
16 You do not need to be root to build or run buildroot.  Have fun!
17
18 Buildroot comes with a basic configuration for a number of boards. Run
19 'make list-defconfigs' to view the list of provided configurations.
20
21 Please feed suggestions, bug reports, insults, and bribes back to the
22 buildroot mailing list: [email protected]
23 You can also find us on #buildroot on OFTC IRC.
24
25 If you would like to contribute patches, please read
26 https://buildroot.org/manual.html#submitting-patches
This page took 0.02654 seconds and 4 git commands to generate.