-
as seen on Stack Overflow
- Search for 'Stack Overflow'
One way to look at it - embedded Linux starts with desktop Linux & ditches the parts not needed for embedded systems (is this actually true?), whereas eCos is designed from the ground up for embedded systems.
Now, assume an ARM processor, probably ARM 7 - does performance make a difference? Actually…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to play around with some embedded linux. I want it to be able to run on an x86 processor (for start, it will be running on my regular PC). I have looked online, but the ones I have found seem hard to setup or lack proper documentation. So what are some good embedded x86 compatible linux distros…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to learn how to develop in embedded linux. What materials should I need? I don't have the actual embedded device so I plan to use some device emulator for the PC. I want to know how to load the kernel and the filesystem in the device.
Many thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have been working for a couple of days on a problem with my application running on an embedded Arm Linux platform. Unfortunately the platform precludes me from using any of the usual useful tools for finding the exact issue. When the same code is run on the PC running Linux, I get no such error…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an embedded Linux system running on an Atmel AT91SAM9260EK board on which I have two processes running at real-time priority. A manager process periodically "pings" a worker process using POSIX message queues to check the health of the worker process. Usually the round-trip ping takes about…
>>> More