---
tags: handoverOK, OpenBmc
---
# OpenBmc
How to build OpenBMC firmware on BIS5204 server?
=======
### 1) ssh remote 5204server to build openBMC
ssh aewin@192.168.99.90 ,password is aewin
### 2) go to openBMC location

### 3) Target your hardware
```
export TEMPLATECONF=meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf
. openbmc-env
```
### [ ](https://github.com/openbmc/openbmc#4-build)4) Build
```
bitbake obmc-phosphor-image
```
### [ ](https://github.com/openbmc/openbmc#4-build)5) For example

### [ ](https://github.com/openbmc/openbmc#4-build)6) The image will be created here
```
obmc-phosphor-image-palmetto-20180212162514.static.mtd
```

### 7) Porting Guide for your reference
https://github.com/hsiaojung/openbmc-intro