RASPBERRY PI – TURN OFF LED

1. OPEN CONFIGURATION FILE

Open the config file from the shell with either “nano” or “vi”:

sudo nano /boot/config.txt

2. ADD ONE OR ALL OF THE FOLLOWING OPTIONS TO THE FILE:

Disabling the red power LED: 

Add the following lines to the file: 


#PowerLED

dtparam=pwr_led_trigger=none

dtparam=pwr_led_activelow=off


Disabling the green status LED:

Add the following lines to the file:

#StatusLED 

dtparam=act_led_trigger=none

dtparam=act_led_activelow=off

Deactivating the link LEDs on the network jack:

Add the following lines to the file:

#LinkLED 

dtparam=eth_led0=14

dtparam=eth_led1=14

3. RESTART THE RASPBERRY PI

Enter the following command in the shell:

sudo reboot

                               ONLY FOR PI 3X , 4X