From 14fc8c65a1b25e6690b4a73e93b5735d7b2601cb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:08:28 +0100 Subject: [PATCH] Simplify configuration instructions in DOCS.md Removed unnecessary configuration options for audio, USB, and Ethernet to streamline the setup instructions. --- birdnet-pi/DOCS.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/birdnet-pi/DOCS.md b/birdnet-pi/DOCS.md index 05c87b89f..4dfbf4af6 100644 --- a/birdnet-pi/DOCS.md +++ b/birdnet-pi/DOCS.md @@ -275,19 +275,15 @@ sudo nano /boot/firmware/config.txt Paste in: ```ini -# Enable audio and USB optimizations dtparam=audio=off # Disable the default onboard audio to prevent conflicts dtoverlay=disable-bt # Disable onboard Bluetooth to reduce USB bandwidth usage dtoverlay=disable-wifi # Disable onboard wifi -# Limit Ethernet to 100 Mbps (disable Gigabit Ethernet) -dtparam=eth_max_speed=100 -# USB optimizations -dwc_otg.fiq_fix_enable=1 # Enable FIQ (Fast Interrupt) handling for improved USB performance -max_usb_current=1 # Increase the available USB current (required if Scarlett is powered over USB) -# Additional audio settings (for low-latency operation) -avoid_pwm_pll=1 # Use a more stable PLL for the audio clock -# Optional: HDMI and other settings can be turned off if not needed -hdmi_blanking=1 # Disable HDMI (save power and reduce interference) + +start_x=0 +gpu_mem=16 +camera_auto_detect=0 +display_auto_detect=0 +hdmi_blanking=2 # Disable HDMI (save power and reduce interference) ``` - **Disable useless services**