Here's my whole /boot/config.txt:
$this->bbcode_second_pass_code('', '
enable_uart=1
dtparam=spi=on
dtoverlay=spi0-1cs
')
I got the instructions for configuring this file from here:
https://www.raspberrypi.org/documentati ... /README.md
So why wouldn't this work?
Never mind, I figured it out halfway through writing this. It was because I was using the default of uboot+linux-aarch64 instead of linux-raspberrypi4. uboot doesn't actually read config.txt. Without lines and lines of unreadable uboot fuckery, how do I configure the default bootloader setup to accept device tree overlays and parameter changes?