(also posted on @selfhost)

RISC-V is a non-proprietary instruction set that is an alternative to ARM. I had thought that we were still waiting for a stable Linux distribution on RISC-V devices, but it turns out many RISC-V machines can run Debian already.

Does anyone have a RISC-V device that they use regularly? How has it been working?

  • YIj54yALOJxEsY20eU
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Nothing practical unfortunately since I already have a headless raspberry pi and x86 machine that are no where near capacity. But I do love compiling whatever rust/golang project I’m working on to riscV just to see it run there.

    I also have an arm32 box so I have fun running binaries on 4 different instruction sets. Admittedly the novelty has worn off as everything just works.

    The work to get the larger linux ecosystem working on riscV is unfortunately outside my domain and skill level.