Skip to content

Ubuntu 20.04 LTS - Kernel 5.9.0 - NanoPi M4 v1 (2GB and 4GB)

Compare
Choose a tag to compare
@avafinger avafinger released this 12 Oct 22:54
· 39 commits to master since this release
8436a69

Ubuntu 20.04 LTS - Kernel 5.9.0 NanoPi M4 v1

OS Image file for NanoPi M4 v1

Installation procedure

  • Download nanopim4_v1_sdcard-ubuntu_20.04LTS_kernel_5.9.0-final.img.7z
  • Unzip with 7z
  • Flash the Image file nanopim4_v1_sdcard-ubuntu_20.04LTS_kernel_5.9.0-final.img to the SD CARD using USBImager, dd or win32DiskImager

First Login

Credentials: ubuntu / ubuntu
and after login type in the shell:

    sudo apt-get update

Wifi configuration

Edit the file /etc/network/interfaces and fill in your ssi and psk encrypted password:

#auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
	wpa-ssid "FIB-8784-5G"
	wpa-psk "3qFd6GwzPwAf5"
##address 192.168.254.55
##netmask 255.255.0.0
##gateway 192.168.254.254
##dns-nameservers 8.8.8.8 8.8.4.4
#####wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
## Disable power saving on compatible chipsets (prevents SSH/connection dropouts over WiFi)
##wireless-mode Managed
wireless-power off