All of lore.kernel.org
 help / color / mirror / Atom feed
* Enable KCS interface in zaius
@ 2019-08-28 23:35 AKASH G J
  2019-08-30  3:59 ` AKASH G J
  2019-08-30  4:42 ` Andrew Jeffery
  0 siblings, 2 replies; 11+ messages in thread
From: AKASH G J @ 2019-08-28 23:35 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

Hi all,

I am using server platform with Intel processor and Aspeed AST-2500 BMC.
OpenBMC firmware with zaius configuration is used for BMC.

root@zaius:~# cat /etc/os-release
ID="openbmc-phosphor"
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="0.1.0"
VERSION_ID="0.1.0"
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)
0.1.0"
BUILD_ID="20190506124713"
OPENBMC_TARGET_MACHINE="zaius"


/sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs1@0/status
/sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs2@0/status
/sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs3@0/status
/sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-host@80/kcs4@0 all
are in disabled state.

Found /sys/bus/platform/drivers/ast-kcs-bmc driver

How to enable KCS interface?





Thanks,
Akash

[-- Attachment #2: Type: text/html, Size: 1128 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Enable KCS interface in zaius
  2019-08-28 23:35 Enable KCS interface in zaius AKASH G J
@ 2019-08-30  3:59 ` AKASH G J
  2019-08-30  4:42 ` Andrew Jeffery
  1 sibling, 0 replies; 11+ messages in thread
From: AKASH G J @ 2019-08-30  3:59 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

I changed *PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw =
"phosphor-ipmi-kcs"* in the machine configuration file
/meta-openpower/conf/machine/include/openpower.inc.

Now /bin/kcsbridged is created in file system. But IPMI commands using
ipmitool is not working.

Is it possible to enable kcs interface in zaius?

Thanks,
Akash

On Thu, Aug 29, 2019 at 5:05 AM AKASH G J <akashgj91@gmail.com> 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.
>
> root@zaius:~# cat /etc/os-release
> ID="openbmc-phosphor"
> NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
> VERSION="0.1.0"
> VERSION_ID="0.1.0"
> PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)
> 0.1.0"
> BUILD_ID="20190506124713"
> OPENBMC_TARGET_MACHINE="zaius"
>
>
> /sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs1@0/status
> /sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs2@0/status
> /sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-bmc@0/kcs3@0/status
> /sys/firmware/devicetree/base/ahb/apb/lpc@1e789000/lpc-host@80/kcs4@0 all
> are in disabled state.
>
> Found /sys/bus/platform/drivers/ast-kcs-bmc driver
>
> How to enable KCS interface?
>
>
>
>
>
> Thanks,
> Akash
>

