• MIXEDUNIVERS@discuss.tchncs.de
    link
    fedilink
    Deutsch
    arrow-up
    5
    ·
    9 hours ago

    My hope is that in 5 years its supported enough to run on a Homeserver, without config and treiber issus. I hope Projekt like these give enough uplift for developers to get this train startet

  • megopie@beehaw.org
    link
    fedilink
    arrow-up
    28
    ·
    edit-2
    24 hours ago

    I really do want to see risc V succeed in the desk top and laptop space. The fact that there are only two major architectures and both are owned by companies is a serious potential issue. Especially if they both ended up being owned by one company somehow.

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      23 hours ago

      Well, kind of 3 companies.

      Intel and AMD both have rights to x86_64, since they both held patents used by it. In 2021, AMD’s patents expired.

      Then there’s ARM, which is solely owned by Arm Holdings.

      But yes, it’s still very much a big problem, and I really hope RISC-V succeeds to solve that problem. Licensing core designs is a much better motive and business model than licensing an entire ISA.

      Edit: oh wait, you said two architectures, not two companies. Never mind, you’re right. :)

  • Unmapped@lemmy.ml
    link
    fedilink
    arrow-up
    16
    ·
    24 hours ago

    How usable is this? I don’t know much about RISC-V. But when I DL software I only ever see X64 and ARM options.

    • merthyr1831@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      7 hours ago

      Thanks to box64, a lot of software can actually run on RISCV when using Linux, but the performance is just about pushing Raspberry Pi 4 levels at best.

      But also, if you have source code for some software available in ARM/X64 you can usually just compile it for yourself - A lot of compilers already support RISCV, but obviously distros won’t bother maintaining apps in lesser used architectures

      • lengau@midwest.social
        link
        fedilink
        arrow-up
        4
        ·
        6 hours ago

        The native performance of this board is similar to a Raspberry Pi 3. With Box64 it’ll be significantly worse.

        There’s quite a push behind RISC-V now, in part because China seems to like the idea of not being tied to American or British companies for their CPU architecture. We’ll see whether it actually pass out or not.

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      22
      ·
      edit-2
      23 hours ago

      Right now, not very. Basically only open source software can run on it, and only if it’s either exceptionally portable or has been tweaked to compile for it.

      In the future, hopefully this is usable for general computing, but right now it’s basically only usable for R&D or niche applications.

      The path forward for RISC-V is getting it into more developers’ hands though, so having it available for really nice hardware like the Framework is awesome.

    • buckykat [none/use name]@hexbear.net
      link
      fedilink
      English
      arrow-up
      8
      ·
      22 hours ago

      Well, the second sentence of the linked post is:

      This is very much a developer-focused board to help accelerate maturing the software ecosystem around RISC-V, so we recommend waiting for future RISC-V products if you’re looking for a consumer-ready experience.

      So I’m gonna go with not very.

    • Mihies@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      23 hours ago

      Around the Raspberry 5 or lower level from what I read. More for developers than for practical use, but then again, I don’t have real world experience with it.