Skip to content

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

Notifications You must be signed in to change notification settings

iPAS/rpi-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published