Showing posts with label Raspberry PI. Show all posts
Showing posts with label Raspberry PI. Show all posts

Friday, August 2, 2013

How to setup Raspberry PI

How to setup Raspberry PI
First, order your Raspberry PI here:
http://www.newark.com/raspberry-pi

Read the quick start guide:
http://www.raspberrypi.org/wp-content/uploads/2012/04/quick-start-guide-v2_1.pdf https://github.com/raspberrypi/noobs

Download your Linux image and unzip it:
http://www.raspberrypi.org/downloads

Install Linux:
http://elinux.org/RPi_Easy_SD_Card_Setup

Run this command in terminal(make sure you have the correct /dev/disk number /dev/disk[n]):
sudo dd bs=1m if=2013-07-26-wheezy-raspbian.img of=/dev/disk2