Skip to content

Instantly share code, notes, and snippets.

@lesterlo
Created May 14, 2020 17:20
Show Gist options
  • Save lesterlo/e1fe2d627072e945550f172cfbe76c02 to your computer and use it in GitHub Desktop.
Save lesterlo/e1fe2d627072e945550f172cfbe76c02 to your computer and use it in GitHub Desktop.
Raspberry Pi additional Boot config option
# Change ACT LED to display SDCard R/W status
dtparam=act_led_trigger=mmc0
dtparam=act_led_activelow=off
# Change PWR LED to display OS error
dtparam=pwr_led_trigger=panic
dtparam=pwr_led_activelow=off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment