diff options
Diffstat (limited to 'sysconf/config.txt')
-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 |