this post was submitted on 11 Jun 2025
59 points (91.5% liked)

Linux

55208 readers
1378 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 6 years ago
MODERATORS
 

Something like Android auto or apple auto but with Linux, does it exist? Or if not what are your homemade solutions?

top 22 comments
sorted by: hot top controversial new old
[–] banghida@lemm.ee 31 points 3 days ago
[–] HelloRoot@lemy.lol 16 points 3 days ago* (last edited 3 days ago) (1 children)

There is this, but I didn't look into it yet https://www.automotivelinux.org/

And then there is stuff for motor controls, but it's not linux (why would it be?) http://freeems.org/

[–] ikidd@lemmy.world 6 points 3 days ago

There's also Speeduino for engine control. I built one of these to control fuel injection on an 4.0L engine swap for my CJ.

[–] misterbzr@lemm.ee 7 points 2 days ago

TunerStudio MS is a software that works on Linux that let's you tune your Mega Squirt, which is an open source ECU for cars.

If you have an old Rover V8 14CUX engine you can use RoverGauge on Linux to see some basic engine diagnostics.

[–] ISOmorph@feddit.org 12 points 3 days ago (4 children)

I've seen solutions with semi-integrated Raspberries to create multimedia and telephony capabilities. But everything that requires an interface to the car sensors is closed down and I'm unaware of any solutions to this.

[–] racketlauncher831@lemmy.ml 9 points 3 days ago

The control system is supposed to be in complete isolation from the media system. The media one is usually a customised Android. If you find instructions online, feel free to do whatever you want with it. The worst case scenario is that you won't be able to listen to music or to navigate.

With that being said, just install anything you like to the media system. Any Linux dostro can be an automobile distro.

[–] umbrella@lemmy.ml 5 points 3 days ago* (last edited 2 days ago)

speeduino. the solution to do engine control in a foss way is speeduino.

its a lot of work retuning it though. only really worth it if you are modding it in the first place.

[–] drspod@lemmy.ml 6 points 3 days ago* (last edited 3 days ago) (2 children)

What car sensors are normally accessible to CarPlay and Android Auto, and what are they used for?

My car doesn't expose any car features or sensors to CarPlay at all. I just use the connected display for maps and playing audio.

Could you link the RPi projects that you've seen? Sounds interesting.

[–] Frederic@beehaw.org 2 points 3 days ago (1 children)

I am using a simple application named "Car Scanner", on my phone, it connects via bluetooth to the $4 OBD2 dongle, and it works in Android Auto, can display all kind of info on the multimedia screen.

[–] drspod@lemmy.ml 1 points 3 days ago (2 children)

Right, but that dongle is connected to the CAN bus directly right? I was wondering what is accessible over just the smartphone integrations (CarPlay and Android Auto).

[–] 0x0@lemmy.zip 4 points 2 days ago

Hopefully not much.

[–] Frederic@beehaw.org 3 points 2 days ago

I guess nothing is accessible directly

OBDII exists and is reasonably open.