From 70b718ce3bfbe5e9e2bae24188d65ed4939bc373 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 19 Oct 2018 15:18:31 -0400 Subject: dev-doc: Make header size consistent in hello-world Change-Id: I02b26db764f7fcbe33346e5ec15719e10f26b357 Signed-off-by: Andrew Geissler --- development/sdk-hello-world.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/sdk-hello-world.md b/development/sdk-hello-world.md index 3af72ec..92c292b 100644 --- a/development/sdk-hello-world.md +++ b/development/sdk-hello-world.md @@ -5,7 +5,7 @@ in QEMU. **Prerequisites:** Completed Development Environment Setup [Document](https://github.com/openbmc/docs/blob/master/development/dev-environment.md) -### Clone and Build a Repo +## Clone and Build a Repo This lesson uses [openbmc/phosphor-state-manager](https://github.com/openbmc/phosphor-state-manager) @@ -49,7 +49,7 @@ common directory like ~/Code/. make ``` -### Load the Application Into QEMU +## Load the Application Into QEMU 1. Strip the binary you generated @@ -77,7 +77,7 @@ common directory like ~/Code/. scp -P 2222 phosphor-bmc-state-manager root@127.0.0.1:/usr/local/bin/ ``` -### Run the Application in QEMU +## Run the Application in QEMU 1. Run the application in your QEMU session: ``` -- cgit v1.2.1