diff options
author | Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> | 2024-11-04 09:40:45 +0300 |
---|---|---|
committer | Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> | 2025-09-08 06:54:41 +0300 |
commit | 470b09266bd5c6a5688f211f7e98a19d4f8aa219 (patch) | |
tree | eb58949806e8f89e0e907b7b0bfdc59abdeb0b9f /meta-ibm/meta-system1/conf | |
parent | c99fdb545aa7bf32103c91e8a658f9dc187d4b18 (diff) | |
download | openbmc-master.tar.xz |
enabled the obmc-led
enabled the booted state
enabled power on LED
enabled the enclosure front identify LED
enabled the enclosure fault rollup LED
Tested On Simics usign busctl commands
root@system1:~# busctl get-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted
b false
root@system1:~# busctl get-property xyz.openbmc_project.LED.Controller /xyz/openbmc_project/led/physical/enclosure_id_led_pca955x xyz.openbmc_project.Led.Physical State
s "xyz.openbmc_project.Led.Physical.Action.Off"
root@system1:~# cat /sys/class/leds/pca955x\:enclosure-id-led/brightness
0
root@system1:~# busctl set-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted b true
root@system1:~# busctl get-property xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/enclosure_identify xyz.openbmc_project.Led.Group Asserted
b true
root@system1:~# busctl get-property xyz.openbmc_project.LED.Controller /xyz/openbmc_project/led/physical/enclosure_id_led_pca955x xyz.openbmc_project.Led.Physical State
s "xyz.openbmc_project.Led.Physical.Action.On"
root@system1:~# cat /sys/class/leds/pca955x\:enclosure-id-led/brightness
255
root@system1:~#
Change-Id: I345f0f3d88ff618c3ec67f55d2f24ac0074c0658
Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>
Diffstat (limited to 'meta-ibm/meta-system1/conf')
-rw-r--r-- | meta-ibm/meta-system1/conf/machine/system1.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/meta-system1/conf/machine/system1.conf b/meta-ibm/meta-system1/conf/machine/system1.conf index 5d8b09d89c..dfa443420a 100644 --- a/meta-ibm/meta-system1/conf/machine/system1.conf +++ b/meta-ibm/meta-system1/conf/machine/system1.conf @@ -18,6 +18,8 @@ MACHINE_FEATURES += "\ " PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" +PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "system1-led-manager-config-native" + VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors" OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3" |