<div dir="ltr">I am using zaius machine configuration. In that led.yaml file is not available.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 4, 2019 at 9:21 PM Matt Spinler <<a href="mailto:mspinler@linux.vnet.ibm.com">mspinler@linux.vnet.ibm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2019-02-04 06:18, AKASH G J wrote:<br>
> Hi all,<br>
> <br>
> We have a board containing BMC Aspeed AST-2500. One LED is connected<br>
> to GPIO-E0. I am using zaius machine configuration for building the<br>
> image. I want that LED to blink after BMC is booted. So I changed the<br>
> 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>
> Added the following configuration to sensor inventory file<br>
> 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.<br>
> Please someone help to resolve the issue.<br>
> <br>
<br>
<br>
Hi,<br>
<br>
The LEDs are defined in a different file, check out, for example,<br>
meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml.<br>
<br>
<br>
You can tell it should be working when you see a<br>
/xyz/openbmc_project/led/groups/bmc_booted  object on D-Bus.<br>
<br>
<br>
<br>
> Thanks in advance.<br>
<br>
</blockquote></div>