What is the importance linux in Embedded systems? why not windows?

Status
Not open for further replies.

Surender Reddy

Full Member level 2
Full Member level 2
Joined
Jan 28, 2012
Messages
129
Helped
7
Reputation
14
Reaction score
7
Trophy points
1,298
Location
Bangalore, India
Activity points
2,186
What is the importance linux in Embedded systems? why not windows?
if we go for arm processors, the os is in linux. How it is secured?
 

Linux is the open source platform available and as it is open source we can view and verify it even from the kernel level but windows is not allowing that freedom to us. As we are dealing with embedded systems we must integrate hardware and software according to our needs. So linux is the best option coz we can even write basic kernel level drivers also according to our requirement.
 

And Windows is orientated toward keyboard, graphical video and a mouse, items which are probably not present in an embedded environment. It is also massively bigger than the Linux core.

Brian.
 

HOST ARCHITECTURE !

Windows runs on x86 or x86_64 and, if you play real nice with Microsh**it, you can run Wincrap 8 on a specific ARM platform.

Linux runs on just about anything. As far as I know the only requirement is a MMU unit.

- - - Updated - - -

By the way, embedded linux systems are not considered embedded systems by advanced programmers.

A real embedded system has come to be known as BAREBONE. Anything with a general OS is NOT an embedded system, it's just another industrial computer.
 

Status
Not open for further replies.

Similar threads