this post was submitted on 07 May 2026
719 points (99.9% liked)

Technology

84449 readers
4052 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ozymandias117@lemmy.world 21 points 1 day ago (1 children)

Linux phones try to build from upstream Linux, and the major phone SoC vendors HATE upstreaming their code.

They believe every character in their source code is absolutely top secret.

A middle ground I wish was considered more is taking Google's kernel and the vendors DLKM partition/DTB/DTBO for hardware support, and putting a GNU userspace on top.

This has had problems in the past, because vendors would modify syscall tables such that they don't match userspace anymore, but with GKI, I think we're closer to that being a possibility

[–] UnspecificGravity@piefed.social 5 points 1 day ago (1 children)

Thats always the problem with building hardware open source products. You spend millions developing the OS to work with your stuff and you get like six months before someone else is competing with you, except they didn't have to spend that investment. The only reason we got the steamdeck was because the guys that made it ALSO owned the means of putting games on it, so they didn't really need to make money on the product itself (kinda like with Google and the play store).

[–] ozymandias117@lemmy.world 8 points 1 day ago* (last edited 1 day ago)

At least with the vendors I'm referring to (2/3 that make all Android phones), they just took the open source code, hacked it up as quickly as possible to get some basic drivers working, and moved on.

There wasn't any "special sauce" in the source, they just didn't want to spend the effort to upstream it

Edit: Just because you said "hardware open source" I wasn't advocating for open hardware, just for hardware vendors to, ya know, support the hardware