• excess0680@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 hours ago

      This is probably a hot take, but:

      I disagree. The OS doesn’t run a mainline kernel, and the Raspberry Pi devs recommend a clean slate on OS upgrades. Granted, they do some trickery for performance with their Zero (not 2) line, using armhf instead of the slower armel, but this doesn’t excuse the fact that Raspberry Pi OS is so brittle. The builds are also still on 32-bit, even though every Pi since 3B can run 64-bit OSes.

      I just run Debian on mine. Can’t be assed to clean flash my devices each major update.

      • confusedpuppy@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 hour ago

        My frustration with Raspberry Pi OS is that the packages available were constantly out of date. Some were 2 to 3 years out of date.

        I eventually started using Alpine linux on my Pi boards and have been happy since then. Now I can use the latest Docker and Podman packages without manually adding new repositories.

        If I didn’t prefer Alpine’s minimal approach, I would have probably gone with Debian because of it’s history in stability.