dev-doc: Tutorial on basic hello world

Walk through the process to customize and build an
OpenBMC repository from within the SDK, load it into
a QEMU session, and run it

Change-Id: I06edafd0838eca968a46acc218b77026b6913211
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
1 file changed
tree: f0e51ddef57991733e8febf99f3c015fe70a8e57
  1. code-update/
  2. designs/
  3. development/
  4. meetings/
  5. style/
  6. userguide/
  7. cheatsheet.md
  8. console.md
  9. CONTRIBUTING.md
  10. cpp-style-and-conventions.md
  11. host-management.md
  12. ipmi-architecture.md
  13. kernel-development.md
  14. LED-architecture.md
  15. maintainer-workflow.md
  16. MAINTAINERS
  17. Makefile
  18. openbmc-conversion.md
  19. openbmc-systemd.md
  20. README.md
  21. rest-api.md
  22. REST-cheatsheet.md
  23. run-test-docker.md
  24. sensor-architecture.md
  25. subtree.md
  26. user_management.md
  27. yocto-development.md
README.md

OpenBMC documentation

This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.

OpenBMC Usage

These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.

OpenBMC Development

These documents contain details on developing OpenBMC code itself

OpenBMC Goals

The OpenBMC project's aim is to create a highly extensible framework for BMC software and implement for data-center computer systems.

We have a few high-level objectives:

  • The OpenBMC framework must be extensible, easy to learn, and usable in a variety of programming languages.

  • Provide a REST API for external management, and allow for "pluggable" interfaces for other types of management interactions.

  • Provide a remote host console, accessible over the network

  • Persist network configuration settable from REST interface and host

  • Provide a robust solution for RTC management, exposed to the host.

  • Compatible with host firmware implementations for basic IPMI communication between host and BMC

  • Provide a flexible and hierarchical inventory tracking component

  • Maintain a sensor database and track thresholds

Technical Steering Committee

  • Brad Bishop (chair), IBM
  • Nancy Yuen, Google
  • Sai Dasari, Facebook
  • James Mihm, Intel
  • Ali Larijani, Microsoft