Skip to content

Repository files navigation

Buildroot for RPi

Quick Start

In Buildroot directory, available boards can be seen by ls board. Please select one, and configure:

> make raspberrypi3_wpe_defconfig

where additional packages can be selected by make menuconfig.

Then, built the project:

> make -j8

Setup WiFi AP

Note

> make savedefconfig
> make graph-depends
> make <pkg>-graph-depends
> BR2_GRAPH_OUT=svg make graph-depends
> make graph-build
> make graph-size

About

Try to implement a Raspberry-Pi Dashboard based on Buildroot and WPE, for self-learning on Embedded Linux Systems.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors