Introduction To Single Board Computing
Introduction To Single Board Computing
Introduction To Single Board Computing
BOARD COMPUTING
This is an introductory post which deals with single board computers, their need and examples. Two popular boards
– Raspberry Pi and BeagleBone Black are also discussed in detail. In the end, the features of these two boards are
also compared.
Contents
o Introduction
o Examples
o Raspberry Pi
o Raspberry Pi Specifications
o The Beagles
o BeagleBone
o Summary
o What’s Next?
Introduction
With the advent of technology in the consumer electronics domain, single board computers have become quite
popular among both consumers and developers. These days everyone has virtually become so much “wired” that
they cannot live without these so called – gadgets. Right from the mobile phone in your pockets to high end gaming
consoles, including tablets, PCs, iPod, etc., everything is basically a single board computer.
These days’ semiconductor manufacturers are building ever powerful processors, which are no less than beasts,
thanks to Moore’s Law. These processors, based upon a unique architecture like ARM, Intel x86 or other custom
architectures, give whopping performances like 1.2 GHz clock frequency, etc. When combined with 1GB DDR3
RAM, 2GB Flash storage, HDMI/AV port, USB ports, LAN ports, etc. on the same board, it becomes a single board
computer! Simply power it up, connect to a display device and boom! You are all set to go… your computer has
successfully booted into an OS like Linux, Android, etc.
These single board computers are not as powerful as the current day PCs, laptops or Mac, and hence do not dissipate
much heat. In addition to that, the processors are designed in order to generate less heat and consume less power.
That’s why you can run your smartphone the entire day without charging the battery or cooling it down!
All the electronic gadgets that you see around – smartphones, tablets, etc. have one such single board computer
inside them – their motherboard! Most of them will run Android and iOS (an OS just like Windows, Linux, Mac
OSx, etc.). You can download and install apps just like you do on your PC.
Why do we need them?
There are several reasons one might opt to use a single board computer.Portability being one of the major features.
You can carry around a small computer like your smartphone in your pocket everywhere you go! These devices are
pretty intuitive to use as well. They consume less power and energy as compared to traditional computers. And the
most important feature is being cost effective! Being low cost, these products can reach a much larger part of the
community. And this makes them suitable for developer applications as well for development of new apps, testing,
debugging, hardware development, hackingetc.
Examples
As an end user (or consumer), examples are all around you – electronic gadgets! Next time you look at any such
gadget, Google out its specifications!
As a developer, apart from the gadgets, there are some notable single board computers available in the market for
both, hardware and software development. Some of them include Raspberry Pi, The Beagles (BeagleBoard,
BeagleBoard xM, BeagleBone, BeagleBone
Black), PandaBoard, MK802, MK808, Cubieboard,MarsBoard, Hackberry, Udoo, etc. Recently, Intel® has also
entered into the Open Source world with its Atom™ processor based MinnowBoard.
In this post, further we will discuss mostly about Raspberry Pi and The Beagles (mostly the new BeagleBone
Black), since they are the two most cost effective and small sized single board computers.
Raspberry Pi
However the low cost of Pi has led to several developers get their hands on it and work out several interesting
projects and hacks using it! And the presence of GPIO (General Purpose Input/Output) pins on the board has lured
many developers to use it for several physical computing projects which include hardware interfacing of electronics!
Since it is open source, it has a huge community supporting it. Just check out its website, and you will get to know
what people have done with it! You can also learn more about it at one of its distributors, Farnell element14.
Raspberry Pi Specifications
There are two models of Raspberry Pi – Model A and Model B. Let’s have a look at some of its specifications:
So you can see that Raspberry Pi is powerful enough to drive a 1080p monitor and serve as a full-on desktop
computer! In the upcoming posts on maxEmbedded, we will not only learn how to use Raspberry Pi as a
desktop computer and a media center, but also for development and hacking purposes! So subscribe to stay
tuned!
The Beagles
Based upon ARM based processors from Texas Instruments, the Beagles are a bunch of single board computers
aimed at open source computing. The Beagles consist of four siblings – BeagleBoard, BeagleBoard
xM, BeagleBone and the all new BeagleBone Black.
BeagleBoard and BeagleBoard xM
BeagleBoard xM (Photo Courtesy: Texas Instruments)
BeagleBoard is $125 single board computer, which contains the OMAP3538 SoC by Texas Instruments (TI) based
upon 720 MHz ARM Cortex-A8 processor. The cool thing about this board is that it has an on-board Digital Signal
Processor (DSP) along with the ARM processor. The TMS32064xx DSP by TI is pretty powerful and is used for
processing analog/digital signals (like audio, video, etc). It has a 512 MB SDRAM as well.
BeagleBoard xM is the successor of its elder sibling which costs $149, contains the AM37x SoC by TI based upon 1
GHz ARM Cortex-A8 processor. It has significant developments in the board design and specifications over the
traditional BeagleBoard. You can check out the differences here. This board is powerful enough to give laptop-like
performance!
One of the best things about these boards is that they are open source and have good support from the developer
community and has also developed an ecosystem by now.
BeagleBone
BeagleBone
This is a smaller version of the BeagleBoard(s). It has an AM335x 720 MHz ARM Cortex-A8 processor from TI
and costs $89. But unlike the BeagleBoard(s), this doesn’t have a DSP at all. It has 32 KB of EEPROM and 256 MB
DDR2 RAM. What made it more popular among developers is its greater scope for hardware interfacing with more
number of GPIO pins and more supported interfaces (like UART, Timers, PWM, ADC, SPI, etc).
So till now we have discussed about Raspberry Pi, BeagleBoard, BeagleBoard xM and BeagleBone. You can refer
to this site for a comparison of specifications between them all. But more than all of them, we are interested in
discussing about the all new revolutionary BeagleBone Black released this April (2013).
The All New BeagleBone Black
The BeagleBone Black is a $45 mini-PC and is the most recent version of the Beagles and contains a TI Sitara
AM335x ARM Cortex A8 processor running at 1 GHz clock speed. It has the same pin layout as that of its previous
white version BeagleBone. It has 512 MB DDR3 RAM and 2 GB on-board flash storage which is used to boot an
OS. By default, it comes with the Linux Angstrom pre-loaded OS and can support different flavors of Linux and
Android.
Similar to the Raspberry Pi, it comes with one USB port, one microUSB port, a micro HDMI port, a micro SD card
slot and a 10/100 Ethernet jack. Now unlike the 8 digital pins of Raspberry Pi, BeagleBone Black has 65 digital I/O
pins, analog pins, SPI, I2C, PWM, timers, and much more! We will discuss more features in the next section where
we compare BeagleBone Black and Raspberry Pi. Again, you can learn more about the BeagleBone Black at its
distributor, Farnell element14.
Summary
Now this is more than enough for one single post! Let’s summarize what we discussed in this post:
o We discussed about the basics of single board computing along with their practical implementations and
examples.
o Then we discussed about Raspberry Pi, which is a single board computer, and its features.
o Then we checked out the Beagles – a family of four single board computers – BeagleBoard, BeagleBoard
o Finally we ended with a comparison between Raspberry Pi and the BeagleBone Black.
Source:
http://maxembedded.wordpress.com/2013/07/02/intro
duction-to-single-board-computing/