Skip to content

Releases: initdc/rootfs-tools

NanoPi-R6S_Manjaro-ARM-gnome-desktop_SD

10 Jan 10:18
Compare
Choose a tag to compare

For FriendlyELEC NanoPi R6S
Base on

user
root/root
First time boot, OOBE will ask you to setup user hostname

More about R6S: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R6S

Fedora-37-20221130.n.0-mmc+visionfive2

26 Feb 04:35
Compare
Choose a tag to compare

!!! WARNING: Lots of feature missing. Don't use it in production.

For VisionFive2
Base on

This image was built few month ago, I've forget password. I don't publish it due no alive package build instance.
try: root/root root/Byinitdc

or better way: chroot and passwd on a linux host after flash to disk.

openSUSE-Tumbleweed-JeOS.riscv64+visionfive2_2022.11.04-Build1.34

20 Dec 11:54
Compare
Choose a tag to compare

jammy-server-visionfive2_20221219

20 Dec 04:38
Compare
Choose a tag to compare

For VisionFive2
Base on

user
root/root
ubuntu/ubuntu

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

ubuntu-22.10-server-licheerv_mod-wifi

13 Dec 04:29
Compare
Choose a tag to compare

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
    

ubuntu-22.04-minimal

22 Sep 05:21
Compare
Choose a tag to compare

For Intel Edison
Base on https://github.com/edison-fw/meta-intel-edison/releases/tag/hardknott and ubuntu-22.04-minimal-cloudimg-amd64-root.tar.xz

user
root/root
ubuntu/ubuntu

login and run

  1. run resize-disk

flashtool deps libusb-0.1-4

edison-buster

18 Jun 08:41
Compare
Choose a tag to compare