Results 19 comments of Konstantin Aladyshev

I've come to the similar issue. In my case an error comes from a fact that my FRU EEPROM is 16-bit device. And it appears that `fru-device` code doesn't correctly...

Your device is also a 16-bit EEPROM. I've created a separate issue for our problem https://github.com/openbmc/entity-manager/issues/15

Generally if we use a library or PCD from another package, we would need to include declaration (DEC) file for that package. Why is that? Let's comment the `Packages` section...

I think POST code table have the same problem

I've also observed this issue. Don't know the real reason for this, but I've found out that adding `rest=enabled` option to bmcweb helps to mitigate this issue `recipes-phosphor/interfaces/bmcweb_%.bbappend` ``` EXTRA_OEMESON:append...

Some screenshots for the proposed commit (https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/38036) I didn't touched fixed height of the terminal in the main SoL tab. The terminal still takes 25em in height: ![2020-11-06_18-10-49](https://user-images.githubusercontent.com/2064127/98382174-ea4d9d80-205b-11eb-8e6d-21ba957cfcd0.png) But I've...

Do ADC sensors have value or na on the webui sensors page? I've also noticed, that you've added `"PowerState": "On"` to your ADC sensors. The affect of this is that...

The data from the `/sys/class/hwmon/hwmonX/tempY_input` file should be the same as the sensor value in the ipmitool/webui output. - If they are not the same, you are probably looking at...

Are you sure that this fan cools this particular TMP75 ? You've said > But TempSensors still can't update the value,it remains the value when BMC PowerOn You can check...