Probably something silly I’m missing but I don’t mind looking the part.
Both the older dragon os and the current rex(stock) Trixie with just aiov2_ctl (with recent update) if I go into raspi-config (sudo) and turn on SPI in interfaces, the screen goes black and I cannot get it back. Plug it into monitor and I can only get monitor out. Tried Wayland and tried the “screen blanking” with no luck.
What I was trying to do is setup pyMC_Repeater and skipped the first SPI steps the first time but service failed to start. Tried including the SPI steps and I’m here now. It’s actually why I tried both images because dragon gets wonky with how where things are installed.
@Rex the king himself! By any chance, have you tried pymc_repeater by rightup?
I can never seem to get past step one. I have clockworkpi-backlight installed through apt but dtparam=spi=on in /boot/firmware/config.txt that shows up at the very bottom doesn’t seem to take and when I turn it on through raspi-config, black screen, I reboot, spi is on in the config, but not in raspi-config.
add this to you config.txt located in /boot/firmware
CM5 add this to the pi5 section dtoverlay=spi0-0cs
add this to the all section dtoverlay=spi1-1cs
add this to the all section dtparam=spi=on
That’s weird they shouldn’t have been removed. Just put them back in and monitor and see if they get removed again maybe try to record what gets updated that might have caused it. I updated this morning and all my settings are still there.