Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?

  • @woelkchen@lemmy.world
    link
    fedilink
    218 months ago

    Just google x86 SBCs and skip ARM. There are a bunch of options using AMD and Intel SoCs such as ODROID-H3.

  • @TCB13@lemmy.world
    link
    fedilink
    English
    168 months ago

    You most likely do not want to run a mainline kernel / system. Run Armbian instead, it is Debian optimized for SBCs, it has a very good track record and sometimes is the only option after manufacturers stop creating images for their old boards.

    Generic images / mainline kernel might underperform in your board, the GPIO and other low level components will, most likely, not work and you might burn your storage as logging and other I/O intensive operations aren’t tweaked for SD/eMMC. Armbian aims to fix all those issues and provides continuous system and kernel updates long after the manufacturer stops doing so.

    • @rah@feddit.uk
      link
      fedilink
      98 months ago

      run a mainline kernel

      Having a board which is supported by mainline doesn't imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.

      • @AProfessional@lemmy.world
        link
        fedilink
        English
        5
        edit-2
        8 months ago

        Anything less than mainline support is ewaste imo. Look how terrible the pi graphics support used to be but now thanks to excellent upstream kernel/Mesa drivers it’s great and will continue to work/improve for the foreseeable future.

    • @Pantherina@feddit.de
      link
      fedilink
      28 months ago

      I sold my Odroid C2 or something, as there was no support anymore… didnt know much of Linux, I guess armbian woul have been fine?

  • AggressivelyPassive
    link
    fedilink
    128 months ago

    Are you married to SBCs? There are dirt cheap, pretty powerful and small thin clients floating around in ebay. HP G3 mini for example.

    • @rmuk@feddit.uk
      link
      fedilink
      English
      18 months ago

      Can't even being to agree enough on this. Unless you specifically need something that an SBC - ARM or X86 - offers, a second hand thin client or USFF computer will be a better fit, plus they come with high-quality power supplies and solid cases.

    • CyclohexaneOPM
      link
      fedilink
      08 months ago

      They seem to be the only product that occupies negligible space and is relatively affordable.

      The other options are either more expensive or significantly larger.

      • AggressivelyPassive
        link
        fedilink
        38 months ago

        Well, not really. The HP g3 mini is roughly the size of a paperback book and costs around 100€, depending on the specs. Similar devices of slightly older makes are even cheaper.

        So, yes, they are physically larger, but still pretty small. Chances are, you don't actually need a tiny device like a Pi, so you should at least consider SFF PCs.

  • deadcatbounce
    link
    fedilink
    6
    edit-2
    8 months ago

    Who said that (you have to use their custom mainline kernel)?

    Fedora have an IoT distribution that fits the Raspberry Pi for example. There's workstation and a ostree versions.

    Armbian I've used in preference to Raspbian or whatever they call it today. I like the cleanest distributions as much as possible.

    That's all I have personal experience with, but there are others.

    Meanwhile, others have suggested other boards. However, don't think that Raspbian is it (pun intended).

      • @rah@feddit.uk
        link
        fedilink
        17 months ago

        Device Tree Source. It's a text description of the hardware. The kernel uses it to load and configure drivers. It's the most critical set of information for supporting any particular board.