Slashdot Log In
Interest in Embedded Linux Remains Low
Posted by
samzenpus
on Wed Apr 05, 2006 05:03 AM
from the it's-always-winter-and-never-christmas dept.
from the it's-always-winter-and-never-christmas dept.
burnin1965 writes "According to EE Times interest in embedded linux remains low. I was surprised to see their headline considering I just purchased a Sony TV which runs linux and I assisted my brother in setting up an Actiontec DSL modem which runs linux. A few years back I had only heard of devices that ran embedded linux and now that they are starting show up everywhere interest is low? The survey did bring up three issues which should be addressed by the embedded linux community, whether those issues are misconceptions or actual problems. 1) Incompatibility with software, applications, and drivers. 2) Performance or real time capability. And 3) support."
This discussion has been archived.
No new comments can be posted.
Interest in Embedded Linux Remains Low
|
Log In/Create an Account
| Top
| 270 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Dlink (Score:2, Informative)
(http://xearix.com/)
Is 17% low (Score:3, Insightful)
It's about economics (Score:4, Insightful)
On the other hand, if I'm making ten units of something, engineering time is my largest expense. In that case, I don't particularly care about license fees or the cost of the tools, I just want to get the job done as fast as possible.
So, consumer goods will use Linux but most developers don't design those. Most developers work on projects that won't be produced in large numbers. Therefore most developers will continue not to use Linux.
Re:It's about economics (Score:5, Insightful)
Look at the latest Linksys WRT54 router. They've abandoned Linux and gone to VxWorks, despite the huge up-front cost for WindRiver tools, but they can use half the memory chips. This is a big win on a large production run.
On a limited production item, you often can't afford commercial tools, because it will make the selling price of your product non-competitive. Just the price of one copy of the VxWorks tools will probably add about $20 to the BOM cost on a production run of 1,000.
1/3 of the market is huge (Score:5, Insightful)
(http://blog.bfccomputing.com/ | Last Journal: Tuesday August 07, @06:50PM)
So, reading this backwards, a third of embedded systems developers are interested in embedded Linux and/or expect to be using it soon.
Compared with where the market was five years ago this is huge. Of the other two thirds, a large percentage goes to TRON [wikipedia.org] and probably VxWorks. And if you want vendor-provided qualified platforms and support, you can get that [windriver.com] from the same folks who make VxWorks.
Surely a change in survey results from a year ago is something to be curious about but there's no indication it's a trend.
GPL? (Score:4, Informative)
Linux won't take over the embedded world, mainly becuase embedded is a commercial market. Who wants to invest money in developing a product, only to have the open source community go after you? And you get bashed for trying to earn a living.
Before you flame me, I did make a good portion of the code used in my embedded device available to the BSD community. I won, they won. Nobody twisted my arm.
I'm posting AC, STOP KARMA WHORING!!!
TDT
Re:GPL? (Score:4, Informative)
(http://robots.org.uk/)
Re:GPL? (Score:4, Insightful)
(http://www.justgiving.com/garethowen | Last Journal: Thursday October 31 2002, @02:07PM)
The rules are simple : reciprocate or fuck off.
"Sony TV which runs linux" (Score:5, Funny)
(http://dattaway.us/)
What the companies should be doing perhaps (Score:3, Interesting)
Compatibility testing, and wedging in those RTOS kernel patches and supporting those where appropriate can't be a bad thing either.
Is interest low or do these devices simply work? (Score:5, Interesting)
a lot of people probably do run linux... (Score:4, Informative)
(http://www.andyrock.com/)
anyone got anything on the list? [hint: try under the 'game' section]
They are actual problems (Score:5, Informative)
The second issue is a real concern. User experience is significantly degraded when the interrupt latency is longer than the expected reaction time. There are ways to reduce the interrupt latency in Linux, but the side effects are undefined.
Support is only an issue because it is so expensive. Likewise, there are only a few top-tier Linux vendors who can offer good support. Montavista, for example, is one of the premier (if not the premier) embedded Linux vendors, but they can't support everyone who wants to build a Linux-based embedded solution. They pick and choose their support contracts, and anyone not selected needs to find someone else with the relevant support capabilities.
cell phone? (Score:1)
Linux is everywhere... (Score:1)
(embedded) linux in standalone devices (Score:3, Insightful)
(http://www.tobit.co.uk/)
dont forget #4 (Score:3, Insightful)
(http://slashdot.org/~nurb432/ | Last Journal: Friday August 27 2004, @03:24PM)
Saturated markets (Score:1)
(http://pharaoh.wordpress.com/)
Unlike the desktop space, the embedded systems space has a multitude of vendors, and a huge variety of configurations to choose from.
There is hardly any motivation to build upon embedded linux.
liability, litigability, and "excessive" openness (Score:1, Informative)
Auto companies get sued all the time (rightly and wrongly), as to their major suppliers (Delco, Denso, Bosch etc.). If a supplier's part is defective, a class action against the supplier may result. If the supplier is big like Delco they'll be in a position to defend against that action, and have enough money and insurance to survive if they lose the action.
But linux comes largely from little guys like Montevista. Even if they do accept liability, they're still too small to survive a huge automotive-defect class action. So GM or Toyota or BMW would be left holding the bill. The major automotive electronics suppliers will accept liability, and are big enough to be credible partners in a litigative society. Microsoft sells (very limited) automotive electronics products, and are again credible (from a business perspective).
IBM could sell automotive linux, as could HP, but they don't (or rather they want to supply technology to automotive electronics partners).
Now why don't guys like Denso install linux - at least partially because they all want to be little microsofts, to "own the car", and open systems and generic technogies prevent that - they think they benefit from wacky proprietary OSes and weird undocumented software stacks.
No Compaiibilty? (Score:1)
(http://asw.id.au/)
Not surprising (Score:5, Informative)
This, sadly, is very much an pointy-headed-boss driven decision. From the perspective of the HW/SW teams its just plain stupid. The problems are probably pretty representative why those 66% aren't looking into Linux.
Its gross overkill. Linux architecture is for general-purpose multi-user information processing loads. It does a whole bunch of things that are simply ballast for an O.S. that is there simply to control some special-purpose hardware and run a simple on-screen-display. Bigger micro, larger flash footprint, more on-chip RAM gobbled. This really really hurts in a genuinely cost-competitive marketplace. If you're building an Net appliance type of thing of course Linux is almost a turn-key solution. For embedded control... its the wrong kind of OS.
Licensing is a pain if you have non-trivial know-how you don't what to gift your competitors realised in your Firmware. You end up doing really vile hacks like doing stuff in user space via 'dummy drivers'. Debugging becomes fun fun fun....
The abstract machine doesn't fit. In the embedded control space sometimes the cleanest solution really is to do direct HW access. However, the hard kernel/userland divide of Unix O.S. makes doing this in a systematic, safe, way rather clumsy. You end up writing around a bazillion special-purpose HW-dependent ioctl's where what you really wanted was some selective access to the I/O bus. Then you need a HW workaround with hard real-time requirements and the 'fun' really starts.
In short Linux is a fine information processing
Midas XL8 (Score:2, Informative)
(http://www.talkunafraid.co.uk/ | Last Journal: Thursday May 04 2006, @05:37PM)
Missing figures (Score:3, Insightful)
Mindset (Score:2)
Designers vs Units (Score:3, Insightful)
If, for example, you have 1000 projects using an embedded OS of some kind. Let's say 900 of these are going to be either small-run, specialised devices, or flops. The remaining 100 are consumer items, mass-produced and sold around the world. If Linux's 17% happens to account for a large proportion of the top 100 projects, their market penetration is huge. If it's 17% accounts only for small-run projects, then it's not doing that great.
A better heuristic, IMO, would be how many units are being produced with embedded Linux, rather than how many designers are using Linux.
None of these problems actually exist (Score:1)
What software he is talking about ? Almost all software that is available for desktop Linux can run on embedded Linux, which is a few orders of magnitude more software than is available for other embedded operating systems. Regarding drivers - almost all HW vendors that work with embedded products supply linux drivers.
>Performance or real time capability
95% of embedded applications do not need hard real time capability. And average performance is once again typically higher than that of other embedded operating systems.
> Support
I'm really tired of hearing that one. Everybody and their mother is providing Linux support now. Take Windriver, for instance.
Creating perception, not reporting reality (Score:3, Insightful)
(Last Journal: Wednesday July 07 2004, @10:51PM)
Trying to create a trend or perception where there is none. Witness all those smarmy "the suit is back" articles.
In addition to accepting paid and free propaganda, trying to create public hysteria to influence political outcomes, the MSM survives on renting reader's eyeballs to advertisers. Whatever it takes to do that, they will do. Slashdot itself has fallen into that same cycle, with regular articles about "political" subjects sure to get 800 replies (and corresponding ad impressions) but with no valid technical content.
New SuperSig:
Make the requirements to vote the same as to own a gun.
Simply go to the polling place, fill out a Form 4473 [atf.gov], show your ID [aclu.org], and the poll worker will check with the FBI database [fbi.gov] to make sure that you're not prohibited from voting. If everything is working correctly, you will be allowed to vote in a few minutes.
If the GCA/Brady system doesn't violate the rights of gun owners, then what possible objection could there be to implementing the same system for voting?
Robert Racansky
big surprise. (Score:5, Interesting)
QNX on the other hand, will practically send an engineer on site to hold your hand while you get your BSP running. Support is cheap and the runtime licenses are down in the noise threshold.
Sure, QNX has a few issues. So does VxWorks. But Linux is a real lose, and I've tried.
Frankly, if I was starting from scratch and rolling my own BSP, I'd choose NetBSD. Embedded friendly license, code purity, and it probably already has your processor arch.
Other EL News.... (Score:2)
(http://slashdot.org/~Himring/journal/179579 | Last Journal: Saturday August 18, @11:20AM)
"A new survey released at the Embedded Systems conference reveals that more than half of all current embedded design projects are running behind schedule."
"The survey -- dubbed the "2006 State of Embedded Market Survey" -- indicated that some 55 percent of current embedded design projects are late or have been cancelled."
How accurate can any survey be when over half the projects are late and/or are being canceled? Bad mojo in the field of EL and not a good time to take a survey on Embedded Linux me thinks. As was stated in the blurb, EL is everywhere....
The numbers aren't that far off from 2005, but what about the years before that? Project running behind schedule are a bit less from 2005, but cancelations are also a bit up. Dunno, maybe I'm just looking for something to weaken the argument that EL is losing ground. I've always seen it as the grass-roots to keep pushing what I see as the future of operating systems, Linux....
34 % of respondents were not interested, 66% are? (Score:2)
66% are using or are somewhat interested?
So that's a good thing.
Programmers vs. devices (Score:2)
Don't forget the PS3 (Score:1)
Embedded Linux, Industrial controls (Score:2, Insightful)
An OS is only for multi-sw-part systems (Score:2)
But up to a point you are free to use per application designed common libraries and run-time systems, you don't need to have a general purpose interface/protocol between "applications" and the "operating system". This is what many light-weight embedded toolkits are: just run-time systems and shared libraries with shared data structures. They are far simpler and smaller than any version of Linux, and more tailored to typical needs here.
But if you want to have a user extendable system and an ecosystem of independent code modules and libraries all running smoothly on a variety of hw versions, with standard programming interfaces, then Linux probably is a reasonable choice. (Though I would go with Plan 9 or Inferno.) This kind of system needs more expensive hw and is more complex, but it is also kind of easier to build, because it is more "common" and more "standard". With the cost of hw falling, this type of system is going to be more and more the most cost effective way to engineer the life cycle of several product generations, when design time and itellectual property costs are bigger than costs of general purpose processors, DSPs and memory.
The other opinion (Score:2, Informative)
This is interesting stuff, as Linux, although behind Windows embedded in certain device types like smartphonse, is constantly gaining market share, and clearly leads in devices like firewall, router and wifi appliances.
-FreakGeek
"The rumors of my death are exaggerated." (Score:2)
There are already a surprising large amount of drivers around that actually works well on embedded devices as well, as long as you behave nicely and issues ordinary shutdowns. And if there isn't a device driver around - it's not that hard to write one!
Another problem is that the size of the kernel and support applications sometimes are a little large for an embedded solution.
Linux much easier (Score:1)
(http://www.matt-and-kim.com/)
Disbelief (Score:1)
Bogus Survey? (Score:2, Insightful)
I have done embedded design for more than 20 years. I have been subjected to many goofy surveys than were written by marketing suits who were clueless about how to ask proper questions. The typical survey says "Will you be doing an embedded design in the next 6 months? Y/N" and then it gives some kernels to choose from. The category of "hand rolled" is always the winner (~50%). This is because most embedded designs are quite small (8 and 16 bit) and buying a canned kernel is too much bother. Linux is not an option on these little processors (gross overkill and no MMU protection anyway).
The survey should ask "Will you be doing a 32 bit embedded design and if so, what will you use as a kernel?" If the design does not require TCP/IP networking, I still would seriously consider hand rolled as an option. When you make the kernel yourself you are not dependant on the support of the kernel provider.
I've never done an embedded Linux design, but I sure would like to. My only concern would be the complexity of dealing with the GPL (I ain't no lawyer). I'm accustom to hiding the source to prevent knock-off designs. In government research designs I willingly release the full design, but in commercial design it sets off alarm bells in my mind. I'm not sure what the reaction of a customer/employer would be if I told them I was going to release their code to the internet. I'll have to figure that part out.
Linux is being used in highend embedded devices (Score:2, Insightful)
We're developing an embedded medical device with millisecond lantency needs.
We get to use a 192MHz arm chip which is more then enough to use a linux kernel and drive our application. It's not hard real-time like a rocket control but it's more then enough for us.
Kernel and framework support for the popular embedded boards and chips (arm) is growing extremely fast, so much so that its better (for us) to use the latest distributed kernel then attempt to get Montavista to support us. Performance is more then enough so why shouldn't people use linux in the embedded devices. It's makes a hell of a lot more sense then trying to hack around a properitary kernel and toolchain.
The big win for linux is the similarity between using desktop linux and the embedded device. Also all of the services (ftp, NFS, ethernet, ping) which are available on desktop linux are also available on embedded with just one recompile. Setting up the toolchain was the hardest thing to do (and gdb still doesn't work 100%) but after that, everything WORKs exactly as before....
And don't even get me started on Qte
Cheers,
Ben
PS. For the hardware complainers who don't know what ioperm is for, try looking it up.
You get direct access to registers.
Needs Refinement (Score:1)
But it makes lots of sense in network appliances (NATs, firewalls, routers, print servers, etc) and certain consumer electronics. The latter includes things with disk storage for DVR functionality and network connectivity for services or content/conditional access. In many cases the choice of Linux in this segment is determined by the chip vendor; they may only offer reference software and tools on Linux. This is true for at least a couple of dominant vendors today.
EET should look at Linux penetration in market segments where it makes sense. Not just numbers, but also why. E.g., "everyone already knew it here", "cheapest", "chip vendor mandated", "allows us to use a gcc tooolchain", etc. I'd also like to see the numbers as a percentage of all shipped units as well as a percentage of market share (in US$).
Shes fat (Score:2)
(http://ghazan.hazara.org/)
I think for most small devices Linux is just too big. However it works better on routers and PVRs where space is not an issue. I will not buy a Linux watch or cellphone anytime soon, unless the battery can support it.
IRC Channel Metric? (Score:2)
(http://www.diamondcellar.com/)
I personally have dabbled in developing on Embedded Linux PDA's and enjoyed it. But it seems as the hardware vendors out there (at least based on what's available in the U.S.) aren't leaning toward Embedded Linux as the platform of choice. A shame because it has so many available packages to make the hardware shine. Embedded Linux PDA's can function as anything you can imagine --- Samba client/server, FTP client/server, VNC client/server, SSH client/server, DB client/server, HTTP client/server, telnet client/server, etc. The Windows Mobile PDA's I have played with don't have nearly that toolset available that I could tell. At least for free :-)
this shouldn't be a surprise (Score:1)
Quantum Tape Libraries (Score:2)
(http://www.thepacketmaster.com/ | Last Journal: Monday July 07 2003, @12:36PM)
File and TCP/IP stack (Score:2, Informative)
Really? What about this one... (Score:2)
(http://www.iccs.inf.ed.ac.uk/~s0239229/ | Last Journal: Wednesday May 23, @03:28AM)
In other news, Trolltech has just released the Qtopia platform for mobile embedded Linux [trolltech.com] I don't think the guys at TrollTech haven't done a market study before investing in the development of this new platform.
What are they designing? (Score:2)
(http://slashdot.org/)
If I were making a microwave oven, I probably wouldn't be interested in using linux either.
How many said they weren't considering it because they didn't think they needed any os?
-- Should you believe authority without question?
GPL Rules and the Linux KERNEL Exception! (Score:1)
The points are somewhat valid (except 2) (Score:1)
The points are somewhat valid. I've used a few embedded style solutions such as GeeXboX [geexbox.org].
Firstly, they rely on being minimalistic first and foremost. This means removal of unnecessary things which could use up more space and resources such as X.org for many of them. They remove a lot of things not absolutely required for the product. To that end, the first point, incompatibility applies. A lot of other software will fail to function correctly or even perhaps to run at all. Usually the saved resources are worth it, but, it does make it a LOT harder to integrate major changes such as using a new program for some part or other. This encourages the reuse of already in place stuff. For example, for the sake of maintaining the current setup, interface, software, etc, GeeXboX is using mplayer for TV rather than some of the other more popular utilities such as MythTV and one that I thought looked pretty promising to replace a lot of GeeXboX's functionality, FreeVO.
Well, my first point kind of brushes on the second point made above on performance. In fact, #2 is way off base with a real embedded linux solution. Due to the minimalistic nature of the systems, they actually perform BETTER at what they were made to do. It's only things they were not where they will do worse. For example, GeeXboX's official requirements are listed as:
* x86 Pentium-Class CPU or above (P2-400 should be quite enough) or Macintosh G3 (G4 highly recommended)
* a VESA 2.0 compliant graphics card (for x86 PC only).
* an ALSA compatible sound card.
* at least 64 MB of RAM
* CD-ROM or DVD-ROM drive
* Motherboard which supports booting on CD-ROM (should be ok for everyone
* Keyboard, Joystick or Remote Controller, using a Lirc-compatible IR (InfraRed) receiver (check http://www.lirc.org/ [lirc.org] to build yours), e.g. Miro PcTV's one or ATI Remote Wonder.
In fact, those little $100 laptops should be able to boot GeeXboX and play current gen DVDs...