Raspberry Pi Reviewed, With an Initial Setup Guide
jjslash writes "It has been six years in the making, with the original goal of the project intending to reignite computer programming in schools across the country. Despite those honorable intentions, the $35 ARM-based credit-card sized computer has captured the imagination of programmers, consumers and tinkerers alike, resulting in unprecedented demand for the product. Last month the first 10,000 credit-card sized computers were set to make their way to those who pre-ordered them back in February. TechSpot takes a look at the Pi Model B, covering the basic steps for setting up the computer, as well as basic post-installation tasks those first using it might encounter."
Now you can buy an entire computer for less than a license for the Windows operating system.
I want my 2 dollars.
I remember back in the good old days when it was called the $25 ARM-based credit-card sized computer.
I'm an American. I love this country and the freedoms that we used to have.
My 2c worth:
How about making it so that when it powers-up, it's ready to go, without having to set up a user account, etc... just create the image on the SD card, then have the Pi come up to a desktop environment with a few helpful links. One of them should be a user-friendly programming environment that's just a mouse-click away, containing a few useful and easily modified example programs. Make the language something better than BASIC, but just as easy-to-use/learn... "Think of the children".
Willie...
From the article: "We assume you're on Windows or you probably wouldn't need this guide."
It's hard to explain to the GUI crowd why this is such a big deal...
Support microSD: in a post 9/11 world, it is unwise to carry your data on media that you cannot comfortably swallow.
Depending on your definition of "functional", I believe some of the Arduinos, BASIC Stamps, and the similar are in that range. Of course, these will require custom programming and don't just drop into a self-hosting Linux environment, and don't have video out, but they are fully self-contained computing & IO devices.
While the RPi is pretty weak compared to the current ARM offerings, it does trounce the microcontroller range in computational capability, but its IO would require extra hardware (it's not buffered, etc) to do some real interfacing.
Just out of curiosity, what functional (as opposed to ideological) alternatives to the Raspberry Pi are there in this price bracket?
None, I think. Only less functional (say, 8-bit microcontroller kit / Arduino stuff?), more expensive ones (like Beagleboard), or used / bulky / second hand gear.
Personally I like the Raspberry Pi a lot for its combination of cheap, small, brand new, and open-friendly. Biggest minus IMHO is that it's not 100% open due to lacking chipset documentation/drivers. Which limits what OS'es you can run or develop on it. Had such documentation been complete, this would be a perfect dev board for alternative OS experiments.
Well mine arrived yesterday. First impressions:
Build quality is a bit iffy - the SD / HDMI and power connectors won't last 5 minutes with frequent swapping and some of the solder joints look to have been "reworked".
Connected keyboard/mouse and HDMI monitor put the Fedora image on an SD card and powered her up.... Kernel panic :( Futzed around for a while and finally found that it didn't like the keyboard I was using (generic cheepie).
Connected the network and removed the keyboard and mouse. Eventually booted to a login prompt on the display. SSH in and all looked good.
Decided to try Debian. That had the same problem with the keyboard as Fedora. Found another keyboard (ancient Fujitsu Siemens one) that it didn't object to and got into the GUI. Biggest problem here was the resolution was some strange one (1896x788 or something) which looked awful on a 1920x1080 screen, but at least I was able to fire up the browser and "surf the web".
Back to Fedora... Tried to get into the GUI again with the working keyboard but startx crashed the first time and just came up with a blank screen the second.
Reflashed the image and had an awful row with the password settings. By luck I'd set a local timeserver when I'd first logged in by SSH (no, I don't give extarnal access to every device on the network so the default timeservers weren't accessible). This meant the passwords were set with a valid date. Second time around the "firstboot" script ran, setting up users but without the time being set, so the passwords were flagged as expired and had to be changed on every login - very annoying.
Finally got into the Fedora GUI but it was slooooooow.
Overall, yes it works. Some effort is needed on the default images if it's to be used by the great unwashed. Need to play with the GPIO as that's where my interest is...
Do you know what the purpose of the Pi is? An educational computer for children (like the amiga or the atari back when we were young).
It has a TV out and an HDMI Port. I live in Europe, I don't know any family without a TV (well very few, but they don't have a TV by choice and not because they can't afford one, however they have a computer and therefore a computer display). RasPi is a UK Company. The European community is regulating cellphone chargers. They must use an USB Micro-B connector (with 800-1000 mA output). Guess what? This is also the sort of power supply the RasPi needs. Since most Europeans get a new cellphone every 1-2 years, these chargers are disposable (every new phone comes with a new charger even though the old one is still working perfectly).
So display available, check. Power supply available, check.
Now all we need is an SD card, a Keyboard and a mouse (USB). I live in one of the most expensive places in the world. But a cheap keyboard and a cheap mouse would not cost more than 15 us dollars. And if I were a smart kid, I'd ask family and friends if I could buy used ones (which I probably would get donated). NEarly all families already have a mac or windows pc (but might not want their children to break it while experimenting) mouse and keyboard could be used from the already available computer.
Well, now we have only one item left that is missing, the SD card. Many digital cameras are replaced here with smart phones. It's not the same but I see those aging cameras laying around in many house holds. Guess what, they often use SD cards. But since the SD card needs to be reformatted and somewhat inserted permanently into the device, it might be reasonable to buy a separate one.
This leaves us with one extra expense: a new SD card for $20-30, big deal!
I personally think the RasPi team has a very neat design there, don't you?
Cheers,
-S
I was playing with one last weekend (someone at my office somehow got *two* the lucky guy) and wrote a buch of notes about the default Debian image.
/* FUCK - The F-word is here so that you can grep for it */
Some people think Desktop with shiny windows if they hear the word computer.
The Pi has (for example) GPIO ports along with SPI, I2C, UART and more. If this is not enough, or you don't want to design your own PCB you might add a gert board and you get motor drivers without any knowledge of electronics. Now you have a robotics platform. Since it is running Linux one has a plethora of programming languages at hand to do something useful with these features (for example robotics).
Or you may just want to build an appliance which can be controlled via http, IR whatever (media center any one?).
Of course, it can also be used as very cheap desktop or server of some sort. But for people with an imagination beyond the Desktop this little computer is a big deal.
2 millions ordered in that short time without millions of marketing budget tells me that some people might have a vision beyond the Desktop. And that for only $35.
Cheers,
-S