Jump to content

OrangePi3 / Power LED


beroot

Recommended Posts

Hi all together,

on a Raspberry Pi 3b and 3b+ as well as on a Odroid-C2 I know how to switch off the blinking LEDs s or Power LEDs.

Does anybody know how I can switch off or dim that extremely bright red power LED from the OrangePi3?

 

I tried a script snippet like this:

echo none > /sys/class/leds/orangepi\:red:\power/trigger

But it wont work.

 

Has anybody a helpful hint for an unpatient contemporary?

 

Thanks for help

 

:o)

Link to comment
Share on other sites

19 minutes ago, beroot said:

echo none > /sys/class/leds/orangepi\:red:\power/trigger

This is not enough ... You need to add :

echo 0 > /sys/class/leds/orangepi\:red\:power/brightness

Note there is also another red LED near the USB ports which glows when some USB devices are found, this one can not be turned off, you need to place black tape on it.

Link to comment
Share on other sites

On 12/5/2019 at 12:43 PM, felipesms said:

#off

echo 0 > /sys/class/leds/orangepi\:red\:power/brightness
echo 0 > /sys/class/leds/orangepi\:green\:status/brightness

#on
echo 1 > /sys/class/leds/orangepi\:red\:power/brightness
echo 1 > /sys/class/leds/orangepi\:green\:status/brightness

Hi!
I turned off the red LED with this method and everything will reset the next time I start. And the red LED is lit. Why can this be?

"Orange Pi 3 - Armbian 20.05.2 Buster Current 5.4.43"

Link to comment
Share on other sites

33 minutes ago, tothb001 said:

Hi!
I turned off the red LED with this method and everything will reset the next time I start. And the red LED is lit. Why can this be?

"Orange Pi 3 - Armbian 20.05.2 Buster Current 5.4.43"

Because it is not permanent.

You could use rc.local for example to turn off the leds once the boot has been finished.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines