this post was submitted on 24 Apr 2025
111 points (98.3% liked)

Open Source

36205 readers
226 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

This looks way to break with chip restrictions bound by the leading software package AUTOSAR. But I think, like all FOSS, will benefit everyone in the end.

Code: https://gitee.com/haloos

(original post)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 day ago* (last edited 1 day ago) (1 children)

So like Android for Auto's?

[–] [email protected] 6 points 21 hours ago

Not quite? Ok so according to the article it is supposed to challenge the status of AUTOSAR. This is something used exclusively in automotive ECUs which most of the time use the operating system shipped with AUTOSAR compliant vendor. This OS is much much simpler than Linux is with totally different design goals and requirements. Think bare-bones no MMU operating system. It would be closer to FreeRTOS than Linux.

However the story does not end here. Together with an operating system the vendor delivers all tooling for development, which includes such gimmicks like visualization of task scheduling in comparison to resource usage. You can inspect worst case scenarios without even running the compiled software and make sure that hard real-time requirements are always met.

Now, this space is dominated by one company from Germany named Vector… You see where this goes.

Source: worked with AUTOSAR many years ago. I hated it because the tooling is so advanced it is mostly point and click programming