1# OpenBMC Developer Documentation 2This directory is focused on providing OpenBMC developers with the instructions 3they need to get up and going with OpenBMC development. This can be reviewed in 4any order you like, but the recommended flow can be found below. 5 61. [Development Environment Setup](dev-environment.md) 7 8 Start here. This shows how to setup an OpenBMC development environment using 9 its Software Development Kit and how to start the software emulator, QEMU. 10 112. [Hello World](sdk-hello-world.md) 12 13 This shows how to use the Software Development Kit as you build and test your 14 OpenBMC changes within QEMU. 15 163. [Web UI Development](web-ui.md) 17 18 This shows how to modify the phosphor-webui web application and test your 19 changes within QEMU. 20 214. [Adding a New System](add-new-system.md) 22 23 This shows how to create a new meta-machine layer which is the first step to 24 add support for your machine. 25