You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Using this repository
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