Skip to content

pennmanor/FLDT-Buildroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildroot Config

Config files for creating a PXE image

The files contained in this repository are indended to supplement the Buildroot project. The resultant embedded system is indended to be used for FLDT to allow modern hardware to be quickly and efficiently imaged.

The latest tested version of Buildroot was 2015.11

Using this repository

Quick Setup:

# Get Buildroot's files
git clone git://git.buildroot.net/buildroot
# OR:
wget https://buildroot.org/downloads/buildroot-2015.11.tar.gz
tar xzvf buildroot-2015.11.tar.gz
# Get this repo's files
git clone https://github.com/pennmanor/FLDT-Buildroot.git
# Merge the two repos together
cp -r FLDT-Buildroot/. buildroot/.
cd buildroot/
# Make the images
make all

About

Buildroot configurations for FLDT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published