<div dir="ltr"><div>Hi all,</div><div><br></div><div dir="ltr">We have a board containing BMC Aspeed AST-2500. One LED is connected to GPIO-E0. I am using zaius machine configuration for building the image. I want that LED to blink after BMC is booted. So I changed the following files.<br><br>Patched the device tree file aspeed-bmc-opp-zaius.dts <br><br> leds {<br>            compatible = "gpio-leds";<br>+        power {<br>+            gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_LOW>;<br>+        };<br>  };<br><br><br>Added the following configuration to sensor inventory file openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml<br><br>bmc_booted:<br>    power:<br>        Action: 'Blink'<br>        DutyOn: 50<br>        Period: 1000<br>        Priority: 'On'<br><br>The LED is glowing when the BMC boots up. But it is not blinking. Please someone help to resolve the issue.<br><br>Thanks in advance.<br></div></div>