diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-03-06 21:12:53 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-03-06 21:12:53 +0000 |
commit | 0be7f1274e0cb8406bd4262b86d5e2e9dda77d7a (patch) | |
tree | 5cb1a7723b7ccd8e79ed75ea694d1e48e3b436a9 /sysconf | |
parent | e586927bdeef9d1d59f464c0fed86977ec9fd6c4 (diff) |
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/config.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysconf/config.txt b/sysconf/config.txt index 4bd4f67..f9ff6db 100644 --- a/sysconf/config.txt +++ b/sysconf/config.txt @@ -35,7 +35,7 @@ disable_overscan=1 # Uncomment if you want to disable wifi or bluetooth respectively #dtoverlay=disable-wifi -#dtoverlay=disable-bt +dtoverlay=disable-bt # Uncomment this to enable infrared communication. #dtoverlay=gpio-ir,gpio_pin=17 @@ -44,6 +44,9 @@ disable_overscan=1 # Run as fast as firmware / board allows arm_boost=1 +# Set GPIO pins to output / low state on boot +gpio=0-27=op,dl + [cm4] # Enable host mode on the 2711 built-in XHCI USB controller. # This line should be removed if the legacy DWC2 controller is required |