in the OS installation page, i can see Fedora image download for Pioneer, does Pioneer support other OS like Ubuntu? if so, need specific image version?
2 Likes
There are efforts underway to port some other OSes, as reported on Crowd Supply. You could try one of the links there.
I wrote up some docs on how to do a quick and dirty Debian install using the stock Fedora as a base. See here:
https://milkv.fyi/en/distros.html#debian
Happy hacking,
-Jeff
1 Like
I’m adding support for Arch POWER and it shapes up well.
2 Likes
I was able to get Arch Linux running on my board using the root filesystem from here:
https://archriscv.felixc.at/
I’m currently using the Fedora kernel and kernel modules from the official image and simply had to modify the fstab and extlinux files appropriately to point to the new rootfs.
Seems to be working great so far.
2 Likes
Can you post your extlinux
contents for reference?
1 Like
## /boot/extlinux/extlinux.conf
default arch
menu title linuxboot ArchLinux-riscv64-Sophgo Boot Options.
prompt 0
timeout 20
label arch
menu label Arch-riscv64-Sophgo (6.1.55.fc38.riscv64)
linux /vmlinuz-6.1.55
initrd /initramfs-6.1.55.img
append console=ttyS0,115200 root=UUID=85402d4c-cebd-4c98-9f06-3157ef46048c rootfstype=ext4 rootwait rw earlycon selinux=0 LANG=en_US.UTF-8
Hopefully this helps.
2 Likes