Deactivate led lights

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Khadas official images, self built images, or others?

Khadas official

Please describe your issue below:

Is there a way to deactivate or control the led lights on the edge 2 board? My system is working fine but the led lights are distracting for me in a low light office environment. Especially the blinking one. So is there a way to control their intensity, or just shut them off?

Thanks for the help

Bit of tape on them xD

Lol, would feel wrong to deface such a beautiful board :wink:

I agree ! This little credit card board is a mastah piece !

@DarkevilPT Please run the following command.

$ echo none | sudo tee /sys/class/leds/red_led/trigger
$ echo none | sudo tee /sys/class/leds/blue_led/trigger
$ echo none | sudo tee /sys/class/leds/green_led/trigger
1 Like

Thanks ivan.li.

It worked for the blinking led, but the glowing white one, on the side of the power and reset buttons is still on. Can that one also be disabled?