I would like to know how did you perform the build? Please perform the below commands: export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf source oe-init-build-env bitbake intel-platforms Thanks, Yong From: Zheng Bao Sent: Saturday, September 7, 2019 7:34 PM To: Yong Li ; 'Andrew Jeffery' ; 'AKASH G J' ; openbmc@lists.ozlabs.org Subject: Re: Enable KCS interface in zaius I check out the https://github.com/Intel-BMC/openbmc and build the board: meta-openbmc-mods/meta-wolfpass/conf But got the error, dd: failed to open '/home/baozheng/bmc/openbmc-github/build/tmp/deploy/images/intel-ast2500/fit Image-rootfs-intel-ast2500.bin': No such file or directory Did I miss something? Zheng _____ From: openbmc > on behalf of Yong Li > Sent: Friday, August 30, 2019 6:29 AM To: 'Andrew Jeffery' >; 'AKASH G J' >; openbmc@lists.ozlabs.org > Subject: RE: Enable KCS interface in zaius It seems that the kernel needs to enable KCS, and disable BT. CONFIG_ASPEED_KCS_IPMI_BMC=y Suggest to check on this: https://github.com/Intel-BMC/openbmc Thanks, Yong -----Original Message----- From: openbmc On Behalf Of Andrew Jeffery Sent: Friday, August 30, 2019 12:42 PM To: AKASH G J >; openbmc@lists.ozlabs.org Subject: Re: Enable KCS interface in zaius On Thu, 29 Aug 2019, at 09:05, AKASH G J wrote: > Hi all, > > I am using server platform with Intel processor and Aspeed AST-2500 > BMC. OpenBMC firmware with zaius configuration is used for BMC. > Zaius is an OpenPOWER platform (and our OpenPOWER platforms use the BT interface rather than KCS). You're using an Intel-based processor for the host, so perhaps it's better to start with an x86-based platform such as the s2600wf. This should already have KCS IPMI enabled for you. Andrew