18 comments

[ 2.5 ms ] story [ 45.3 ms ] thread
(comment deleted)
Pretty cool, but has no graphics out, which excludes a lot of what people are using the raspberry pi for.
I found the phrase "just like DOS" kind of funny - presumably the writer has a Mac, and has never touched Terminal.
Yea that phrase also caught me off guard and had me wondering what year this was.
Why? DOS is probably the CLI by far most people know. Naming anything else would be pretty stupid.
(comment deleted)
I cringed at that line.
Why would he be a Mac user? Since he mentioned DOS I think it's much more likely he's a Microsoft/Windows guy who remember the DOS days.
Mashable is a silicon valley operation, I just assumed... Plus the same goes for Windows and the command prompt, but in the valley, unix is ubiquitous, and yet non-existent as far as the press knows.
They are intended for really different purposes:

Raspberry Pi: 512M RAM, ~700 MHz @700mA. Usage: replacement for desktop computers or media centers. Stellaris: 32k RAM, 80 MHz @30mA. Usage: Embedded systems, sensor networks. Good luck trying to mount a Debian-like OS in the stellaris.

Anyways, another "great" technical article from Mashable.

Disclaimer: I use Stellaris, msp430 and other TI tools daily.

Thanks for providing way more information than the author of that article ever did.
This is not a general-purpose computer, this is a microcontroller. This Stellaris LaunchPad is comparable to many other small devices such as the Arduino family. These boards are used for embedded development and are not able to run a full-blown desktop operating system such as Linux, but instead run smaller programs with the purpose to control LEDs or motors.
I think it's bit a stretch to call Cortex-M series MCU a "computer". Can you even program it on itself?
I did one of the TI seminars and got one of their eval boards for free. Their 'StellarisWare' which was basically a bunch of code which did the basic stuff you needed (like init all the registers and what not, provide a simple printf() etc) was really handy. And GCC support was pretty complete, unpacked the archive and blam, was using gmake to build demos on my Linux box. I still fired up the Windows VM to run the downloader as it worked better than the tools on Linux but still, very nice kit. I have encouraged them to add a bit more RAM to their line.