Difference between revisions of "Raspberry Pi"
Jump to navigation
Jump to search
Glyn.hudson (talk | contribs) |
Glyn.hudson (talk | contribs) |
||
Line 6: | Line 6: | ||
===Design Files & Part List=== | ===Design Files & Part List=== | ||
===Raspberry Pi Setup=== | ===Raspberry Pi Setup=== | ||
====SD Card Setup==== | |||
#Download [http://www.raspberrypi.org/downloads Raspbian 'Wheezy' SD card image ] ''This guide was made using 18th September 2012 release.'' | |||
#Copy SD card image on SD card using Linux tool "dd" for any other OS see [http://elinux.org/RPi_Easy_SD_Card_Setup Raspberry Pi tutorial] | |||
#* Insert SD card <code>$ df -h</code> to view mounted partition, make note of SD card device name, for me this was 'sdb' | |||
#* Unmount SD card <code>$ umount /dev/sdb1</code> you will need to change sdb to match your SD card drive. If the card has more than one partition un mount that also <code>$ umount /dev/sdb2</code> | |||
#* Write the .img to the card <code>$ sudo dd bs=4M if=~/Downloads/2012-09-18-wheezy-raspbian.img of=/dev/sdb</code> again you will need to replace sdb with your SD card device name and modify the location and name of the image as need. | |||
# | |||
===Security Setup=== | |||
====Emoncms Setup==== |
Revision as of 20:40, 22 October 2012
RFM12Pi
Overview
Design Files & Part List
Raspberry Pi Setup
SD Card Setup
- Download Raspbian 'Wheezy' SD card image This guide was made using 18th September 2012 release.
- Copy SD card image on SD card using Linux tool "dd" for any other OS see Raspberry Pi tutorial
- Insert SD card
$ df -h
to view mounted partition, make note of SD card device name, for me this was 'sdb' - Unmount SD card
$ umount /dev/sdb1
you will need to change sdb to match your SD card drive. If the card has more than one partition un mount that also$ umount /dev/sdb2
- Write the .img to the card
$ sudo dd bs=4M if=~/Downloads/2012-09-18-wheezy-raspbian.img of=/dev/sdb
again you will need to replace sdb with your SD card device name and modify the location and name of the image as need.
- Insert SD card