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
0
votes
2 answers

NVME sensor reading error with more than 1 NVME configured in entity manager

Hi, I'm trying to read NVMe sensors using NVMeSensor from dbus-sensors. I have configured for 4 Nvmes in my *.json file of entity-manager (EM) config and it logged "Sensor x error reading" for all. I put the config in the common EM config for…
Chau Lnt
  • 1
  • 2
0
votes
1 answer

arm-openbmc-linux-gnueabi-gcc: Command not found

I got a BMC project which need to use AST2600. I just start to handle u-boot. When I enter blow instruction. I got a error when make. export ARCH=arm export CROSS_COMPILE=arm-openbmc-linux-gnueabi- make…
Tery123
  • 65
  • 4
0
votes
1 answer

Phosphor Hwmon Poller being skipped since ads1115 sensor conf file is not installed correctly

I am trying to add ads1115 sensor to my Rpi4-b board with Openbmc 2.8.0. My configuration is almost done but phophor-hwmon-readd does not start to read the values. I referred to the following issue and think that my conf file might not correctly be…
tm4A
  • 13
  • 3
0
votes
1 answer

Use "devtool modify" to modify openbmc code

I downloaded and tried to use devtool to get openbmc source code in ubuntu. 1.clone openbmc git clone https://github.com/openbmc/openbmc 2.build image export TEMPLATECONF=meta-ibm/meta-romulus/conf . openbmc-env 3.bitbake…
Gary_Vin
  • 11
  • 2
0
votes
1 answer

Why I have gpiochip792 in /sys/class/gpio but `gpiodetect` says me that I have gpiochip0

Why I have gpiochip792 in /sys/class/gpio but gpiodetect says me that I have gpiochip0? In /sys/class/gpio I have only gpiochip792 link.
0
votes
2 answers

How to build a custom/different target in Yocto autotools projects?

I'm trying to use a 3rd-party autotools project in Yocto. Its unit tests are run by 'make check' and requires './configure --enable-oe-sdk', but this is not included in the default recipe (from autotools.bbclass). I want the tests built and run, so…
lqu
  • 606
  • 9
  • 14
0
votes
1 answer

How to debug unexpected OpenBMC hwmon AST2600 behavior?

I am debugging a pwmtachtool<->hwmon interaction problem, observed when OpenBMC image is running on an AST2600 EVB, which is connected to a SensorsBoard and a Fan (Host is not connected). The running OpenBMC image was built using bitbake, and it…
0
votes
1 answer

Why don't I see the new company tree I added to phosphor-dbus-interfaces

I added yaml files in phosphor-dbus-interfaces/com/cn and applied the changes (as a patch) to my openbmc build and I see that the server/client sources are generated in my build. And I see mapper running for the newspace. But I do not see the tree…
0
votes
1 answer

how to regenerate meson for newly added yaml files

I have added yaml files to add new dbus objects and I added PHOSPHOR_MAPPER_SERVICE_append = " com/newCoName" (newCoName is the name of my company) But when I run bitbake, do_configure for phosphor_mapper bails when it passes the option…
0
votes
1 answer

Using busctl to create a log entry

Working on openbmc and am trying to create a log entry via busctl. I see that the Create call requires ssa{ss}: # busctl introspect xyz.openbmc_project.Logging /xyz/openbmc_project/logging xyz.openbmc_project.Logging.Create interface - …
Mark Evans
  • 11
  • 1
  • 3
0
votes
0 answers

How to access the Redfish(https://xxx.xxx.xxx:8000/redfish/v1 ) in Openbmc

I am newbiee to openbmc and Redfish. I wanted to view the https://xxx.xxx.xxx(or localhost):8000/redfish/v1" content in webbrowser after i build the OpenBMC. Please guide to connect the dots to view the redfish/v1 content in the browser after…
khader
  • 1
0
votes
1 answer

Adding first opembmc user for the webui

I built an image for a rasp pi (not from meta-evb/meta-evb-rasberrypi) and managed to get the webui/bmcweb working and displaying the login. The console service is also running. In both cases, the root/0penBmc login does not work. Reading the docs,…
Mike Jones
  • 51
  • 2
0
votes
1 answer

How do I fix a webui build that is causing CAfile error when git needs a cerfiticate for a npm install of noVNC

The specific error is: 11634 verbose node v12.14.1 11635 verbose npm v6.13.4 11636 error Error while executing: 11636 error /home/openbmc/code/openbmc/rpi-build/tmp/hosttools/git ls-remote -h -t https://github.com/novnc/noVNC.git 11636 error 11636…
Mike Jones
  • 51
  • 2
0
votes
2 answers

Using IPMI tool from Romulus

How to run IPMI tool from the openBMC romulus image. I was successful in running the Hello World program as per the tutorials. I want to run IPMI tool command from the romulus to the BMC of another server. Is there is any method of doing this? As…
Athkar
  • 15
  • 3
0
votes
1 answer

How to connect to virtual machine which is considered as the main host server?

I am running openBmc Romulus image on QEMU as given in the tutorials. I want to connect it to another virtual machine which will act as the host complex(main server). So that I can turn it on/off from the BMC session and try various other things. …
Athkar
  • 15
  • 3