How to setup Raspberry PI
First, order your Raspberry PI here:
Read the quick start guide:
Download your Linux image and unzip it:
Install Linux:
Run this command in terminal(make sure you have the correct /dev/disk number /dev/disk[n]):
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
No comments:
Post a Comment
Please make suggestions :)