After introducing interrupts and the foreground/background architecture, I am finally ready to tackle the concept of a Real-Time Operating System (RTOS). In this first lesson on RTOS (commonly ...
When I first started writing embedded software, the environments that I found to be the most efficient and easiest to use were only available on Microsoft Windows. In fact, it wasn’t uncommon for ...
A real-time system must respect time constraints to ensure that its execution makes functional sense. It must be deterministic, ensuring the execution of system processes a priori. After analyzing the ...
Pros and cons of using a hypervisor. Pros and cons of multicore frameworks. Today’s multicore system-on-chip (SoC) hardware offers the promise of being able to pack more into your embedded project ...
The Linux operating system is set to become the de facto standard for "embedded" devices like robotics, information appliances and automobile information systems, but fragmentation could prove a ...
Wind River has announced the availability of virtualization for embedded systems. This allows operating systems to be mixed on a multicore chip. Gordon Haff Gordon Haff is Red Hat's cloud evangelist ...
My two years of personal experience at Lynx that (among other things) focusses on certifying code for deployment on big mission-critical programs, tells me that today’s vendors of proprietary RTOS / ...
One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
New standards like the OpenAMP Framework let embedded developers take advantage of the features of the MPSoC to separate the safe world from the unsafe world, while maintaining system communications ...