Created
November 9, 2025 17:49
-
-
Save Razuuu/845c9202e5343e9519cce53cbc039f40 to your computer and use it in GitHub Desktop.
Turn off LEDs on the Raspberry Pi 4B (Paste this at the end of the file)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > /boot/firmware/config.txt | |
| # Disable the PWR LED | |
| dtparam=pwr_led_trigger=none | |
| dtparam=pwr_led_activelow=on | |
| # Disable the Activity LED | |
| dtparam=act_led_trigger=none | |
| dtparam=act_led_activelow=off | |
| # Disable ethernet port LEDs | |
| dtparam=eth_led0=4 | |
| dtparam=eth_led1=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment