- Armbian
- Mind. Kernel 4.9
- Volles Backup der SD Karte erstellen
- Hinzufügen des debmatic apt Repositories
wget -q -O - https://apt.debmatic.de/debmatic/public.key | sudo tee /usr/share/keyrings/debmatic.asc echo "deb [signed-by=/usr/share/keyrings/debmatic.asc] https://apt.debmatic.de/debmatic stable main" | sudo tee /etc/apt/sources.list.d/debmatic.list sudo apt update
- Installation der Kernel Header
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/'`
- Installation der Kernel Module
sudo apt install pivccu-modules-dkms
- Falls ein HB-RF-ETH verwendet wird, Installation des benötigten Support Pakets
sudo apt install hb-rf-eth
- Installation der Device Tree Patches (Dieser Schritt kann übersprungen werden, falls kein Funkmodul direkt auf die GPIO Leiste aufgesteckt wird)
sudo apt install pivccu-devicetree-armbian
- Neustart
sudo reboot
- Installation von debmatic
sudo apt install debmatic
- Viel Spaß mit der Nutzung von debmatic