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: 8 comments 22 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.
-
I have a Orange PI 5 Max. The suggested elegant way does not work. I have tried to swap the Plus out with Max and the command didnt work. it seems they have changed to location of the LEDs or something over the years. Only work around I found that actually works is to disable both the Blue and Green LED's with the following Commands in /etc/rc.local You still get a few flashy heartbeats but as soon as its booted up and read the rc.local service it stops flashing and you get the steady RED led to stay on.
|
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.