Just want to know did you test the image using a real hardware?

 

You can check your kernel .config file in build/tmp/work/intel_ast2500-openbmc-linux-gnueabi/linux-aspeed/5.2+gitAUTOINC+c01e98d151-r0/linux-intel_ast2500-standard-build

 

CONFIG_IPMI_KCS_BMC=y

CONFIG_ASPEED_KCS_IPMI_BMC=y

 

Thanks,

Yong

From: openbmc <openbmc-bounces+yong.b.li=linux.intel.com@lists.ozlabs.org> On Behalf Of Zheng Bao
Sent: Thursday, September 12, 2019 5:09 PM
To: Yong Li <yong.b.li@linux.intel.com>; 'Andrew Jeffery' <andrew@aj.id.au>; 'AKASH G J' <akashgj91@gmail.com>; openbmc@lists.ozlabs.org
Subject: Re: Enable KCS interface in zaius

 

I use qemu to test the image. Got the result.

 

$ qemu-system-arm -m 512 -M ast2500-evb -nographic  -drive file=phosphor-intel-platform-1.bin,format=raw,if=mtd

 

 

U-Boot 2016.07 (Sep 11 2019 - 21:38:56 +0000)

 

SOC : AST2500-A1

RST : 0x01

PLL :     24 MHz

CPU :    792 MHz

MEM :   2.240 MHz, EEC: Disable, Cache: Disable

VGA :    16 MiB

DRAM :   init by SOC

       Watchdog enabled

DRAM:  496 MiB

Flash: 32 MiB

*** Warning - bad CRC, using default environment

 

In:    serial

Out:   serial

Err:   serial

Error: start and/or end address not on sector boundary

Error: start and/or end address not on sector boundary

Error: start and/or end address not on sector boundary

 

 

Zheng


From: Yong Li <yong.b.li@linux.intel.com>
Sent: Tuesday, September 10, 2019 1:26 AM
To: 'Zheng Bao' <fishbaoz@hotmail.com>; 'Andrew Jeffery' <andrew@aj.id.au>; 'AKASH G J' <akashgj91@gmail.com>; openbmc@lists.ozlabs.org <openbmc@lists.ozlabs.org>
Subject: RE: Enable KCS interface in zaius

 

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 <fishbaoz@hotmail.com>
Sent: Saturday, September 7, 2019 7:34 PM
To: Yong Li <yong.b.li@linux.intel.com>; 'Andrew Jeffery' <andrew@aj.id.au>; 'AKASH G J' <akashgj91@gmail.com>; 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/fitImage-rootfs-intel-ast2500.bin': No such file or directory

 

Did I miss something?

 

Zheng

 

 


From: openbmc <openbmc-bounces+fishbaoz=hotmail.com@lists.ozlabs.org> on behalf of Yong Li <yong.b.li@linux.intel.com>
Sent: Friday, August 30, 2019 6:29 AM
To: 'Andrew Jeffery' <andrew@aj.id.au>; 'AKASH G J' <akashgj91@gmail.com>; openbmc@lists.ozlabs.org <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 <openbmc-bounces+yong.b.li=linux.intel.com@lists.ozlabs.org>
On Behalf Of Andrew Jeffery
Sent: Friday, August 30, 2019 12:42 PM
To: AKASH G J <akashgj91@gmail.com>; 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