wget -q -O - https://apt.pivccu.de/piVCCU/public.key | sudo tee /usr/share/keyrings/pivccu.asc
echo "deb [signed-by=/usr/share/keyrings/pivccu.asc] https://apt.pivccu.de/piVCCU stable main" | sudo tee /etc/apt/sources.list.d/pivccu.list
sudo apt update
Instead of stable
you can also use the testing
tree, but be aware testing sometimes means not that stable.
sudo apt install build-essential bison flex libssl-dev
sudo apt install `dpkg --get-selections | grep 'linux-image-' | grep '\sinstall' | sed -e 's/linux-image-\([a-z0-9-]\+\).*/linux-headers-\1/'`
sudo apt install hb-rf-eth
sudo apt install pivccu-devicetree-armbian
sudo apt install pivccu-modules-dkms
sudo nmcli connection show --active
sudo apt install bridge-utils
sudo nmcli connection add ifname br0 type bridge con-name br0
sudo nmcli connection add type bridge-slave ifname eth0 master br0
nmcli connection modify br0 ipv4.addresses "<address>/<prefix>" ipv4.gateway "<gateway>" ipv4.dns "<dns1>,<dns2>" ipv4.method "manual"
Replace <address>,
sudo reboot
sudo apt install pivccu3
sudo pivccu-info