Setting up The Raspberry Pi
Raspberry Pi First thing first, make sure you are using tested peripherals http://elinux.org/RPi_VerifiedPeripherals Getting everything working on the Debian “squeeze” image debian6-19-04-2012.zip To use an image file, you will need to unzip it and write it to a suitable SD card using the UNIX tool dd . Windows users should use Win32DiskImager . Do not try to drag and drop or otherwise copy over the image without using dd or Win32DiskImager – it won’t work . If you’re still not clear on what to do, the community on the Raspberry Pi Wiki has written a guide for beginners on how to set up your SD card. Minimum size 2GB, if bigger than 2GB watch this http://www.youtube.com/watch?v=DztSRaFyaVE on how to resize the image to use all of the sd card. login pi Password raspberry First change your password Type passwd , then when it asks for current password type raspberry and hit enter (you wont see any text or * on screen when typing the pas...
