I'm running Fedora28 on a RPI3B+ and I'm currently looking for a way to switch off the RED LED .
Here after is what I found but that is for Rasbian and not Fedora.
If you want to disable both LEDs permanently, add the following to /boot/config.txt
:
# Disable the ACT LED.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Disable the PWR LED.
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
Thanks in advance for your help
Patrick
No comments:
Post a Comment