• @[email protected]
    link
    fedilink
    English
    445 days ago

    do they come with all the necessary drivers? Or are they hoping they magically appear in the linux kernel after they’ve sold a bunch?

      • @[email protected]
        link
        fedilink
        English
        195 days ago

        The more important question is, are they running mainline Linux, close to mainline Linux (like Raspberry Pi, or outdated much modified unmaintainable vendor and device specific fork (like Android phones do).

      • @[email protected]
        link
        fedilink
        English
        134 days ago

        it’s very possible to get linux to run on a processor without having implemented al functionality. You can just not support some onboard peripherals yet and have to do some things inefficiently in software. You don’t need good power management to simply be “running”, etc.

        Getting linux to run is the first step, not the last. It’s the barest minimum you could do to have a product to sell. Running well, taking advantage of all hardware features properly is a whole different game.

    • @[email protected]
      link
      fedilink
      English
      34 days ago

      The one for Framework seems fine, although generally weak so… depends on the manufacturer?

    • The_Decryptor
      link
      fedilink
      English
      14 days ago

      Unless all the other hardware is bespoke, it’ll use the same drivers as it would if it ran x86 or ARM.

      • @[email protected]
        link
        fedilink
        English
        94 days ago

        I’m not talking about drivers for stuff that is not the cpu itself. But the processor itself usually contains a bunch of peripherals that need their own stuff.