Skip to content

wasv/raspi-buildroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspi-music-hub

Buildroot external tree for a small footprint Raspberry Pi Zero W image.

Dependencies (Debian)

build-essential libncurses5-dev rsync cpio python unzip bc wget git

Dependencies (Fedora)

gcc g++ patch file make perl-ExtUtils-MakeMaker perl-Thread-Queue ncurses-devel rsync cpio python3 unzip bc wget git

Build Instructions

mkdir raspi-build && cd raspi-build
git clone https://github.com/wasv/raspi-buildroot
git clone --branch 2020.05 https://git.busybox.net/buildroot
make -C buildroot O=../output/ BR2_EXTERNAL=../raspi-buildroot raspi-0w_defconfig # or raspi-3-arm64_defconfig
make -C output clean all # This will take at least 30 minutes, possibly an hour or more.
# The SD Card image will be in output/images/sdcard.img

See the Buildroot User Manual for more instructions.

About

Minimal buildroot v2020.05 external tree for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors