I thought I would spend a couple of hours trying to port Winterhill to PiOS Bookworm tonight (OK maybe a bit more than a couple)
I converted whdriver to use the correct kernel 6.1 API and made all of the wh* programs 64 bit compliant
I have it working (so far) but I need to actually test that it can receive a DVB-S/S2 signal.
My fork is available on https://github.com/m0vse/winterhill.git
The installation instructions are basically the same as for buster, but you will need to add the following to /boot/firmware/config.txt
Code: Select all
dtparam=i2c_arm=on
dtoverlay=spi5-1cs
Code: Select all
#dtparam=i2s=on
#dtparam=spi=on
73 Phil M0VSE