Rick / Andrew, Thank you very much for your answer and suggestions. I'm looking at that repository on Github now. Regards, *Javier Romero* *E-mail: xavinux@gmail.com * *Skype: xavinux* 2017-10-06 18:28 GMT-03:00 Andrew Jeffery : > > > On Sat, 7 Oct 2017, at 03:29, Rick Altherr wrote: > > When you run export TEMPLATECONF=meta-openbmc-machines/meta- > > openpower/meta-ibm/meta-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. > > As a heads-up, some of this work has already been done: > > https://github.com/openbmc/openbmc/tree/master/meta- > openbmc-machines/meta-evb/meta-evb-raspberrypi/conf > > It was added in this change: > > https://gerrit.openbmc-project.xyz/#/c/508/ > > I don't think it was thoroughly tested and it has probably bit-rotted, > but maybe it's existence will flatten out the learning curve a bit. > > Cheers, > > Andrew >