--- 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 ![](https://i.imgur.com/maPaM0r.png) ### 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://i.imgur.com/Lr4iQJs.png) ### [ ](https://github.com/openbmc/openbmc#4-build)6) The image will be created here ``` obmc-phosphor-image-palmetto-20180212162514.static.mtd ``` ![](https://i.imgur.com/bNCGapQ.png) ### 7) Porting Guide for your reference https://github.com/hsiaojung/openbmc-intro