-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Tom Swartz edited this page Dec 8, 2015
·
1 revision
Getting started with FLDT-Buildroot
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.
Quick Setup:
# Get Buildroot's files
git clone git://git.buildroot.net/buildroot
# 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