MontaVista porting Linux to "tiny" computers 40
redmist writes "
MontaVista Software will write a version of Linux called Hard Hat for use on Force Computers "tiny" computers with embedded processors. The project will begin with Intel-based machines and later will include PowerPC machines.
MontaVista will focus on "the need for small memory footprint, guaranteed response, high availability, and other key issues that desktop Linux does not provide," the company said.
Get the whole story here.
"
Re:And don't forget Real-Time Linux (Score:1)
Re:What's the point? (Score:2)
>kernel/user paradigm, a file system, device
>nodes, yadda yadda yadda. For instance, running
Hrm. Elevator controllers again? Perhaps embeded devices do not need such things, and the again perhaps they do. I'm still puzzled as to why toasters need chips, for example. But if they moderate the tempuature providing even toast, then I can at least see why you might want them to have chips.
Basicaly, what I'm trying to say is that the usefulness would be dependant upon the device's intended use. But I could at least think that development might be easier for an embeded Linux. Then again, purrhaps not.
> Even Microsoft didn't reuse code
I'm rather wary of using Microsoft as a positive example, since it's hard to tell when they do things for a technical gain or a market gain.
> Linux is not an embedded OS, even if you try to add hard real time threads to it.
It can't hurt to try and see, can it?
Re:The Point. (Score:1)
But that would only involve in changes made to the embedded OS. You could still have proprietary embedded apps. (And yes, you can have embedded apps. Look at cisco routers...)
jf
Re:The Point. (Score:1)
Re:The Point. (Score:1)
But your statement is true for a company that wants to make Linux into an embedded OS and just sell that.
To all those who responded to me... (Score:1)
'Free' has different meanings. The GPL gives significantly less freedom than other licenses do, X and BSD for instance.
With regard to leeching, I have no problems with people using the GPL to prevent undesired use of code. However, don't lie to us about what we can do with it.
Wearables? (Score:1)
With a smaller memory footprint, and lower power consumption, could this be where Linux finally really "takes hold"?
Get the public thinking of linux and the Palm OS of wearables, then expand to desktops....
Hmmm....
Re:What's the point? (Score:1)
I'm not trying to apply Linux to everything. You're trying to extrapolate from your cellphone to all embedded systems; that's not realistic.
Display? (Score:1)
In other words, what practical applications does this have?
World Domination, Phase VII (Score:1)
Most of Linux's perceived shortcomings are already being addressed, or have active groups working on them.
This is great news!
--
Nice (Score:2)
Its just kind of funny... Other than WinCE, you are not seeing tiny devices that run Win32. I want an NT-controlled car Mp3 player. Think about it... I could get a tiny motherboard and CPU and add 64M of RAM. Then I could add a large hard drive so I could fit all the millions of lines of code onto it. Then I could have my friend reboot the system every few miles. I could also attach a trailer with a mini-power plant to my car so I could power my system.
Yea Slashdot... you watch out for me. As soon as NT5 comes out, I will buy another huge hard drive and have more people rebooting my system. Watch out...
-Clump
Re:Display? (Score:2)
Embedded devices are supposed to be zero-maintenance, so you couldn't interact with it in the field except by interacting with the device it is connected to. A simple parallel port may provide all the required I/O between Linux and the physical device.
In the shop, the device may well be PROM-programmed. The only time one would need to really interact with it is initial setup and programming. Again, use a serial port and Kermit (who needs a steenking TCP stack?), and connect to it from a real computer.
Such a machine would really never need a console, or a display. It would always do I/O to another machine (whether an embedded device or a programmer's computer) and the display load would be on the other device.
Re:Display? (Score:1)
With a modem, pppd, fetchmail, pine, and lynx, you could have a fairly decent (and small) remote system... check mail, browse the web, etc, etc... all the stuff you normally carry a laptop around for, but this would fit on your hand...
This, of course, would need some IO...
'Hard Hat Linux' name already in use! (Score:1)
What's the point? (Score:2)
Umm? What is the supposed benefit of running
the Liunx kernel on these small devices as
opposed to an embedded or real-time OS.
Besides the open-source issue? If you were
going to do an open-source embedded os, it would be better to write one from scratch.
Embedded devices don't need processes, security,
kernel/user paradigm, a file system, device
nodes, yadda yadda yadda. For instance, running
an OS like Linux, even a scaled down version,
on something like a Palm would be *stupid* It
would drain the batteries like a mofo and not
deliver any gain to the enduser.
When will people realize that there is no universal hammer? That your microwave oven is better off running with a small bit of logic in an PROM or a state machine than Unix?
Even Microsoft didn't reuse code, WinCE was rewritten because it is stupid to try and "port" to the embedded world. The only thing that was
kept the same was the subset of the Win32 API used to make it easier for developers to code applications.
Linux is not an embedded OS, even if you try to add hard real time threads to it.
Next thing you know, it will be "Linux for smart cards with 8k of RAM"
Re:What's the point? (Score:1)
2:As to using bateries like a mofo.. ever hear of the hlt instruction... cuts poweruse amazingly.
3:Security is important when you network your whole house. Wheather you like it or not people have already put java and IP in toasters and dishwashers. Just wait untill everything is that way. (I don't want some hacker to hack my toilet while I'm taking a dump!)
4:Seperating User/Kernel is good... It can keep the occasional error from killing the whole system. If an error occurs in userspace the kernel can rebuild userspace. If there is no user space the kernel can be over written.
5:I could go on but I feel I hace adaquatly responded to you concerns.
"There is no spoon" - Neo, The Matrix
"SPOOOOOOOOON!" - The Tick, The Tick
Embedded Linux (Score:1)
Have any of you actually looked at this? (Score:2)
I get the impression that none of the commenters have actually gone to Force's website and looked at their press release. They're going to offer Linux on their CPCI-730 single-board computer initially, and eventually across their product line.
Force makes Compact PCI and VME bus single-board computers in 3U and 2U form factors. I know this because we have a rackmount system based on their Centellis 4000 chassis with the CPCI Sparc card in it. These "tiny" systems aren't the wearable or PDA systems you seem to think they are. In general, industrial systems aren't designed for extreme miniaturization, but for high availability and environmental robustness.
Doug Loss
The Point. (Score:1)
1) Linux, as an OS, is gaining rapidly in developer tools, documentation, and business acceptance. and,
2) Linux is free, in all respects.
Most embedded OS's are expensive to license and single purpose in design. The cost of licensing or developing an embedded OS may be too extreme for many applications, whereas using Linux may decrease costs and make some applications more feasible.
An Open Source, GPL'ed, embedded OS may be better, but I don't see any projects like that as of yet. I have seen quite a few embedded projects involve Linux.
Using Linux leverages use of professional-quality development software (Gcc/gdb, Codewarrior, etc) now available and allow the growing number of Linux application developers to work in an embedded environment they may be more comfortable with.
Granted, a lot of stripping down is required to make an embedded Linux, but that's the beauty of it. NT doesn't make sense an an embedded os (and Microsoft tried!) because you CAN'T strip it down. With Linux, and some kernel hacking, you can.
My 2 cents..
Hard Hat? nope... (Score:1)
Re:What's the point? (Score:1)
So, as far as performance, perhaps QNX, VxWorks or similar would be better. But they do not have the easiest development system. (note: I only know QNX) Also, if you want to make a powerful one-off or two or three, QNX and VxWorks are very, very expensive. And they don't come with source code (the best place to get example code I find, is the Linux kernel).
My 2 farthings.
"Hard Hat" (Score:1)
Matthew.
Re:The Point. (Score:1)
Why Linux makes sense for embedded systems (Score:1)
First of all, there's more than a single embedded systems market. There are truly low-end systems (think toaster thermocontrols) where a Unix-like OS is certainly overkill. On t he other hand, there's a very large market segment where a Unix-like OS is not overkill. Telecom switching equipment and industrial control panels fit into this category. In these segments, it's not unusual at all for your "small" computer to be a m68k, PPC, SPARC, or Pentium running at a respectable speed and having 4, 8, or even 32+ Mb of memory. This is the market space currently occupied by VxWorks ( Wind River Systems [wrs.com]), pSOS ( ISI [isi.com]), LynxOS ( Lynx Real-Time Systems [lynx.com]), VRTX ( Mentor Graphics [mentorg.com]), Chorus ( Sun [sun.com]), QNX ( QNX Software Systems [qnx.com]), OS-9 ( Microware [microware.com]), and a whole bunch of others that I can't think of off the top of my head. Oh, yeah, and Windows CE [microsoft.com].
I even know of folks who are using Solaris or AIX in this type of application. Not to mention the poor fools who are stuck with Windows NT for control and monitoring applications (don't laugh, it happens!).
Now, the majority of these real-time operating systems (RTOS) are POSIX-compliant, at least to some degree. Usually, this means that they implement the POSIX.1 APIs. So, except for the tasking and memory models, they look a heck of a lot like Unix/Linux. Some of them (LynxOS, QNX) are downright Unix clones (like Linux). All of them have TCP/IP networking available, all of them either already have Java support or have promised it Real Soon Now, lots of them even use gcc/gdb as their toolchain.
Given that, why not Linux? Margins tend to be sensitive here, so you'd really like to eliminate those per-cpu royalties that the commercial (I should say "proprietary", since MontaVista is obviously commerical) vendors charge. And (contrary to what some /.'ers have posted) uptime is critical in many of these applications. Long-term supportability and credibility is also critical, as many of these systems may have production lifetimes of years, and field lifetimes of decades. Customers already recognize the value of having access to the source code in these circumstances, and they tend to demand it from their software vendors (it is usually provided under NDA or escrowed).
Now, check out the founders of MontaVista. Jim Ready helped put together VRTX, one of the first commerically-successful RTOS's. Jerry Kirk founded Microtec, which is the dominant vendor of compilers and debuggers for embedded systems (the XRAY debugger is the most-used debugger in the embedded world). So I would guess these two ought to have a good understanding of how to put together a OS + development enviroment that would appeal to the RTOS market.
It looks to me like, between this and eCos, we're about to see The Cathedral and the Bazaar [tuxedo.org] dynamic in yet another OS market.
While Linux is larger than Emacs, at least Linux has the excuse that it needs to be. -- Linus Torvalds
Re:Have any of you actually looked at this? (Score:1)
I expect that eventually we'll be targetting smaller devices, but our first release will target this class of board.
Gilbert Coville
MontaVista Software
Hard Hat Linux (Score:2)
"We wish to inform you that Hard Data Ltd. has made application for trademark for the brand "Hard Hat Linux" and has used that particular name for over a year for the version of Linux we produce for workstations and servers.
Therefore we have to ask you to choose another name for your project, and to distribute a press release acknowledging the fact that this brand name is already in use.
We do not wish to be difficult, or enter into an antagonistic situation in this matter, but we need to protect our trademark.
If you would like to discuss the details we invite you to call, email, or write us."
In addition, we were also approached by Red Hat in December of 1997 who initally objected to our use of the words "Hat and Linux" in this brand, and we replied to them that as our company is called "Hard Data", and as it IS a Linux distribution, we fell that our use of this brand is quite appropriate.
Since that exchange we have received no further comment from Red Hat.
We thank you for your attention in this matter.
Hard Data Ltd.
11060 - 166 Avenue
Edmonton, Alberta, Canada
T5X 1Y3
Linux vs. DR-DOS (Score:1)
Re:What's the point? (Score:1)
However, unlike other solutions, it is free, and has a reasonably mature development environment. I am aware of one solution that addresses the problems with other embedded OSes: eCos, from Cygnus (http://www.cygnus.com/ecos/overview.html). This is an open source, embedded RTOS with support for a number of common architectures.
I'm not involved in embedded OS design or use, so I can't comment on the quality of this product, but it does seem to address some of the concerns raised in this thread.