Turning off that Annoying RED LED on the raspberry pi 4


As mentioned here: https://www.raspberrypi.org/forums/viewtopic.php?t=247054, you can add the following lines to /boot/config.txt to disable this annoying light:

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off

Leave a Reply

Your email address will not be published. Required fields are marked *