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/recipes-kernel/linux | |
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/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions