Most of the functionality is present but many important bits are still being developed.

  • @qjkxbmwvz
    link
    1151 month ago

    One of the real downsides of ARM is, it seems, the relative lack of standardization. An x64 kernel? It’ll run on most anything from the last ten years at least. And as for boot process, it’s probably one of two options (and in many cases one computer can boot either legacy or EFI).

    ARM, on the other hand…my raspberry pi collection does one thing, my Orange Pi does something else, and God help you if you want to try swapping the Orange kernel for the Raspberry (or vice versa)!

      • Possibly linux
        link
        fedilink
        English
        231 month ago

        But we still need a hundred blobs and if the kernel needs to do something it has to make a call to the firmware.

        This is what we get when you use Broadcom

      • Alex
        link
        fedilink
        211 month ago

        If the system is SystemReady then the EFI boot chain is fairly straightforward now. My current workstation just booted off the Debian usb installer like any other pc.

    • @zarenki@lemmy.ml
      link
      fedilink
      521 month ago

      A standard called SystemReady exists. For the systems that actually follow its standards, you can have a single ARM OS installation image that you copy to a USB drive and can then boot through UEFI and run with no problems on an Ampere server, an NXP device, an Nvidia Jetson system, and more.

      Unfortunately it’s a pretty new standard, only since 2020, and Qualcomm in particular is a major holdout who hasn’t been using it.

      Just like x86, you still need the OS to have drivers for the particular device you’re installing on, but this standard at least lets you have a unified image, and many ARM vendors have been getting better about upstreaming open-source drivers in the Linux kernel.

    • @onlinepersona@programming.dev
      link
      fedilink
      301 month ago

      I’m hoping RISC-V will start showing up in consumer products soon. Hopefully the first ones will be Linux laptops. Windows doesn’t have RISC-V support yet, does it? This might be the opportunity for Linux to become the default for RISC-V.

      Anti Commercial-AI license

    • Possibly linux
      link
      fedilink
      English
      14
      edit-2
      1 month ago

      I think a lot of the problem is how proprietary some of the hardware is. For instance, the Raspberry pi only runs the raspberry pi kernel which has a lot of proprietary blobs.

      Meanwhile boards from Pine64 don’t need proprietary software to boot. The achieve this by being selective with the hardware and hardware vendors.

      • @bamboo@lemm.ee
        link
        fedilink
        11 month ago

        I don’t think this is as much of a problem, proprietary hardware is a thing on x86 too. The two big problems are a lack of boot standardization, and vendors not upstreaming their device drivers. A lack of standardization means it is difficult or impossible to use a single image to boot across different devices, and the lack of upstream drivers means even if you solved the boot process, you won’t be able to interface with peripherals without using a very custom kernel.

        • Possibly linux
          link
          fedilink
          English
          11 month ago

          True, one of the issues of Android is also cost and development time. Manufacturers want to develop a product as cheap and fast as possible to keep up with demand.

          • @bamboo@lemm.ee
            link
            fedilink
            11 month ago

            That’s true for all commercial development. No company wants to invest more than they have to. Upstreaming does save time in the long run, but not in the short term.

            • Possibly linux
              link
              fedilink
              English
              11 month ago

              Technically Google could of made upstreaming easier or even the default but they instead modified the kernel a bunch and then encouraged bad practices in development.

              There are of course trade offs to everything though. For instance, Qualcomm could do better.

          • Possibly linux
            link
            fedilink
            English
            31 month ago

            That is only sort of true. You don’t need proprietary software on a live USB to boot x86. That’s not the case with the Raspberry Pi as it boots from its GPU

    • @LeFantome@programming.dev
      link
      fedilink
      21 month ago

      “So far, Qualcomm has most of the critical functions working inside Linux, specifically version Linux 6.9 that was released not too long ago. These critical functions include UEFI-based boot support along with all the standard bootloaders like Grub and system-d.”