Slashdot Mirror


Choosing an Embedded OS for Sustainability?

vivekb asks: "I work for a small start-up that's building its first commercial product. Because cost is less of an issue than development time, we've decided to make the brains out of an ETX computer with some sort of (non-realtime) operating system. Based on initial costs of tools and estimated license fees, the cheapest OS's I've found are Windows CE and several offerings of Linux. The big question that I can't answer is, 'How much will these platforms cost in sustaining activities?' In three years, when we're fixing bugs or applying patches, how much will we be paying vendors and how much will we be spending on internal developers? When the Linux kernel is at version 3.0 and our device is still running 2.6 -- or when CE reaches .INFO and we're still at .NET -- will support even be available? If anyone has past experience picking an embedded OS for a screen-and-button based electronic device, what did you learn to stick with or avoid?"

4 of 68 comments (clear)

  1. QNX or one of the BSD's? by hot+soldering+iron · · Score: 2, Informative

    QNX is a long running Posix-compliant real-time OS, complete with embedded developement tools. But if you need to keep the sourcecode "tight to your chest" the *BSD license allows that, i.e. it's free to you, but you don't have to give out your changes if you don't want to.

    --
    When you want something built, come see me. If you want correct grammar and spelling, get a F*ing liberal arts student.
  2. Re:Hire An Expert by bsd4me · · Score: 3, Informative

    There is a lot of truth to this. A few years ago, I joined a project team after development had been underway for a while. Most of the people had no embedded experience, and I had to spend a lot of time redoing things that would have been OK on a general purpose system, but were nightmares under an RTOS. There a lot of programming fields where speciality and experience matter, and embedded systems is one of them.

    --

    (S(SKK)(SKK))(S(SKK)(SKK))

  3. Re:Linux for Longevity. by plalonde2 · · Score: 2, Informative
    For longevity (and feature set, and good design, and portability) pick Inferno.

    Limbo, its language, is c-derived, but safe. The network model makes sense. And it's mature as an embedded platform.

  4. Re:Hire An Expert by AgentCooper · · Score: 2, Informative

    I'm a developer on the Windows CE team at Microsoft.

    Microsoft offers a minimum of 5 years support for Windows CE. Beyond that you can get up to 5 more years support (at additional cost). Click here to read more about how we support Windows CE.

    We're active on the newsgroups as well, as are many of the more experience developers who've used CE in their products.

    I'm not familiar with ETX hardware, but we have excellent support for x86-based CPUs and the usual peripherals. You can even add device drivers to your build by dragging and dropping them from the catalog in our IDE. You can download our tools and most of the source code (even the kernel) here. It's a free 4-month trial, so please check it out.

    Good luck with your project!