Go to file
Dustin 778fb9ec7b
basementhud/pipeline/head This commit looks good Details
fedora-pi-netboot/pipeline/head Build started... Details
Initial commit
2022-03-19 09:58:56 -05:00
.vscode Initial commit 2022-03-19 09:58:56 -05:00
ci Initial commit 2022-03-19 09:58:56 -05:00
configs Initial commit 2022-03-19 09:58:56 -05:00
initramfs Initial commit 2022-03-19 09:58:56 -05:00
rootfs Initial commit 2022-03-19 09:58:56 -05:00
.gitignore Initial commit 2022-03-19 09:58:56 -05:00
Config.in Initial commit 2022-03-19 09:58:56 -05:00
Makefile Initial commit 2022-03-19 09:58:56 -05:00
README.md Initial commit 2022-03-19 09:58:56 -05:00
cmdline.txt Initial commit 2022-03-19 09:58:56 -05:00
config.txt Initial commit 2022-03-19 09:58:56 -05:00
external.desc Initial commit 2022-03-19 09:58:56 -05:00
external.mk Initial commit 2022-03-19 09:58:56 -05:00

README.md

Network-Booted Heads-Up Display System

Required Build Host Configuration

sudo dnf install -y \
	ncurses-devel \
	perl-ExtUtils-MakeMaker \
	perl-FindBin \
	perl-Thread-Queue \
	--
git clone git://git.buildroot.net/buildroot ~/src/buildroot

Build

Build the Initramfs

make -C ~/src/buildroot O=${PWD}/_build/initramfs BR2_EXTERNAL=${PWD} basementhud_initramfs_defconfig
make -C _build/initramfs -j $(nproc)

Build the Rootfs

make -C ~/src/buildroot O=${PWD}/_build/rootfs BR2_EXTERNAL=${PWD} basementhud_defconfig
make -C _build/rootfs -j $(nproc)