Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.27 KB

armbian.md

File metadata and controls

40 lines (37 loc) · 1.27 KB

Vorraussetzung

  • Armbian
  • Mind. Kernel 4.9

Installation

  1. Volles Backup der SD Karte erstellen
  2. 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
  3. 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/'`
  4. Installation der Kernel Module
    sudo apt install pivccu-modules-dkms
  5. Falls ein HB-RF-ETH verwendet wird, Installation des benötigten Support Pakets
    sudo apt install hb-rf-eth
  6. 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
  7. Neustart
    sudo reboot
  8. Installation von debmatic
    sudo apt install debmatic
  9. Viel Spaß mit der Nutzung von debmatic