All Projects → buildroot → Buildroot

buildroot / Buildroot

Licence: other
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.

Labels

Projects that are alternatives of or similar to Buildroot

Cardano Tutorials
ARCHIVED-This content in this repository is now located at https://docs.cardano.org/projects/cardano-node/
Stars: ✭ 89 (-93.26%)
Mutual labels:  makefile
Aira
Autonomous intelligent robot agent (AIRA) project implements the standard of economic interaction between human-robot and robot-robot.
Stars: ✭ 91 (-93.11%)
Mutual labels:  makefile
Cloud Mta Build Tool
Multi-Target Application (MTA) build tool for Cloud Applications https://sap.github.io/cloud-mta-build-tool
Stars: ✭ 94 (-92.88%)
Mutual labels:  makefile
Animation Worklet
🚫 Old repository for AnimationWorklet specification ➡️ New repository: https://github.com/w3c/css-houdini-drafts
Stars: ✭ 89 (-93.26%)
Mutual labels:  makefile
Local Dev With Docker For Mac Kubernetes
Notes about local development with Docker for Mac and Kubernetes
Stars: ✭ 91 (-93.11%)
Mutual labels:  makefile
Wallpapers
Wallpapers for Pop!_OS
Stars: ✭ 91 (-93.11%)
Mutual labels:  makefile
Value Investing Newbie
Stars: ✭ 87 (-93.41%)
Mutual labels:  makefile
Ayu Jetbrains
Ayu colour scheme for JetBrains' IDEs.
Stars: ✭ 94 (-92.88%)
Mutual labels:  makefile
Ssd Text detection
A modified SSD model for text detection
Stars: ✭ 91 (-93.11%)
Mutual labels:  makefile
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+0.15%)
Mutual labels:  makefile
Apk File
Search apk package contents via the command line.
Stars: ✭ 89 (-93.26%)
Mutual labels:  makefile
Flash2cocos2d X
use this tool you can export the flash data, and use the data in cocos2d-x game
Stars: ✭ 90 (-93.18%)
Mutual labels:  makefile
Mysqlswiftnative
MySQL Swift Native Driver
Stars: ✭ 92 (-93.03%)
Mutual labels:  makefile
Android device xiaomi gemini
Stars: ✭ 89 (-93.26%)
Mutual labels:  makefile
Counter Strike Docker
Docker image for Counter Strike 1.6 Dedicated Server
Stars: ✭ 93 (-92.95%)
Mutual labels:  makefile
Wayland Protocols
Wayland protocol development
Stars: ✭ 87 (-93.41%)
Mutual labels:  makefile
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (-93.11%)
Mutual labels:  makefile
Wlr Protocols
Wayland protocols designed for use in wlroots (and other compositors)
Stars: ✭ 94 (-92.88%)
Mutual labels:  makefile
Http restful api
整理HTTP后台端的RESTful API方面的知识
Stars: ✭ 94 (-92.88%)
Mutual labels:  makefile
Dockerphp
基于Docker容器化PHP开发环境解决方案
Stars: ✭ 93 (-92.95%)
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].