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. |
Replies: 9 comments 24 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. |
|
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 |
|
Do you remove the exit 0 from the file or leave it as it is? |
|
I tried it but it is still blinking. I rebooted and it is still blinking. |
|
Orange Pi 5 Plus using V1.18 |
|
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. |
|
How can I make the led flash green instead of blue and vice versa? |
|
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. |
|
I can confirm that works for the Orange Pi 5 Pro too. Gave me this error. after I ran |
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.