Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahliaos/buildroot
Configure and build dahliaOS
https://github.com/dahliaos/buildroot
build buildroot compile docker docker-image hacktoberfest linux osdev
Last synced: 2 months ago
JSON representation
Configure and build dahliaOS
- Host: GitHub
- URL: https://github.com/dahliaos/buildroot
- Owner: dahliaOS
- License: mpl-2.0
- Created: 2020-06-14T01:44:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T17:28:06.000Z (12 months ago)
- Last Synced: 2024-05-22T19:41:55.428Z (8 months ago)
- Topics: build, buildroot, compile, docker, docker-image, hacktoberfest, linux, osdev
- Language: Makefile
- Homepage: https://docs.dahliaos.io/build/buildroot
- Size: 202 MB
- Stars: 62
- Watchers: 8
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Support: support/config-fragments/autobuild/arm-aarch64.config
Awesome Lists containing this project
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.htmlTo 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/imagesYou 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: [email protected]
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