<div dir="ltr">When you run <span style="font-size:12.8px"> export TEMPLATECONF=meta-openbmc-</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">machines/meta-</span><span style="font-size:12.8px">openpower/meta-ibm/meta-</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">palmetto/conf, you are telling the build system that you want to build images for the BMC processor used on the Palmetto machine (Aspeed AST2400).  That image won't boot on a RaspberryPi.  What you'll need to do is create a new layer in meta-openbmc-machines for a RaspberryPi that includes the raspberrypi layer, specifies the correct kernel device tree, etc.  Take a look at the meta-ast2500-evb and <a href="https://github.com/Nuvoton-Israel/meta-bsp-nuvoton/tree/master/meta-openbmc-machines/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf">https://github.com/Nuvoton-Israel/meta-bsp-nuvoton/tree/master/meta-openbmc-machines/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf</a> for examples of what a machine to support an evaluation board (evb) looks like.</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 6, 2017 at 8:38 AM, Javier Romero <span dir="ltr"><<a href="mailto:xavinux@gmail.com" target="_blank">xavinux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi People,<br><br></div>I'm building an OpenBMC image for target Palmetto on Ubuntu 16.04 to try to make it work on the Raspberry PI 3. I've followed these steps:<br><br><div><div><br><b>1.  </b>sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat<br><br><b>2.</b> git clone git@github.com:openbmc/<wbr>openbmc.git<br><br><b>3.</b> cd openbmc<br><br><b>4-</b> export TEMPLATECONF=meta-openbmc-<wbr>machines/meta-<br>openpower/meta-ibm/meta-<wbr>palmetto/conf<br><b><br>tester@obmc:/openbmc$</b> . oe-init-build-env ~/my-build<b><br><br>tester@obmc:~/my-build$</b> bitbake obmc-phosphor-image<br><br><b>tester@obmc:/$</b> cd /home/tester/my-build/tmp/<wbr>deploy/images/palmetto/<b><br><br>tester@obmc:/$</b> tar -xvf obmc-phosphor-image-palmetto-<wbr>20171005142206.static.mtd.all.<wbr>tar<br><br><b>tester@obmc:/$</b> ls -lha<br>total 65M<br>drwxr-xr-x  2 root   root   4.0K Oct  5 15:37 .<br>drwxr-xr-x 24 root   root   4.0K Oct  5 10:29 ..<br><span style="color:rgb(255,0,0)"><i><b>-rw-rw-r--  1 tester tester  32M Oct  5 14:03 image-bmc</b></i></span><br>-rw-rw-r--  2 tester tester  33M Oct  5 14:03 obmc-phosphor-image-palmetto-<wbr>20171005142206.static.mtd.all.<wbr>tar<br><br><br></div><div>Would like to know if it is the <span style="color:rgb(255,0,0)"><b>image-bmc</b></span> file, what I will have to flash on the SD card of the Raspberry to load OpenBMC.<br><br></div><div>Have also build an image of Linux Yocto for Raspberry PI 3.<br></div><div><br></div><div>Thanks for your attention.<br><br></div><div>Regards,<br><br><br></div><div><br clear="all"><div><div class="m_-2766693576331344254gmail_signature"><div dir="ltr"><div style="text-align:left"><i><b>Javier Romero<br></b></i></div><div style="text-align:left"><span style="color:rgb(19,79,92)"><i><b><span style="color:rgb(0,0,0)">E-mail:<span style="color:rgb(0,0,255)"> </span></span><span style="color:rgb(0,0,255)"><a href="mailto:xavinux@gmail.com" target="_blank">xavinux@gmail.com</a></span><br></b></i></span></div><div style="text-align:left"><i><b><span style="color:rgb(19,79,92)"><span style="color:rgb(0,0,0)">Skype:</span> <span style="color:rgb(11,83,148)"><u><span style="color:rgb(0,0,255)">xavinux</span><br></u></span></span></b></i></div><div style="text-align:left"><br></div> </div></div></div>
</div></div></div>
</blockquote></div><br></div>