huangliang 583079ce95 修复由于文件系统中的ubifs的版本以及压缩方式的不同,导致uboot中OTA无法正常升级的问题 há 4 meses atrás
..
.github d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.gitlab d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
arch d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
board d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
boot d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
configs d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
dl 583079ce95 修复由于文件系统中的ubifs的版本以及压缩方式的不同,导致uboot中OTA无法正常升级的问题 há 4 meses atrás
docs d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
fs d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
linux d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
package 583079ce95 修复由于文件系统中的ubifs的版本以及压缩方式的不同,导致uboot中OTA无法正常升级的问题 há 4 meses atrás
support d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
system d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
toolchain d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
utils d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.b4-config d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.checkpackageignore d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.clang-format d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.defconfig d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.editorconfig d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.flake8 d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.gitignore d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.gitlab-ci.yml d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
.shellcheckrc d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
CHANGES d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
COPYING d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
Config.in d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
Config.in.legacy d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
DEVELOPERS d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
Makefile d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
Makefile.legacy d3340e142f update buildroot to 2024.02.13 há 10 meses atrás
README d3340e142f update buildroot to 2024.02.13 há 10 meses atrás

README

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 OFTC IRC.

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