From ecdd5d0bbb09cb37499f24810d008d99428cc7a0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 24 Jul 2022 12:31:32 -0400 Subject: [PATCH] Add deprecation notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 875e55e..393a165 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RPiBMC A BMC (LOM) created with a Raspberry Pi. +**STOP:** This project is deprecated; I stopped using it several years ago. If you're looking to do this today, [an RPi KVM](https://pikvm.org/) is a much more robust solution! + 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).