If you are only interested in a short quick start guide you can find it here, in several languages, as a .pdf :
http://www.raspberrypi.org/archives/2892
Lets get started!
First you have your R-Pi (if the picture is a bit too small for you, open it in a new window)

Arrange your board to look like the photo and let's get connecting!
On the bottom "edge" in the middle of the board is the HDMI Type A (Full sized) port. Just connect any HDMI cable from the board to your TV for video and audio
If you don't have an HDMI port you can use the yellow phono jack (RCA Jack for those who call it that) located in the middle of the "top" edge and the 3.5 mm stereo headphone jack to the right of it.
Plug a USB keyboard and mouse into the USB slots located on the right edge. You can also plug a wifi adapter into the USB slot for wireless internet access
Just under the USB ports on the right edge is the ethernet connector for anyone who wants to plug the R-Pi into a wired network.
On the underside of the board on the left edge is a spot to put your full sized SD card (or micro SD card in a full-sized adapter) You can buy a pre-imaged card, or make one yourself. Instructions are in the raspberry PI Wiki, (http://elinux.org/RaspberryPiBoard) here: http://elinux.org/RPi_Easy_SD_Card_Setup. Make sure to visit the downloads page to get the Operating System to use with the Raspberry Pi and instructions on how to put it on the card (FYI, you can not just copy and paste). At the moment Raspbian is the preferred option, but don't be afraid to download all the available options, and test them out for yourself!
Finally, at the very bottom of the left edge is the micro usb power connector. Plug in a regulated power supply that is rated at 5V ±5% and at least 700mA (or 0.7A). Any number bigger than 700 mA (like 1000mA) will also work. Avoid using the smaller chargers used for small GSM phones, as these are often unregulated, even if they claim "5V 1A", they may do "5V" and may do "1A", but not at the same time!
Not sure if you have a micro usb? Here's an easy picture to tell the difference

The miniUSB (on the left) is the wrong one. It’s larger and looks like a trapezoid with its sides pinched in. The microUSB (on the right) is the correct one. It is smaller and also looks like a trapezoid except it’s sides are rounded outward.
So with the setup ready ist time to power on the PI, if the PI gets power the red LED marked PWR will light, and all goes well the green LED marked OK (and ACK in later version) will blink to show whenever the PI reads from the SD-card.
Note that the PI doesn't have a BIOS (or rather, even the BIOS is stored on the SD-card), so without succesful booting the PI will show nothing on screen!
If all goes well the PI will show a "rainbow screen", (actually four pixels expanded and blended to full screen size by the GPU) shortly followed by a long scrolling text that tells you exactly what the PI is doing to get ready to work.
Once the R-Pi finishes loading, you'll need to put in your user name and password (this information is also located on the downloads page). The default name is "pi", and the default password is "raspberry", but note that when entering the password nothing will be displayed on screen!
Its possible that this step is skipped at the very first time you boot.
After that (only the first times you boot) you will be presented with the configuration menu.

you can, (read must) use this to expand the space on your SD-card to the full size of the card, enable overscan for your monitor, set the keyboard configuration, (If you do not use an UK keyboard, but for example an US keyboard, then here is the place where you can switch to an US keyboard layout!) and other basic configuration options such as password and user options.
The menu won't be shown on later boots, but can be recalled at any time by running raspi-config: using:
- Code: Select all
sudo raspi-config
- Code: Select all
startx
- Code: Select all
sudo halt
- Code: Select all
sudo shutdown -h now
If you are using an older Rasbian distribution, (pre-loaded card) and have an internet connection, (just plug in an Ethernet cable to your ethernet modem should do the trick) you might want to upgrade and update Raspbian to the latest version. To do so just do:
- Code: Select all
sudo apt-get update
sudo apt-get upgrade
A nice starter guide which goes into more details (especially on creating an SD-card) can be found here:
http://www.engadget.com/2012/09/04/raspberry-pi-getting-started-guide-how-to/
An educational guide with focus on learning to program can be found here:
http://www.raspberrypi.org/archives/2965
Finally there is the free monthly magazine, the magpi, which can be found here:
http://www.themagpi.com/
And not to forget, there is an official raspberry PI User Guide, written by RPF members, details can be found here:
http://www.raspberrypi.org/archives/2004