How can I disable the onboard green heartbeat LED? #156
-
It seems like the green led is beating again with v1.15. As far I understand it's rhythm is related with the CPU frequency. It was silent in few previous builds and I would like to see it disabled again. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 21 replies
-
There were a lot of changes to the kernel and device tree in v1.15. Normally something like this can be easily disabled in sysfs or the device tree, ill take a look later today. |
Beta Was this translation helpful? Give feedback.
-
You can disable the led through the sysfs interface. The below command will need to be issued every boot, this can be done by putting the command in the file /etc/rc.local. echo none > /sys/class/leds/status_led/trigger |
Beta Was this translation helpful? Give feedback.
-
Do you remove the exit 0 from the file or leave it as it is? |
Beta Was this translation helpful? Give feedback.
-
I tried it but it is still blinking. I rebooted and it is still blinking. |
Beta Was this translation helpful? Give feedback.
-
Orange Pi 5 Plus using V1.18 |
Beta Was this translation helpful? Give feedback.
-
Thanks but I have no idea how to make the leds blink meaningfully. I also have no idea why on earth they made the leds pulsate like a heartbeat. |
Beta Was this translation helpful? Give feedback.
-
How can I make the led flash green instead of blue and vice versa? |
Beta Was this translation helpful? Give feedback.
You can disable the led through the sysfs interface. The below command will need to be issued every boot, this can be done by putting the command in the file /etc/rc.local.