Skip to content

Ubuntu 19.10 - Kernel 5.4.28 - NanoPi R2S

Pre-release
Pre-release
Compare
Choose a tag to compare
@avafinger avafinger released this 29 Mar 19:12
· 59 commits to master since this release
38bf8c0

NanoPi R2S mini router

Our "perfect" mini router with Ubuntu 19.10 and Mainline Kernel 5.4.28 and WAN/LAN status monitor

Updated:

  • Kernel 5.4.28
  • eth-monitor service (monitor and display WAN / LAN status)
  • a bunch of usb Wifi added

Flashing the SD card

You will need a Linux box to flash the OS image onto the SD card for now.
You can use any SD card size, from 8GB to 32 GB and no need to resize the rootfs.

    sudo chmod +x ./flash_eoan_mainline_sd.sh
    sudo ./flash_eoan_mainline_sd.sh /dev/sdX (or /dev/mmcblkN) where X is a letter from b,c,d,...g or N is the SD card number (2,...9)

Credentials

    User / password
    ubuntu / ubuntu

interfaces

    eth0 = WAN (internet connection) - /etc/network/interface
    eth1 = LAN (local lan) - DHCP (192.168.1.100, ..... 192.168.1.200)

ssh to NanoPi R2S

    ssh ubuntu@192.168.1.1

rootfs (new and updated)

  • fixed missing ubuntu permission (less restrictive) - re-uploaded