this post was submitted on 28 Sep 2023
546 points (98.6% liked)

Selfhosted

44954 readers
806 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] andreluis034@lm.put.tf 17 points 2 years ago (2 children)

I guess he means that raspberry pi doesn't run a mainline kernel

[–] possiblylinux127@lemmy.zip 10 points 2 years ago (1 children)

Precisely. You can't just boot up any arm image

[–] mara@pawb.social 4 points 2 years ago (1 children)

This is true with ARM in general. There's no "standard Linux" to boot because every board needs its own device tree and set of core kernel modules for detecting important things like local storage. It's fairly intractable due to how different the hardware is.

[–] possiblylinux127@lemmy.zip 0 points 2 years ago (1 children)

I've heard this argumane before but that doesn't change the fact that some socs work out of the box and require no proprietary software or custom configs

[–] CosmicCleric@lemmy.world 1 points 2 years ago

Yeah for the majority of standardized hardware solutions sure. But the Pi is an one-off, as well as all the other single board computers. IANALOSD.

[–] Username@feddit.de 1 points 2 years ago

Wow, I was sure Raspberry Pi were pretty good about mainline support, especially since multiple distros support the platform.
Software support is still very good compared to pretty much every other arm board.