From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=linux.intel.com (client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=yong.b.li@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46S6lH0Ym3zDqMx for ; Tue, 10 Sep 2019 11:24:41 +1000 (AEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Sep 2019 18:24:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,487,1559545200"; d="scan'208,217";a="200180088" Received: from unknown (HELO yongli3MOBL) ([10.239.197.120]) by fmsmga001.fm.intel.com with ESMTP; 09 Sep 2019 18:24:36 -0700 From: "Yong Li" To: "'Zheng Bao'" , References: <57995e3f-ef82-49b3-909a-054b5b9bef8e@www.fastmail.com>, <000001d55efc$36c53100$a44f9300$@linux.intel.com> In-Reply-To: Subject: RE: Enable KCS interface in zaius Date: Tue, 10 Sep 2019 09:24:36 +0800 Message-ID: <000901d56776$82cf6750$886e35f0$@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01D567B9.90F3B8C0" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJcB1X7Z8c6uIR1m/dKdfL+hCFWWQFjbNgiAoQUDF0Cosk6GKXhdpZQgAEVFHA= Content-Language: en-us x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjcwOGZmYmUtMDAwYS00ZjZiLWE1NjItYjJjODViMTgwOTlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOEtSVmVZK0JrTlhEdStNUmhIeVFSTSs4MHZ4RGNGWmE5MW9TSktuVlo3VHZDOHk5MVREK0FQNXRnOW9IVWIySyJ9 dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 01:24:44 -0000 This is a multipart message in MIME format. ------=_NextPart_000_000A_01D567B9.90F3B8C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Sent: Monday, September 9, 2019 4:53 PM To: 'Zheng Bao' ; 'Andrew Jeffery' ; 'AKASH G J' ; '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 > On Behalf Of 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 ------=_NextPart_000_000A_01D567B9.90F3B8C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

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

 

export = TEMPLATECONF=3Dmeta-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=3Dlinux.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&g= t;; 'Andrew Jeffery' <andrew@aj.id.au>; 'AKASH G J' = <akashgj91@gmail.com>; = openbmc@lists.ozlabs.org
= Subject: Re: Enable KCS interface in = zaius

 

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 <o= penbmc-bounces+fishbaoz=3Dhotmail.com@lists.ozlabs.org> on behalf = of Yong Li <yong.b.li@linux.intel.com&g= t;
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=3Dy

Suggest to check on this: https://github.com/Intel-BM= C/openbmc

Thanks,
Yong
-----Original = Message-----
From: openbmc <openbmc-bounces+yong.b.li=3Dlinux.intel.com@lists.ozlabs.org><= br>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

------=_NextPart_000_000A_01D567B9.90F3B8C0--