Post Page Advertisement [Top]

Finally yesterday I received my so expected Raspeberry Pi, model B. I wanted to share my first thoughts after unpacking and installing Debian on it.

You've got a delivery

I purchased the Raspberry Pi something like 2 or 3 months ago at Farrell. Since they've overwhelmed by the success of the R-PI, they cannot attend all demands and therefore, you must show your "interest" by registering here. After that you'll have the chance to buy a R-PI. My initial plan was to get 3 o 4 of them, mostly because I plan to use them at work too, in the Middleware we're developing there (based in SOFIA). 

Unfortunately, at the time I purchased only one R-PI was available per order, so it will have to do with one...now that I have it here, I will get a couple more of these beauties for sure in the near future. But first things first, after a careful unpack procedure (basically opening the box as fast as I could), the R-PI showed itself as a clean an elegant board.

A beauty, don't you think?





It fits in your hand



Compared with the Pandaboard (more info here) or the Beagleboard, this is pretty damned small board! Although it provides all that is required really:

  • HDMI output
  • RCA video output
  • Audio jack output (although audio comes out also from HDMI)
  • 2 USB ports (easily expandable with a USB Hub)
  • RJ-45 plug
  • SD card slot (up to 32GB)
  • Power plug is a 5V Micro-USB (which is a great idea, in my opinion)
The processor is a Broadcom BCM2835 ARM11 700Mhz (technical specs here) which is more than enough in many cases (don't forget we're talking about a 30 bucks mini-pc here!). I got the R-PI wihtout any extras, that means that you'll have to flash a SD card with one of the OS provided in Raspberry site. The SD port is underneath the board, took some time to realize where it was in my case :D.

Flashing time

geez... this guy never gives up
So now that you have you're R-PI ready its time to flash one of the available OS systems. I'm sure that with a little hacking any Linux distro should be able to work with R-PI, but I read somewhere that drives sources are close, so I don't want to be hacking anything right from the start. Thus, go to Raspberry web site, downloads section and get one of the available distros:

  • Debian squeeze: Comes with LXDE and all the required elements to start working developing apps right away.
  • ArchLinux: A more specific Arch Linux distro, aimed for non-beginners.
  • QtonPI: A special Linux distro specially aimed to develop Qt 5 apps with Python on the R-PI. A lot of info and nice tutorials can be found here.
I chose the Debian one because I'm a Debian maniac and besides, wanted to try the beginners OS first. That said, flashing the image on a SD card is quite simple:

unzip ~/debian6-19-04-2012.zip //Unzip downloaded image and insert your SD card

df -h //Check where your SD card is mounted

sudo dd bs=1M if=~/debian6-19-04-2012/debian6-19-04-2012.img of=/dev/sdb & //dump the image to 
the SD card, depending on where your SD cars was monted, of= might change.
NOTE: This will erase all contents in your SD card, be cautious.
Send the process to background so we can monitor its progress since dd does not show progress info

top //once finished, use sync to remove the SD card

sync  //get the SD card out and put it in your RPI

Time to wire things up, I first tried connecting the R-PI to a standard screen, using a HDMI-DVI converter that was laying around somewhere.

Up&running!
 Plug it in and you're good to go. Debian distro user is pi, password raspberry and once you login, type startx to well....start the X :).

A nice desktop background :)




First program


R-PI includes the famous JOE C and Python editor, although since I started the X, I used the included Python IDE to print a simple Hello Python program. Interestingly, there is an excellent video about the first steps with a R-PI and OpenGL first tries here. Just did a print and executed in a shell:

Nice to meet you too!

As a side note, I connected the R-PI to a LCD tv at home and Full HD is being displayed without any issues, and pretty smoothly actually.

Tonight's show includes a Rapsberry

Future plans in my case include using an array of R-PI within the middleware being developed at work. I recon the R-PI have an incredible potential for this. Dunno what else to say to convince you and go get your own Rapsberry Pi right now!



5 comments:

  1. So, you already have it!!!
    I think that I will order one right now. Next time I see you, tell me how they handle sofia, although I want use it at home, connected to the tv.

    ReplyDelete
    Replies
    1. Sure, I'm deploying a client right now, although I may also try the server if it performs nicely.

      Delete
  2. Whether you are a broker or a shareholder, you are concerned with assets and securities--you trade them.
    showboxdownloadsapp.com

    ReplyDelete
  3. iZombie Season 3 will portray Liv gulping down the brain of a dominatrix. Therefore, we can expect the upcoming installment to be more engaging than the previous ones. iZombie Season 3 Release Date

    ReplyDelete
  4. On the off chance that you don't have numerous, at that point you confront a similar probability of less appealing arrangements. Verizon Fios Double Play

    ReplyDelete

Bottom Ad [Post Page]