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

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