<div dir="ltr"><div>Hi All,</div><div><br></div><div dir="ltr">I built OpenBMC Linux using Zaius configuration and booted on BMC Aspeed AST-2500. The board we are using have one temperature sensor (Texas Instruments TMP75) on I2C-12 interface.<br><br>I added the file <i>meta-zaius/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/i2c@1e6e2000/i2c-bus@90/tmp75@48.conf</i> in machine configuration directory with the following contents.<br><i><br>LABEL_temp1 = ambient<br>WARNLO_temp1=-40<br>WARNHI_temp1=125</i><br><br>I added the following patch to the kernel file linux/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts.<br><br><i> &i2c12 {<br>-    status = "disabled";<br>+    status = "okay";<br>+<br>+    tmp75@48 {<br>+        compatible = "ti,tmp75";<br>+        reg = <0x48>;<br>+    };<br>+<br> };</i><br><br>After booting Linux, the changes are reflected in <i>/sys/firmware/devicetree/base/ahb/apb/i2c@1e78a000/i2c-bus@440/tmp75@48</i>. Also,<br><i>tmp78.conf</i> is showing in <i>/etc/default/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@90</i>.<br><br>when I am running the ipmitool command: <i>ipmitool -I dbus sdr elist</i> full it is not showing the temperature sensor and its reading.<br><br>Please someone help to resolve the problem.<br><br><br>Thanks and Regards,<br><br>Akash<br><br></div></div>