EmbeddedRelated.com
Forums

Looking for simple board to run linux

Started by Stefan Arentz June 29, 2009
I'm looking for something similar to a gumstix board but then more
affordable. What I need:

Smallish board with Ethernet, SPI, GPIO, 3.3V
Capable of running a recent linux kernel that has IPv6
Free toolchain (gcc)

I don't care much about processor architecture. I just need something
simple to do a proof of concept of an 3.3V SPI device connected to the
IPv6 internet.

Can anyone recommend a development board with these specs?

 S.
Stefan Arentz wrote:
> I'm looking for something similar to a gumstix board but then more > affordable. What I need: > > Smallish board with Ethernet, SPI, GPIO, 3.3V > Capable of running a recent linux kernel that has IPv6 > Free toolchain (gcc) > > I don't care much about processor architecture. I just need something > simple to do a proof of concept of an 3.3V SPI device connected to the > IPv6 internet. > > Can anyone recommend a development board with these specs?
http://www.jkmicro.com/products/omniflash.html Disclaimer: Product is made by my company
On 2009-06-29, Stefan Arentz <stefan@keizer.soze.com> wrote:
> > I'm looking for something similar to a gumstix board but then more > affordable. What I need: > > Smallish board with Ethernet, SPI, GPIO, 3.3V > Capable of running a recent linux kernel that has IPv6 > Free toolchain (gcc) > > I don't care much about processor architecture. I just need something > simple to do a proof of concept of an 3.3V SPI device connected to the > IPv6 internet. > > Can anyone recommend a development board with these specs?
Olimex makes a number of boards that meet your requirements, for example: http://www.olimex.com/dev/sam9-L9260.html Those retail for around 200USD. In the US you can get them from microcontrollership.com. Here's something under $100, but I've no experience or information on the vendor. They don't take credit cards (only wire transfers), so that may be a concern: http://www.sklep.propox.com/index.php?d=produkt&id=2119 -- Grant
On 2009-06-30, Grant Edwards <invalid@invalid> wrote:
> On 2009-06-29, Stefan Arentz <stefan@keizer.soze.com> wrote: >> >> I'm looking for something similar to a gumstix board but then more >> affordable. What I need: >> >> Smallish board with Ethernet, SPI, GPIO, 3.3V >> Capable of running a recent linux kernel that has IPv6 >> Free toolchain (gcc) >> >> I don't care much about processor architecture. I just need something >> simple to do a proof of concept of an 3.3V SPI device connected to the >> IPv6 internet. >> >> Can anyone recommend a development board with these specs? > > Olimex makes a number of boards that meet your requirements, for > example: > > http://www.olimex.com/dev/sam9-L9260.html > > Those retail for around 200USD. In the US you can get them > from microcontrollership.com.
microcontrollershop.com -- Grant
On Mon, 29 Jun 2009, Stefan Arentz wrote:
> I'm looking for something similar to a gumstix board but then more > affordable. What I need: > > Smallish board with Ethernet, SPI, GPIO, 3.3V > Capable of running a recent linux kernel that has IPv6 > Free toolchain (gcc) > > I don't care much about processor architecture. I just need something > simple to do a proof of concept of an 3.3V SPI device connected to the > IPv6 internet. > > Can anyone recommend a development board with these specs? > > S. >
Atmel's NGW-100 has similar specs ...
Spam@ControlQ.com writes:

> On Mon, 29 Jun 2009, Stefan Arentz wrote: >> I'm looking for something similar to a gumstix board but then more >> affordable. What I need: >> >> Smallish board with Ethernet, SPI, GPIO, 3.3V >> Capable of running a recent linux kernel that has IPv6 >> Free toolchain (gcc) >> >> I don't care much about processor architecture. I just need something >> simple to do a proof of concept of an 3.3V SPI device connected to the >> IPv6 internet. >> >> Can anyone recommend a development board with these specs? >> >> S. >> > > Atmel's NGW-100 has similar specs ...
This is an excellent suggestion. It's 108 CAD from Digikey. I think I'll order one. S.
Stefan Arentz schrieb:
> I'm looking for something similar to a gumstix board but then more > affordable. What I need: > > Smallish board with Ethernet, SPI, GPIO, 3.3V > Capable of running a recent linux kernel that has IPv6 > Free toolchain (gcc)
Have you considered the BeagleBoard? http://www.beaglebord.org -- Klaus Rotter * klaus at rotters dot de * www.rotters.de
On 2009-07-01, Klaus Rotter <klaus.removeme@rotters.de> wrote:
> Stefan Arentz schrieb: >> I'm looking for something similar to a gumstix board but then more >> affordable. What I need: >> >> Smallish board with Ethernet, SPI, GPIO, 3.3V >> Capable of running a recent linux kernel that has IPv6 >> Free toolchain (gcc) > > Have you considered the BeagleBoard? http://www.beaglebord.org
He'd have to use a USB-Ethernet dongle. Those suck -- particularly under Linux. -- Grant Edwards grante Yow! Inside, I'm already at SOBBING! visi.com
On Jul 1, 3:42 pm, Grant Edwards <invalid@invalid> wrote:

> > Have you considered the BeagleBoard?http://www.beaglebord.org > > He'd have to use a USB-Ethernet dongle. Those suck -- > particularly under Linux.
Pretty sure they can work, but it's inelegant. I think there would be a real market if someone wanted to do a beagleboard+ type of thing with on board ethernet.
cs_posting@hotmail.com writes:

> On Jul 1, 3:42 pm, Grant Edwards <invalid@invalid> wrote: > >> > Have you considered the BeagleBoard?http://www.beaglebord.org >> >> He'd have to use a USB-Ethernet dongle. Those suck -- >> particularly under Linux. > > Pretty sure they can work, but it's inelegant. > > I think there would be a real market if someone wanted to do a > beagleboard+ type of thing with on board ethernet.
Well, I ended up getting the Atmel NGW100 board. It looks pretty good. USB, dual-Ethernet, serial, SD, lots of IO. For 108 CAD, which is extremely reasonable. In this case I don't really care that it is a new architecture (AVR32) but I would have preferred something ARM based like the beagle board. S.