Questions tagged [openbmc]

Relates to the Linux Foundation OpenBMC project hosted at https://github.com/openbmc. Questions about getting started, debugging, help for problems, supported platforms, etc.

52 questions
1
vote
1 answer

Redfish structure implementation

How to add a a new structure or a API in redfish, for example: redfish/v1/System/1 redfish/v1/System/2 redfish/v1/System/3 Do I need to do modify the code in bmcweb? I could not find a fine document related to it, or any pointer is highly valuable.…
user73636
  • 79
  • 6
1
vote
0 answers

After devtool build image, files can be found in rootfs, but not found when I run on QEMU

I used devtool build-image to include recipe in workspace. I found corresponding files in rootfs, but couldn't find files when I use QEMU to mount image. Here's what I done. clone openBMC build image for meta-evb-ast2500 export…
Yu-Ting Chen
  • 157
  • 1
  • 11
1
vote
1 answer

OpenBMC with Raspberry Pi (2 or 3) and build bmcweb?

Has anyone built the meta-raspberrypi target for https://github.com/openbmc/openbmc with some patch to build the bmcweb application into the resulting image? I've spent some time trying to learn enough about Yocto to do this myself, but it's a steep…
Alan Mimms
  • 651
  • 9
  • 22
0
votes
0 answers

openbmc + ast2500 web display sensors failed (hwmon seems ok)

I am a newbie no matter from openBmc or ast2500. After a huge amount of try and errors and browse lots of discussions and docs, right now my ast2500 seems could booting successfully with webui-vue through NCSI network. And already confirm that hwmon…
SWei
  • 1
  • 1
0
votes
0 answers

Error with Openssl API PEM_read_bio_RSAPrivateKey() after calling from my Openbmc application code

Basically My application decrypt an encrypted image, as part of that process I am invoking couple of openssl API's in a series. BIO *mem = NULL; RSA *prsa = NULL; pem_password_cb *cb = .... ( Note it points a valid function -- static int gen_cb(char…
0
votes
0 answers

OpenBmc: how to deploy phosphor-webui to bmcweb

I could not find a solution how to deploy Web GUI related files (such as phosphor-webui or webui-vue) to OpenBmc web server Bmcweb. Where should I copy web content to make it visible after booting Linux? Or maybe I should first make some changes to…
Metso
  • 101
  • 1
0
votes
0 answers

Does OpenBMC have a "phone home" feature?

Does OpenBMC provide the capability for a device-under-management to initiate an outbound connection to a management service? For example, Intel's AMT has CIRA (client initiated remote access) which allows the AMT firmware to establish a secure…
Sap
  • 800
  • 1
  • 9
  • 18
0
votes
0 answers

How to set Dimm power capping value in OpenBMC

I have an OpenBMC project and there has a problem. There's a value is 0 which sensor name is "Dimm Power Cap C". This sensor is generated by dbus-sensor(CPUSensor) package instead of using json file. I can set CPU power capping value by BIOS but I…
user1021319
  • 117
  • 1
  • 1
  • 6
0
votes
0 answers

How to enable debug level log under OpenBMC using phosphor-logging

I'm bringup up an OpenBMC and modifying an application in it. I added a debug level log but those are not printed though I changed log level using "systemctl log-level debug". For example, Code: } jsonObject["ControllerInfo"] =…
GT Lee
  • 1
  • 1
0
votes
0 answers

ipmitool command "Get device ID" invalid

Im using "ipmitool -b 6 -t 0x2c raw 6 1" this command in host,but it show two errors "unable to send command:invalid argument" and "unable to send raw command" . However ,this command worked successfully in bmc. Is there any step i do wrong or any…
0
votes
1 answer

How to enable bmcweb in evb-ast2600 using openbmc?

I have a same problem with this : How to enable bmcweb in openbmc. The only diff is that I want to use evb-ast2600. I tried with openbmc's source (https://github.com/openbmc/openbmc) and aspeed's source(https://github.com/AspeedTech-BMC/openbmc),…
student1
  • 1
  • 2
0
votes
0 answers

How to enable Host Interface(Redfish) in openbmc project?

Getting started in openbmc project so I need instructions or reference link to enable host interface in openbmc project. Need instructions to enable host interface.
0
votes
0 answers

How to create log record accessible via redfish in openbmc

I have a question about the redfish and the connection with REST and the D-Bus. It is about logs. For instance, I can create a log on D-Bus like this: # busctl call xyz.openbmc_project.Logging /xyz/openbmc_project/logging…
0
votes
0 answers

Redfish Processor count is 0

I am able to get processor using Ipmi tool. But not getting in redfish. { `"@odata.id": "/redfish/v1/Systems/system/Processors", "@odata.type": "#ProcessorCollection.ProcessorCollection", "Members": [], "Members@odata.count": 0, …
0
votes
0 answers

Does openBmc support chain of trust for secure booting?

I am using AST2600 which supports HW root of trust to verify u-boot-spl.bin. I'd like to know if I can configure openBMC to build a secure u-boot-spl.bin image that will verify u-boot.bin, which will in turn verify kernel image.
SKK
  • 1