home.social

#visionfive2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #visionfive2, aggregated by home.social.

fetched live
  1. Looks like LuaJIT now has a port for RISC-V !

    https://github.com/IgnotaYun/LJRV

    Means I should be able (later…) to try running #atomique on my #VisionFive2 .

    Hope it hasn’t rotten. Can’t leave hardware turned off too much time in the forest.

  2. Looks like LuaJIT now has a port for RISC-V !

    https://github.com/IgnotaYun/LJRV

    Means I should be able (later…) to try running #atomique on my #VisionFive2 .

    Hope it hasn’t rotten. Can’t leave hardware turned off too much time in the forest.

  3. RE: floss.social/@newinlinux/11675

    I've been looking for a permanent solution for my #VisionFive2 board, and I decided to put my research into a guide for others. Although in the meantime, I've run into another issue: I cannot for the life of me boot the image for updating the board's bootloader. If anyone has advice please reach out!

  4. Aww, the new SSD in the #VisionFive2 doesn't work under #NetBSD. nhudson calls it "the remaining gnarly bug" 😢

  5. Aww, the new SSD in the #VisionFive2 doesn't work under #NetBSD. nhudson calls it "the remaining gnarly bug" 😢

  6. Alpine Linux, 6.12.5, PowerVR img GPU, riscv, visionfive2, kcube running native at 54fps. After 5 days of work, it's alive.
    Now to go eat a sandwich 🥪.

    #alpinelinux @alpinelinux #visionfive2 #3d #kernel #linux #hacking #cyberdeck

  7. Alpine Linux, 6.12.5, PowerVR img GPU, riscv, visionfive2, kcube running native at 54fps. After 5 days of work, it's alive.
    Now to go eat a sandwich 🥪.

    #alpinelinux @alpinelinux #visionfive2 #3d #kernel #linux #hacking #cyberdeck

  8. Thanks to the migration to Btrfs I can now use Btrbk backup solution again on my #VisionFive2 #RISCV board for full incremental disc backups to a remote location 💾

    For more: wiki.nixos.org/wiki/Btrbk

  9. Thanks to the migration to Btrfs I can now use Btrbk backup solution again on my #VisionFive2 #RISCV board for full incremental disc backups to a remote location 💾

    For more: wiki.nixos.org/wiki/Btrbk

  10. aun queda tiempo para un screenshot + de #ViernesDeEscritorio , y esta vez recuperando mi #VisionFive2 , aunque no he podido arrancarla desde #nvme 😢. Si alguien puede echarme una ✋, se lo agradecería mucho...

  11. aun queda tiempo para un screenshot + de #ViernesDeEscritorio , y esta vez recuperando mi #VisionFive2 , aunque no he podido arrancarla desde #nvme 😢. Si alguien puede echarme una ✋, se lo agradecería mucho...

  12. Oh wow thats impressive 😲 Got @nextcloud running on a #VisionFive2 #RiscV home server with #NixOS 🥳

  13. Oh wow thats impressive 😲 Got @nextcloud running on a #VisionFive2 #RiscV home server with #NixOS 🥳

  14. Once again I faced with the following error trying to boot GNU Guix from a MicroSD card on my VisionFive2 board:
    waiting for partition '31393730-3031-3031-3139-343934363833' to appear...

    Interestingly, I was able to boot to this image just few days ago. It seems that the difference is just in the u-boot parameters:
    codeberg.org/guix/guix/pulls/4

  15. Once again I faced with the following error trying to boot GNU Guix from a MicroSD card on my VisionFive2 board:
    waiting for partition '31393730-3031-3031-3139-343934363833' to appear...

    Interestingly, I was able to boot to this image just few days ago. It seems that the difference is just in the u-boot parameters:
    codeberg.org/guix/guix/pulls/4

    #guix #riscV #visionfive2

  16. So now I can boot straight into a barebones GNU Guix system on my StarFive VisionFIve 2 RISC-V board from a MicroSD card. I had to patch "gnu/bootloader/u-boot.scm" in Guix to make this work:
    codeberg.org/avp/guix/src/bran

    No success with eMMC yet; it would be nice to create an image that works with eMMC as well.

  17. So now I can boot straight into a barebones GNU Guix system on my StarFive VisionFIve 2 RISC-V board from a MicroSD card. I had to patch "gnu/bootloader/u-boot.scm" in Guix to make this work:
    codeberg.org/avp/guix/src/bran

    No success with eMMC yet; it would be nice to create an image that works with eMMC as well.

    #riscV #guix #starfive #visionfive2

  18. The shift management web app Oncall which is already integrated into #NixOS is now also successfully ported to #RiscV 🥳 Running on the #VisionFive2 board with mainline kernel

  19. The shift management web app Oncall which is already integrated into #NixOS is now also successfully ported to #RiscV 🥳 Running on the #VisionFive2 board with mainline kernel

  20. Unser Verwaltungstracker.de, welcher auf der Software des Koalitionstrackers von @fragdenstaat basiert, wurde auf die freie #RiscV Prozessor-Architektur portiert und läuft jetzt auf einem #VisionFive2 board unter #NixOS 🤩

  21. Unser Verwaltungstracker.de, welcher auf der Software des Koalitionstrackers von @fragdenstaat basiert, wurde auf die freie #RiscV Prozessor-Architektur portiert und läuft jetzt auf einem #VisionFive2 board unter #NixOS 🤩

  22. Tried to run "guix pull" on my VisionFive2 board with the configured offloading. Everything went smoothly at first but then the Guix daemon on my main x86_64 machine went down with a SEGFAULT; I tried to restart it, but it failed with SEGFAULT again. Had to reboot the system to fix that. Not sure why it happened.

    Then I tried to build the rest of the packages on VisionFive2 and found out that OpenSSL 1.1.1l tests fail as is shown on the attached screenshot.

  23. I managed to run Debian GNU/Linux on VisionFive2, using the following instruction:
    rvspace.org/en/project/VisionF

    It runs from a 64GiB MicroSD card, the board boot mode is SDIO.

    Next I'm going to try to run GNU Guix from a MicroSD card as well. I've already tried to run Guix on VisionFive2 using an eMMC but this try was only partially successful:
    fosstodon.org/@avp/11458964576

  24. I managed to run Debian GNU/Linux on VisionFive2, using the following instruction:
    rvspace.org/en/project/VisionF

    It runs from a 64GiB MicroSD card, the board boot mode is SDIO.

    Next I'm going to try to run GNU Guix from a MicroSD card as well. I've already tried to run Guix on VisionFive2 using an eMMC but this try was only partially successful:
    fosstodon.org/@avp/11458964576

    #visionfive2 #riscv #debian

  25. I managed to run GNU Guix from eMMC on VisionFive2 board.

    The image is built from "gnu/system/images/visionfive2.scm" manifest and is written to an eMMC with "ddrescue".

    Also I had to switch the boot mode into QSPI and run those command on boot:

    setenv fdtfile starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
    saveenv

    It runs but the boot process stops with "failed to resolve partition" error.

  26. I managed to run GNU Guix from eMMC on VisionFive2 board.

    The image is built from "gnu/system/images/visionfive2.scm" manifest and is written to an eMMC with "ddrescue".

    Also I had to switch the boot mode into QSPI and run those command on boot:

    setenv fdtfile starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
    saveenv

    It runs but the boot process stops with "failed to resolve partition" error.

    #RISCV #VisionFive2 #guix

  27. I really need to setup a crossbuild environment for #pkgsrc ...
    Building rust which is a dependency for ansible on the #VisionFive2 is now in its third day of building and I'd like it to be done by Friday ^^'
    #riscv #riscv64 #NetBSD #SBC #OpenSource #opensourcehardware #build

  28. I really need to setup a crossbuild environment for #pkgsrc ...
    Building rust which is a dependency for ansible on the #VisionFive2 is now in its third day of building and I'd like it to be done by Friday ^^'
    #riscv #riscv64 #NetBSD #SBC #OpenSource #opensourcehardware #build

  29. Currently installing some software that I need from #pkgsrc source distribution since of course there is no binary release just yet 😗
    #netbsd #opensource #build #technology #sbc #VisionFive2

  30. So since the irradium #Crux #Linux derivate on my #VisionFive2 was broken (didn't boot anymore without any errors, just froze) and I never liked this distro anyway I was looking for alternatives... and for some reason the @netbsd generic "qemu" image... just booted and installed out of the box xD
    #RISCV #StarFive #riscv64 #SBC #opensource #netbsd #bsd #freedom

  31. 5) Unmount the SD card and boot it.

    doas umount /mnt

    You should be able to see it boot from a debug UART

    -V

  32. 5) Unmount the SD card and boot it.

    doas umount /mnt

    You should be able to see it boot from a debug UART

    #Linux #VisionFive2 #RISC-V #AlpineLinux

  33. Took a fair bit of mucking about (mainly because I haven't updated the firmware in a year), but I finally got #openbsd76 running on my #starfive #visionfive2 .

    #openbsd #riscv #riscv64

  34. Took a fair bit of mucking about (mainly because I haven't updated the firmware in a year), but I finally got #openbsd76 running on my #starfive #visionfive2 .

    #openbsd #riscv #riscv64