mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 10:31:26 +02:00
Compare commits
3 Commits
991c90398b
...
fc02199798
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc02199798 | ||
|
|
e87d735777 | ||
|
|
cb33681d4e |
@@ -275,17 +275,37 @@ sudo nano /boot/firmware/config.txt
|
|||||||
Paste in:
|
Paste in:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
dtparam=audio=off # Disable the default onboard audio to prevent conflicts
|
# ── Audio ──────────────────────────────────────────────────────
|
||||||
dtoverlay=disable-bt # Disable onboard Bluetooth to reduce USB bandwidth usage
|
dtparam=audio=off
|
||||||
dtoverlay=disable-wifi # Disable onboard wifi
|
|
||||||
|
|
||||||
start_x=0
|
# ── Disable radios (RF + background jitter) ─────────────────────
|
||||||
|
dtoverlay=disable-wifi
|
||||||
|
dtoverlay=disable-bt
|
||||||
|
|
||||||
|
# ── Headless / minimal firmware probing ─────────────────────────
|
||||||
gpu_mem=16
|
gpu_mem=16
|
||||||
|
start_x=0
|
||||||
camera_auto_detect=0
|
camera_auto_detect=0
|
||||||
display_auto_detect=0
|
display_auto_detect=0
|
||||||
|
disable_splash=1
|
||||||
|
|
||||||
|
# ── Optional: only effective on newer Pi4B revs / Pi 400 ────────
|
||||||
|
arm_boost=1
|
||||||
hdmi_blanking=2 # Disable HDMI (save power and reduce interference)
|
hdmi_blanking=2 # Disable HDMI (save power and reduce interference)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- **Optimize cmdline.txt**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo nano /boot/firmware/cmdline.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste in:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
console=serial0,115200 console=tty1 root=PARTUUID=2f0ecb16-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=FI dwc_otg.fiq_enable=0 dwc_otg.fiq_split_enable=0 dwc_otg.fiq_fsm_enable=0 dwc_otg.lpm_enable=0 usbcore.autosuspend=-1 snd_usb_audio.nrpacks=1 threadirqs
|
||||||
|
```
|
||||||
|
|
||||||
- **Disable useless services**
|
- **Disable useless services**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user