Fix boot failure: remove duplicate config.txt section headers
All checks were successful
Build Talos CM5 Image / build (push) Successful in 3m38s

The [pi5]/[all] section headers in configTxtAppend created duplicate
sections when concatenated with the overlay's base config.txt, which
already ends with [pi5]/[all]. The RPi firmware parser choked on the
duplicate headers, preventing NVMe boot on fresh installs.

Remove the section headers — dtparam and overclock settings now land
under the existing [all] scope from the base config.txt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathias Beaulieu-Duncan 2026-02-19 13:00:54 -05:00
parent d4a55c670c
commit 4e867e2055

View File

@ -1,7 +1,5 @@
# Enable PCIe Gen 3 for NVMe (~800 MB/s vs ~400 MB/s Gen 2) # Enable PCIe Gen 3 for NVMe (~800 MB/s vs ~400 MB/s Gen 2)
[pi5]
dtparam=pciex1_gen=3 dtparam=pciex1_gen=3
[all]
# CM5 Overclock — 2.6GHz stable on Compute Blade with heatsink # CM5 Overclock — 2.6GHz stable on Compute Blade with heatsink
arm_freq=2600 arm_freq=2600
over_voltage_delta=50000 over_voltage_delta=50000