The OpenBMC project can be described as a Linux distribution for embedded devices that have a BMC; typically, but not limited to, things like servers, top of rack switches or RAID appliances. The OpenBMC stack uses technologies such as Yocto, OpenEmbedded, systemd, and D-Bus to allow easy customization for your server platform.
- Ubuntu 18.04
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
mkdir OpenBMC
cd OpenBMC
git clone https://github.com/AMDESE/OpenBMC.git .
Any build requires an environment set up according to your hardware target.
There is a special script in the root of this repository that can be used
to configure the environment as needed. The script is called setup
and
takes the name of your hardware target as an argument.
The script needs to be sourced while in the top directory of the OpenBMC repository clone, and, if run without arguments, will display the list of supported hardware targets, see the following example:
$ . setup
Target machine must be specified.
Once you know the target (e.g. onyx), source the setup
script as follows:
. setup sp5
bitbake obmc-phosphor-image
Additional details can be found in the docs repository.
The OpenBMC community maintains a set of tutorials new users can go through to get up to speed on OpenBMC development out here
This contains bring up code to port OpenBMC on AMD's customer reference boards. meta-sp5 supports boards:
- Onyx
- Quartz
- Ruby
- Titanite
meta-sh5 supports boards:
- sh5 d807
- Onyx
meta-sp6 supports boards:
- Sunstone
- Shale
- Cinnabar
meta-turin supports boards:
- Chalupa
- Galena
- Huambo
- Purico
- Recluse
- Volcano
The builds are beta quality at this point in time. Please check back for updates.
Support of additional hardware and software packages is always welcome. Please follow the contributing guidelines when making a submission. It is expected that contributions contain test cases.
Issues are managed on GitHub. It is recommended you search through the issues before opening a new one.
First, please do a search on the internet. There's a good chance your question has already been asked.
For general questions, please use the openbmc tag on Stack Overflow. Please review the discussion on Stack Overflow licensing before posting any code.
For technical discussions, please see contact info below for IRC and mailing list information. Please don't file an issue to ask a question. You'll get faster results by using the mailing list or IRC.
- WebUI
- System at a glance
- Network info
- Unique host name
- Control Interface
- IPMI (OOB)
- Redfish (OOB)
- SSH Console (BMC)
- Firmware Updates
- BMC (OOB)
- BIOS (OOB)
- CLEAR CMOS via script
- HAWAII FPGA (OOB) - Command line only, NO UI
- Onyx/Quartz FPGA (OOB) - Command line only, NO UI
- SOL Console
- webui
- ssh
- Power Control
- ON
- OFF
- State detection
- New WebUI
- webvue-ui
- Fan Control
- Adaptive fan Control
- KVM
- Keyboard, Video, Mouse
- VNC Client support
- APML
- CPU temperature sensors
- I3C tools supported
- Locator/Chassis ID LEDs
- Post Code Capture using eSPI
- Inband IPMI over KCS (eSPI)
- LCD Display
- Display Port Enablement
- BMC RAS
- BMC Crashdump
- Power Capping
- PMIC Error Injection
- MCTP Support
- CPER format data for RAS
- VR update
- Single CPER file for RAS Error
- FPGA dump script
Features In Progress
- OpenCompute Redfish Compliance
- Verified Boot
Features Requested but need help
- OpenBMC performance monitoring
Dive deeper into OpenBMC by opening the docs repository.
The Technical Steering Committee (TSC) guides the project. Members are:
- Brad Bishop (chair), IBM
- Nancy Yuen, Google
- Sai Dasari, Facebook
- James Mihm, Intel
- Sagar Dharia, Microsoft
- Supreeth Venkatesh, Arm
- Mail: [email protected] https://lists.ozlabs.org/listinfo/openbmc with the subject "meta-amd"
- Alternatively, you can copy the maintainer: Supreeth Venkatesh [email protected]