Update DOCS.md

This commit is contained in:
Alexandre
2024-10-06 13:33:05 +02:00
committed by GitHub
parent 431532d08a
commit 89827eaf07

View File

@@ -40,6 +40,9 @@ Install raspbian lite 64
dtparam=audio=off # Disable the default onboard audio to prevent conflicts
dtoverlay=disable-bt # Disable onboard Bluetooth to reduce USB bandwidth usage
# 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)