logoalt Hacker News

varispeedyesterday at 4:19 PM2 repliesview on HN

Linux is not a realtime OS, so it is never going to be as reliable as bare metal code on MCU.


Replies

Sayrusyesterday at 6:03 PM

Neither will an ESP32 that needs permanent internet acccess and relies on a publicly available API usually running on Linux servers. Running on a realtime OS is not relevant for zclaw.

tirantyesterday at 6:47 PM

It has nothing to do with being realtime. Most mcus are also not running any realtime OS.

What matters here is how dynamic and tightly coupled are the os components. On an embedded system, most of the system and their dependencies are monolithic, without any live updates. The system tends to behave almost deterministically after every reboot.