vote up 3 vote down star
1

Hello,

Living my entire professional career in software development, I don't even know how to phrase my query to get proper Google results for this one.

I want to run a customized version of linux ( probably ELKS if it is applicable ) on some tiny low powered hardware. I will prepare the os and attach it to the hardware via a memory card of some sort. So my question is, apart from the hardware needed for memory card i/o, what is the cheapest, minimal, lowest powered hardware I need to run a linux os. Even if you can point me to a google search that I have not thought of, it would helpful.

Thanks guys.

-Talesh.

flag
This is a site dedicated to questions regarding programming (i.e. software). Your question is about hardware. Do you see the problem? – Neil Butterworth Apr 1 at 14:56
How about doing it without hardware? You could use a free emulator like qemu. – sigjuice Apr 1 at 14:56
gumstix.com/products.html – Lazarus Apr 1 at 15:00
I see no problem with "Embedded Software" (which this question is essentially geared towards). – Nate Apr 1 at 16:32

closed as not programming related by Neil Butterworth, Eric Petroelje, Cruachan, David, Manni Apr 1 at 16:06

8 Answers

vote up 2 vote down check

VIA's line of Pico-ITX devices are small, low powered, and can run Linux. I have the Artigo development kit, and it acts as a very nice network appliance.

If you are looking to mass produce a device, check into the Microchip PIC processor line, as well as TI and their Davinci line.

link|flag
Thanks Jade! I just came upon similar information on another question. – Talesh Apr 1 at 15:19
vote up 1 vote down

I've run Linux on a 50MHz 486 DX/2 laptop with 12 megs of RAM and a 75 meg hard drive. The floppy drive was dead, but luckily it was running DOS so I was able to install Laplink through the serial port and copy over enough to get Linux up and running with loadlin. It didn't take much doing to get it running (X, sound, networking over PLIP) so I'm sure you could get something usable on a much lesser machine, and I think you'd actually have trouble finding something that pitiful these days short of a microcontroller.

link|flag
vote up 2 vote down

Thanks for all the answers guys. I was however looking for even lower powered devices. However with enough searching on this site I found some helpful links here: http://stackoverflow.com/questions/88626/best-platform-for-learning-embedded-programming

link|flag
Question is closed, but might I point out beagleboard.org and gumstix.org. You can get some tiny linux capable ARM procs - the acronym SOC (System on Chip) may help when googling. – Peter Gibson Apr 8 at 7:25
vote up 0 vote down

I would take a look at Tiny Core Linux. It's very small and needs next to nothing to run.

link|flag
vote up 0 vote down

An example of tiny Linux distribution: Damn Small Linux.

An example of hardware able to run Linux: Nintendo DS Linux.

link|flag
vote up 1 vote down

How about one of these.

link|flag
vote up 0 vote down

Cheapest ? In production or for a single buy ?

I think it would be an ARM based machine. Try a wireless router, or a PDA. But then you have a screen and a touchpad/screen, it is not that cheap :)

link|flag
vote up 1 vote down

Well, you can run Linux on some pretty low end hardware. Haven't tried it myself, but you can run it on an iPod. You can also run it on many different PDAs, Cell Phones, and even things like wireless routers.

link|flag
An Ipod / PDA is generally quite a powerful piece of kit (500+ MHz, 500MB RAM etc.) – ck Apr 1 at 15:19

Not the answer you're looking for? Browse other questions tagged or ask your own question.