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.
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.
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 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.
18 comments
[ 2.5 ms ] story [ 45.3 ms ] threadhttp://www.ti.com/ww/en/launchpad/stellaris_head.html?DCMP=s...
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.