Why Nostr? What is Njump?
2024-02-12 03:34:13
in reply to

gyptazy on Nostr: Shawn Webb Tara Stella Stefano Marinelli Yes and no. We’re still lacking drivers. ...



Yes and no. We’re still lacking drivers. Put in the SD and stop autoboot via console (no hdmi output) and run:

fatload mmc 1:1 ${fdt_addr_r} dtb/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
fatload mmc 1:1 ${kernel_addr_r} efi/boot/bootriscv64.efi
bootefi ${kernel_addr_r} ${fdt_addr_r}

Afterwards boot the system from memory:
load geom_uzip
load -t md_image /root.img.uzip
set vfs.root.mountfrom="ufs:/dev/md0.uzip"
set vfs.root.mountfrom.options="rw"
boot -v

Haven’t had any time to test OpenBSD but according to some last notes OpenBSD seems to run better, including autoboot and more drivers. At least for dev and server usage.
Author Public Key
npub1qw78tm5s6kez73ed5e89fy0g3n7p0hlga5sqamh3xf48zjtt7uwqa7q0ue