-2

I just download a .img file, and formatted my SD card. Now, what should I do in order to install the distribution on the card for raspberry boot?

Thomas
  • 175
  • 1
  • 3
  • 9
  • Formatting was a completely unnessessary step, you are just going to blow that partition away anyway, the IMG you dowloaded is not just a file, it is aa disk image complete with partitions and formatting intact. See the question linked as a duplicate for details. – Caleb Feb 15 '14 at 18:52
  • Just want to add a little. Use SD Formatter to format SD cards. – Widi Widiyanto Jan 02 '17 at 23:36

2 Answers2

2

You don't tell us which .img you downloaded or what you've already tried.

You can read here for how to use Win32DiskImager: http://elinux.org/RPi_Easy_SD_Card_Setup#Flashing_the_SD_Card_using_Windows

Or you could try NOOBS instead, that's another way to do it and very very easy. Just unpack the zip to the sd card. See here.

francis
  • 765
  • 7
  • 21
2

Simply use WinDiskImager. Just select your file and drive and hit write.

Mikeybot
  • 36
  • 3