[-- Attachment #2: Type: text/html, Size: 1940 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Enable KCS interface in zaius
  2019-08-28 23:35 Enable KCS interface in zaius AKASH G J
  2019-08-30  3:59 ` AKASH G J
@ 2019-08-30  4:42 ` Andrew Jeffery
  2019-08-30  6:29   ` Yong Li
  1 sibling, 1 reply; 11+ messages in thread
From: Andrew Jeffery @ 2019-08-30  4:42 UTC (permalink / raw)
  To: AKASH G J, openbmc



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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Enable KCS interface in zaius
  2019-08-30  4:42 ` Andrew Jeffery
@ 2019-08-30  6:29   ` Yong Li
  2019-09-07 11:34     ` Zheng Bao
  0 siblings, 1 reply; 11+ messages in thread
From: Yong Li @ 2019-08-30  6:29 UTC (permalink / raw)
  To: 'Andrew Jeffery', 'AKASH G J', openbmc

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Enable KCS interface in zaius
  2019-08-30  6:29   ` Yong Li
@ 2019-09-07 11:34     ` Zheng Bao
  2019-09-09  8:53       ` Yong Li
                         ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zheng Bao @ 2019-09-07 11:34 UTC (permalink / raw)
  To: Yong Li, 'Andrew Jeffery', 'AKASH G J',
	openbmc@lists.ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 2958 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Enable KCS interface in zaius
  2019-09-07 11:34     ` Zheng Bao
@ 2019-09-09  8:53       ` Yong Li
  2019-09-09 14:10         ` Zheng Bao
  2019-09-10  1:24       ` Yong Li
  2019-09-10  1:26       ` Yong Li
  2 siblings, 1 reply; 11+ messages in thread
From: Yong Li @ 2019-09-09  8:53 UTC (permalink / raw)
  To: 'Zheng Bao', 'Andrew Jeffery',
	'AKASH G J', openbmc

[-- Attachment #1: Type: text/plain, Size: 2468 bytes --]

Can you find the image-mtd file? You can flash this file with this
command(scp it to /tmp folder on the board):

 

flashcp /tmp/image-mtd /dev/mtd0

 

Thanks,

Yong

From: openbmc <openbmc-bounces+yong.b.li=linux.intel.com@lists.ozlabs.org>
On Behalf Of Zheng Bao
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/fit
Image-rootfs-intel-ast2500.bin': No such file or directory

 

Did I miss something?

 

Zheng

 

 

  _____  

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


[-- Attachment #2: Type: text/html, Size: 6275 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Enable KCS interface in zaius
  2019-09-09  8:53       ` Yong Li
@ 2019-09-09 14:10         ` Zheng Bao
  0 siblings, 0 replies; 11+ messages in thread
From: Zheng Bao @ 2019-09-09 14:10 UTC (permalink / raw)
  To: Yong Li, 'Andrew Jeffery', 'AKASH G J',
	openbmc@lists.ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 2990 bytes --]

There is not any mtd file in deploy folder. The build process breaks at last stage, so no mtd file is created.

Zheng

________________________________
From: Yong Li <yong.b.li@linux.intel.com>
Sent: Monday, September 9, 2019 8:53 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


Can you find the image-mtd file? You can flash this file with this command(scp it to /tmp folder on the board):



flashcp /tmp/image-mtd /dev/mtd0



Thanks,

Yong

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

[-- Attachment #2: Type: text/html, Size: 7997 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Enable KCS interface in zaius
  2019-09-07 11:34     ` Zheng Bao
  2019-09-09  8:53       ` Yong Li
@ 2019-09-10  1:24       ` Yong Li
  2019-09-10  1:26       ` Yong Li
  2 siblings, 0 replies; 11+ messages in thread
From: Yong Li @ 2019-09-10  1:24 UTC (permalink / raw)
  To: 'Zheng Bao', openbmc

[-- Attachment #1: Type: text/plain, Size: 3145 bytes --]

I also would like to know how did you perform the build?

 

export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf

source oe-init-build-env

bitbake intel-platforms

 

Thanks,

Yong

 

From: Yong Li <yong.b.li@linux.intel.com> 
Sent: Monday, September 9, 2019 4:53 PM
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

 

Can you find the image-mtd file? You can flash this file with this
command(scp it to /tmp folder on the board):

 

flashcp /tmp/image-mtd /dev/mtd0

 

Thanks,

Yong

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


[-- Attachment #2: Type: text/html, Size: 7755 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Enable KCS interface in zaius
  2019-09-07 11:34     ` Zheng Bao
  2019-09-09  8:53       ` Yong Li
  2019-09-10  1:24       ` Yong Li
@ 2019-09-10  1:26       ` Yong Li
  2019-09-12  9:08         ` Zheng Bao
  2 siblings, 1 reply; 11+ messages in thread
From: Yong Li @ 2019-09-10  1:26 UTC (permalink / raw)
  To: 'Zheng Bao', 'Andrew Jeffery',
	'AKASH G J', openbmc

[-- Attachment #1: Type: text/plain, Size: 2389 bytes --]

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/fit
Image-rootfs-intel-ast2500.bin': No such file or directory

 

Did I miss something?

 

Zheng

 

 

  _____  

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


[-- Attachment #2: Type: text/html, Size: 6408 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Enable KCS interface in zaius
  2019-09-10  1:26       ` Yong Li
@ 2019-09-12  9:08         ` Zheng Bao
  2019-09-16  3:07           ` Yong Li
  0 siblings, 1 reply; 11+ messages in thread
From: Zheng Bao @ 2019-09-12  9:08 UTC (permalink / raw)
  To: Yong Li, 'Andrew Jeffery', 'AKASH G J',
	openbmc@lists.ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 3564 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 9433 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Enable KCS interface in zaius
  2019-09-12  9:08         ` Zheng Bao
@ 2019-09-16  3:07           ` Yong Li
  0 siblings, 0 replies; 11+ messages in thread
From: Yong Li @ 2019-09-16  3:07 UTC (permalink / raw)
  To: 'Zheng Bao', 'Andrew Jeffery',
	'AKASH G J', openbmc

[-- Attachment #1: Type: text/plain, Size: 4461 bytes --]

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+gitAUTOI
NC+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 <mailto:yong.b.li@linux.intel.com>
>
Sent: Tuesday, September 10, 2019 1:26 AM
To: 'Zheng Bao' <fishbaoz@hotmail.com <mailto:fishbaoz@hotmail.com> >;
'Andrew Jeffery' <andrew@aj.id.au <mailto:andrew@aj.id.au> >; 'AKASH G J'
<akashgj91@gmail.com <mailto:akashgj91@gmail.com> >;
openbmc@lists.ozlabs.org <mailto:openbmc@lists.ozlabs.org>
<openbmc@lists.ozlabs.org <mailto: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 <mailto:fishbaoz@hotmail.com> > 
Sent: Saturday, September 7, 2019 7:34 PM
To: Yong Li <yong.b.li@linux.intel.com <mailto:yong.b.li@linux.intel.com> >;
'Andrew Jeffery' <andrew@aj.id.au <mailto:andrew@aj.id.au> >; 'AKASH G J'
<akashgj91@gmail.com <mailto:akashgj91@gmail.com> >;
openbmc@lists.ozlabs.org <mailto: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 <openbmc-bounces+fishbaoz=hotmail.com@lists.ozlabs.org
<mailto:openbmc-bounces+fishbaoz=hotmail.com@lists.ozlabs.org> > on behalf
of Yong Li <yong.b.li@linux.intel.com <mailto:yong.b.li@linux.intel.com> >
Sent: Friday, August 30, 2019 6:29 AM
To: 'Andrew Jeffery' <andrew@aj.id.au <mailto:andrew@aj.id.au> >; 'AKASH G
J' <akashgj91@gmail.com <mailto:akashgj91@gmail.com> >;
openbmc@lists.ozlabs.org <mailto:openbmc@lists.ozlabs.org>
<openbmc@lists.ozlabs.org <mailto: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
<mailto: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 <mailto:akashgj91@gmail.com> >;
openbmc@lists.ozlabs.org <mailto: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


[-- Attachment #2: Type: text/html, Size: 11159 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-09-16  4:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 23:35 Enable KCS interface in zaius AKASH G J
2019-08-30  3:59 ` AKASH G J
2019-08-30  4:42 ` Andrew Jeffery
2019-08-30  6:29   ` Yong Li
2019-09-07 11:34     ` Zheng Bao
2019-09-09  8:53       ` Yong Li
2019-09-09 14:10         ` Zheng Bao
2019-09-10  1:24       ` Yong Li
2019-09-10  1:26       ` Yong Li
2019-09-12  9:08         ` Zheng Bao
2019-09-16  3:07           ` Yong Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.