LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 06-02-2008, 04:26 AM   #1
marceliszpak
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
single board computer


im looking for sbc solution (hardware+software) which will allow to build a mp3 player which is connected to my home server via wlan.

so i need audio out, wlan and sutable procesor power.
i was browsing net but im lost is space
any suggestions , which platform i should check

thx
 
Old 06-02-2008, 04:46 AM   #2
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
Hmm... there are any number, but none are cheap!
For example, have a look at 'Advantech' (Taiwan) and 'WinSystems' (US, www.winsystems.com).
I use a lot of WinSystems gear; the gear is great and they're a very pleasant company to deal with; they look after their customers. (I'd better not say too much about Advantech, I might be asked to edit my post.)

You probably want an x86 based one to make life easier.

Now the bad news: those things cost between USD300 and USD1k, plus you have to add your own power supply ($80 for a really good one from 'MiniBox' - the 'Pico' PSUs are awesome), case, Wireless card, etc etc etc.

Now if you can get one of these cheaply it would probably be good enough for you:
http://www.linuxdevices.com/news/NS6372429785.html

Also check out 'Mini ITX' and 'Nano ITX' boards and cases; if I remember correctly, 'MiniBox' have some pretty good items: http://www.mini-box.com
Like I said, their power supplies are among the best. MiniBox also usually offer at least one type of case for whatever MoBo you find on their list, and if you're very lazy you can throw some money at them and they'll assemble and test it before posting it to you.

My guess is for a case, memory, at least 80GB HD, wireless, MoBo, power supply, you're looking at about USD600. It's certainly no toy though - it's a very capable machine - you'll have something of a 'Super iPod' - really, these machines have far more computing capacity than an iPod, so feel free to go for the slowest lowest power and cheapest.
 
Old 06-02-2008, 07:03 AM   #3
marceliszpak
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Original Poster
Rep: Reputation: 0
thx for answer
and what do u think about this one?
http://www.compulab.co.il/x270cm/htm...-datasheet.htm
it seems quite quipped and very cheap

so where is the catch?
 
Old 06-03-2008, 04:55 AM   #4
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
Ooo - very nice. Can an end user really get it for under $50?
The only catch I guess is:
power supply
packaging (see if they offer cases with mounting space for a laptop HD)
options (you obviously want the wireless)
HD connector may be specialized - see if they can provide the wiring kit needed to get from that board to your standard 2.5" laptop HD. Also see if there is an adapter to a standard IDE CDROM (for initial install).
XScale is very similar to ARM - the x86 software will not run. You should be able to get it to boot up to Debian GNU/Linux on ARM.

Still, it would be far cheaper than what I've suggested. If you're good at setting stuff up on embedded systems, this'll only take you a day. Otherwise ... mmm... it can be a bit difficult. You may very well have to load all software onto the HD, then plug the HD into that computer, then boot. On the bright side, once it's booted you can run a service like ssh and tinker with the box as you please. On the down side, you may have to set up an ARM cross-compiler on your x86 box to build software for the thing. Either way, if you enjot playing and learning, that's a great toy to start with.

The ARM is a dual-endian machine which defaults to big endian. I think with the Debian ARM distribution the bootloader is big endian, loads the kernel, switches to little endian then runs the kernel. It can all get pretty tricky. And no, you can't just build a big-endian ARM kernel, not without porting the kernel's ARM port from little-endian to big-endian. I'm also not sure if gcc supports both endians.
 
Old 04-23-2010, 04:10 AM   #5
wujianwen
LQ Newbie
 
Registered: Apr 2010
Posts: 4

Rep: Reputation: 0
embedded board

Hiteg announced a Windows CE hardware/software development kit for Samsung's ARM9-based S3C2440 microprocessor. The 100mm-square Mini2440 board features the workhorse S3C2440 processor clocked to 533MHz, and targets embedded development training applications, industrial control equipment, and consumer electronics devices...

www.developmentboard.net

such as PDAs and PNDs (personal navigation devices).

(Click for larger view of the Mini2440)

Chinese embedded ARM vendor Hiteg offers a variety of development boards and processor modules based on the Samsung S3C2440 and lower-power S3C2410 processors. The boards are typically available with software development kits (SDKs) for Windows CE 5.0 and Linux 2.6 (more details on the SDKs below).

The Mini2440 appears to be Hiteg's smallest S3C2440 development kit to date. Measuring 3.9 by 3.9 inches (100 x 100mm), the AT2440 is a four-layer board that clocks the Samsung S3C2440's ARM920T RISC core at 400MHz (dominant frequency) and 533MHz (peak frequency). Touted as the "world's fastest mobile CPU" when launched in 2003, the S3C2440 primarily targets handheld devices such as smartphones and PDAs. The SoC integrates 16KB each of instruction and data cache, 4KB RAM, a NAND flash boot loader, power management functions, an interrupt controller, and an external memory controller (see block diagram).


Mini2440 with LCD
(Click to enlarge)
www.developmentboard.net
awen@developmentboard.net
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for a single board computer feh Linux - Embedded & Single-board computer 13 04-20-2011 02:34 AM
LXer: Free Single Board Computer runs Linux LXer Syndicated Linux News 0 04-01-2007 10:31 PM
Single Board Computer evilrabbi Linux - Hardware 2 02-06-2007 06:13 PM
LXer: Terra Soft teaming up with Themis on Linux-based single-board computer LXer Syndicated Linux News 0 01-29-2007 08:03 PM
How to begin Installing Linux on an Single Board Computer. Laeeq Linux - Hardware 0 02-27-2004 08:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 11:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration