Skip to content

Instantly share code, notes, and snippets.

@Daviteusz
Created January 5, 2024 15:30
Show Gist options
  • Save Daviteusz/975d3d7aaaa25e91172233caaa421dca to your computer and use it in GitHub Desktop.
Save Daviteusz/975d3d7aaaa25e91172233caaa421dca to your computer and use it in GitHub Desktop.
My RPI4 config.txt options
...
[all]
# Turn off WiFi and Bluetooth
dtoverlay=disable-wifi
dtoverlay=disable-bt
# Turn off Power LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
# Turn off Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Turn off Ethernet ACT LED
dtparam=eth_led0=4
# Turn off Ethernet LNK LED
dtparam=eth_led1=4
# Check SDCard only once
dtparam=sd_poll_once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment