Skip to content

ubuntu-22.10-server-licheerv_mod-wifi

Compare
Choose a tag to compare
@initdc initdc released this 13 Dec 04:29

For LicheeRV
Base on ubuntu-22.10-preinstalled-server-riscv64+licheerv.img.xz

Guide follow: https://wiki.ubuntu.com/RISC-V/LicheeRV

  • Burn to SD using Rufus - 3.21p

  • Set Wi-Fi

    sudo nano /etc/netplan/wifi.yaml
    

    paste and edit Wi-Fi info

    network:
      version: 2
      renderer: networkd
      wifis:
        wlan0:
          dhcp4: yes
          dhcp6: yes
          access-points:
            "YOUR_SSID":
              password: "YOUR_PASSWORD"
    

    Ctrl + O, Enter to save

    sudo netplan apply