linuxOS_AP05/buildroot
2025-09-22 14:38:39 +08:00
..
arch add dma for uart 2025-06-02 13:59:07 +08:00
backup-output/init.d add dma for uart 2025-06-02 13:59:07 +08:00
board add dma for uart 2025-06-02 13:59:07 +08:00
boot add dma for uart 2025-06-02 13:59:07 +08:00
build add dma for uart 2025-06-02 13:59:07 +08:00
configs add dma for uart 2025-06-02 13:59:07 +08:00
dl add dma for uart 2025-06-02 13:59:07 +08:00
docs add dma for uart 2025-06-02 13:59:07 +08:00
fs add dma for uart 2025-06-02 13:59:07 +08:00
linux add dma for uart 2025-06-02 13:59:07 +08:00
package change buildroot python2.7.16 to python2.7.18 2025-09-22 14:38:39 +08:00
support add dma for uart 2025-06-02 13:59:07 +08:00
system add dma for uart 2025-06-02 13:59:07 +08:00
toolchain add dma for uart 2025-06-02 13:59:07 +08:00
utils add dma for uart 2025-06-02 13:59:07 +08:00
.config.old add dma for uart 2025-06-02 13:59:07 +08:00
.defconfig add dma for uart 2025-06-02 13:59:07 +08:00
.flake8 add dma for uart 2025-06-02 13:59:07 +08:00
.gitignore add dma for uart 2025-06-02 13:59:07 +08:00
.gitlab-ci.yml add dma for uart 2025-06-02 13:59:07 +08:00
.gitlab-ci.yml.in add dma for uart 2025-06-02 13:59:07 +08:00
back2.config add dma for uart 2025-06-02 13:59:07 +08:00
back3.config add dma for uart 2025-06-02 13:59:07 +08:00
back4.config add dma for uart 2025-06-02 13:59:07 +08:00
back.config add dma for uart 2025-06-02 13:59:07 +08:00
CHANGES add dma for uart 2025-06-02 13:59:07 +08:00
Config.in add dma for uart 2025-06-02 13:59:07 +08:00
Config.in.legacy add dma for uart 2025-06-02 13:59:07 +08:00
COPYING add dma for uart 2025-06-02 13:59:07 +08:00
DEVELOPERS add dma for uart 2025-06-02 13:59:07 +08:00
Makefile add dma for uart 2025-06-02 13:59:07 +08:00
Makefile.legacy add dma for uart 2025-06-02 13:59:07 +08:00
opencv.config add dma for uart 2025-06-02 13:59:07 +08:00
qtsqlite.config add dma for uart 2025-06-02 13:59:07 +08:00
README add dma for uart 2025-06-02 13:59:07 +08:00

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

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

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

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

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches