Go to file
Joshua Boniface 3d3a7f0e96 Added full path to `screen` 2017-04-01 21:44:08 -04:00
LICENSE Initial commit 2017-03-17 11:16:19 -04:00
README.md Missed closing backtick 2017-03-31 02:12:43 -04:00
bmc.sh Use BASH new-style variable references 2017-03-31 05:55:20 +00:00
bmcd Set output of daemon to logfile 2017-03-31 05:59:12 +00:00
rc.local Added full path to `screen` 2017-04-01 21:44:08 -04:00

README.md

rpibmc

A BMC (LOM) created with a Raspberry Pi.

Allows one to build a Raspberry Pi-based BMC unit for an IPMI-less server. The Raspbian system must include the package screen and (via pip) the Python libraries python-daemon and raspberry-gpio-python (installed by default).

There are three main files:

  1. bmcd - BMC Daemon

    Runs in the background of the system and handles reading and writing GPIO.

  2. bmc.sh - The BMC shell

    Should be set as the default shell of the login user (bmc) and provides user interface to the BMC.

  3. rc.local - The rc.local file

    The system rc.local should be replaced (or symlinked) to this file to start the bmcd daemon and screen console session on boot.