Some checks failed
Check Upstream Updates / check-and-build (push) Failing after 6s
Enable GPIO UART0 on Pi5/CM5 via dtoverlay=uart0-pi5 in configTxtAppend. Remove the old 0002 patch that targeted the debug UART (ttyAMA10) — Compute Blade uses GPIO 14/15 (ttyAMA0). Renumber overlay patches (old 0003 becomes 0002). Update README with tested serial console docs: wiring diagram, even parity config, 3.3V requirement, and read-only limitation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
346 B
Plaintext
10 lines
346 B
Plaintext
# Enable PCIe Gen 3 for NVMe (~800 MB/s vs ~400 MB/s Gen 2)
|
|
dtparam=pciex1_gen=3
|
|
# Enable GPIO UART0 (ttyAMA0) on Pi5/CM5 for serial console
|
|
# Must load AFTER disable-bt and disable-wifi overlays in config.txt
|
|
dtoverlay=uart0-pi5
|
|
# CM5 Overclock — 2.6GHz stable on Compute Blade with heatsink
|
|
arm_freq=2600
|
|
over_voltage_delta=50000
|
|
arm_boost=1
|