this post was submitted on 12 Nov 2023
0 points (NaN% liked)

Linux

48009 readers
842 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] TCB13@lemmy.world 0 points 11 months ago (1 children)

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.

[–] Pantherina@feddit.de 0 points 11 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?