Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
amraldo said:Embedded Linux as the name implies is putting Linux kernel into an embedded device.
Thus the Linux is used an embedded OS.
RTOS is a real-time OS where the most important c/cs is deterministic. Where you know the exact time of the OS API execution. This is not necessary in an embedded OS like the Embedded Linux.
RTOS fits more in hard real-time systems where functionality + timing is needed (Breaking systems for example). Most RTOS have less memory requirements compared to embedded Linux.
Embedded Linux fits more in systems where functionality is important and timing is of less importance. Embedded Linux has more memory requirements compared to other RTOS.
There are spin-offs of the Linux kernel like RT-Linux and RATI, where programmers have changed the kernel itself to be deterministic. The standard Linux kernel is not deterministic.