Skip to content

cabillman/FLDT-Buildroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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 2016.02

Using this repository

Quick Setup:

# Get Buildroot's files
wget https://buildroot.org/downloads/buildroot-2016.02.tar.gz
tar xzvf buildroot-2016.02.tar.gz
# Get this repo's files
git clone https://github.com/pennmanor/FLDT-Buildroot.git
#cd into buildroot
cd buildroot-2016.02
#apply our patches
patch -p2  < ../FLDT_Buildroot/build_root_patches/01-linux-firmware.patch 
patch -p2  < ../FLDT_Buildroot/build_root_patches/02-linux-firmware.patch
#setup the external buildroot 
make BR2_EXTERNAL=../FLDT_Buildroot/ list-defconfigs
#use the fldt default config
make fldt_defconfig
#build it
make all

The built fldt image should be in output/images.

About

Buildroot configurations for FLDT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 73.3%
  • Shell 26.7%