All Projects → bittboy → Buildroot

bittboy / Buildroot

Licence: other
Buildroot for the New bittboy (see bittboy branch)

Labels

Projects that are alternatives of or similar to Buildroot

Ris
a simple cross-platform resource compiler for c++ projects
Stars: ✭ 15 (-50%)
Mutual labels:  makefile
Mvvm C Templates
Templates for MVVM-C architecture
Stars: ✭ 27 (-10%)
Mutual labels:  makefile
Circleci Multi File Config
A sane workflow for managing large circleci configurations.
Stars: ✭ 29 (-3.33%)
Mutual labels:  makefile
Openpht
OpenPHT for AML
Stars: ✭ 20 (-33.33%)
Mutual labels:  makefile
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-10%)
Mutual labels:  makefile
Ansible Environment
Ansible role which adds /etc/environment variables
Stars: ✭ 27 (-10%)
Mutual labels:  makefile
Android device huawei next
LineageOS device tree for the Huawei Mate 8 - [Unmaintained]
Stars: ✭ 15 (-50%)
Mutual labels:  makefile
Android device samsung p4wifi
Device configuration for Samsung Galaxy Tab 10.1 - Google I/O edition
Stars: ✭ 30 (+0%)
Mutual labels:  makefile
Vault Auth Plugin Example
An example @HashiCorp Vault auth plugin
Stars: ✭ 27 (-10%)
Mutual labels:  makefile
Pxt Filesystem
File system - beta
Stars: ✭ 28 (-6.67%)
Mutual labels:  makefile
Android Audioplayer
An AudioPlayer For Android Platform
Stars: ✭ 16 (-46.67%)
Mutual labels:  makefile
Node Tab
Unix-style tables for command-line utilities
Stars: ✭ 21 (-30%)
Mutual labels:  makefile
Jmap
JSON Meta Application Protocol Specification (JMAP)
Stars: ✭ 942 (+3040%)
Mutual labels:  makefile
Android device samsung toroplus
Stars: ✭ 15 (-50%)
Mutual labels:  makefile
Gomake
Example sources for a talk about Golang & Makefiles
Stars: ✭ 29 (-3.33%)
Mutual labels:  makefile
Codk A
Stars: ✭ 15 (-50%)
Mutual labels:  makefile
Qubes Roadmap
High-level milestone planning for Qubes OS
Stars: ✭ 27 (-10%)
Mutual labels:  makefile
Ath11k Firmware
Firmware files for ath11k, a mac80211 driver for Qualcomm Technologies 802.11ax devices
Stars: ✭ 30 (+0%)
Mutual labels:  makefile
Eos Party Testnet
Deprecated(Recommended https://www.cryptokylin.io/)
Stars: ✭ 30 (+0%)
Mutual labels:  makefile
Ariane Sdk
Ariane SDK containing RISC-V tools and Buildroot
Stars: ✭ 28 (-6.67%)
Mutual labels:  makefile

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: [email protected] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].