Wifi Fix for Armbian 20.10 on Tanix TX9s 🌱

  1. Flash Armbian 20.10 to the Tanix TX9s
  2. Setup Armbian to use the meson-gxm-vega-s96.dtb
  3. Download the linux-image-current-arm-64_20.11_arm64 deb package Download
  4. Once booted into Armbian, execute the following commands in terminal
    # install the downloaded file
    sudo apt-get install linux-image-current-arm-64_20.11_arm64.deb
    # reboot
    sudo reboot now
  5. After the system reboots wifi should be working

Special thanks to balbes150 and Syeryoha Valok on the Armbian forums for these steps