Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/fhunleth-buildroot-experiments
A Buildroot repository for various experiments
https://github.com/fhunleth/fhunleth-buildroot-experiments
Last synced: 3 months ago
JSON representation
A Buildroot repository for various experiments
- Host: GitHub
- URL: https://github.com/fhunleth/fhunleth-buildroot-experiments
- Owner: fhunleth
- License: gpl-2.0
- Created: 2017-01-26T00:49:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T03:11:43.000Z (about 4 years ago)
- Last Synced: 2024-05-09T12:28:05.873Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 3.09 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fhunleth's Buildroot Experiments
The projects in here are half-baked or not so half-baked experiments that for
whatever reason haven't been separated out into their own repository. Usually
it's because keeping Buildroot projects here makes them easier to maintain.## System prep
If you're using Ubuntu, you may need to install some packages to make Buildroot
work. This should be sufficient:$ sudo apt-get install git g++ libncurses5-dev bc make unzip zip
## Building
All builds are done in directories that are separate from the source tree. This
allows multiple configurations to be tried simultaneously and keeps the source
tree clean.Assuming that you've cloned this project already, create a build directory by
running `./create-build.sh `. To create
build directories for all configurations (which is what I do), run
`./create-all-builds.sh`Then build the project that you want:
$ cd o/fillmein
$ makeIt can take some time to download and build everything so you may need to be
patient. The build products can be found in the `images` directory.# Projects
The following projects can be built:
1. Raspberry Pi SDCard writer appliance ([README.md](board/rpi_sdburner/README.md))
2. Nerves firmware installer for [Vultr](https://www.vultr.com/)