This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Build from Source

Dependencies

  • g++

  • cmake

  • glib-2.0

  • libnm

Build

git clone https://git.beagleboard.org/gsoc/bb-config
cd bb-config
mkdir build
cd build
cmake ..
make -j$(nproc)

Install

sudo make install