Rasbian installation

How to install Rasbian (Debian Wheezy) to Raspberry pi.

Firsty we need to download some files,

  • Goto Here and download Rasbian
  • Download “Win32DiskImager” for Windows

(if you want to install rasbian from linux or mac you need to know how to use terminal)

For Windows =

First step is unzip the Raspbian file (“XXXX-XX-XX-wheezy-raspbian.zip”)

Second step is pluging SD card to your pc with adapter or without adapter.

Open “Win32DiskImager” you will see this window

Win32DiskImager

Press the blue folder button and select “xxxx-xx-xx-wheezy-rasbian.img” (that file you unzipped from)

And pick your sdcard letter from Device droplist.

(in mine pc its “K:\”)

And last step is Pressing to “Write” button

(WARNING IT WILL FORMAT YOUR SD CARD.BACKUP BEROFE PRESSING “WRITE” BUTTON)

FOR LINUX AND MAC=

Open Terminal
Write

df -h

It will list devices that is connected to your PC.

When you find your sd card folder path (Exp: /dev/mmcblk0p3)

dd bs=4M if=xxxx-xx-xx-wheezy-raspbian.img of=/dev/"path of your sd"

It will take 10-30 min depending your computer and sd card writing speed.

ihavenick: Freelance Developer