This is mostly for my own reference in case I need to create another SD card some time. All commands are executed in Linux...
- Download the image file from http://www.raspberrypi.org/downloads (I used the "Wheezy" version)
- Execute the command in order to verify that the download was correct
- Extract the image file using
- Insert the SD card in the reader (or adapter or whatever)
- In my case, on my Linux virtual machine, I had to pull down the 'devices' menu and choose the USB device to make the device visible in virtual machine
- To see the device name (it was /dev/sdb1 and /dev/sdb2 in my case) type
- Unmount the device using
umount /dev/sdb2
- The name sdb1 indicates the device name (sdb) and the partition number (1). In the next step, use only the device name, not the partition so that the image is written to the ENTIRE card. (I made the mistake of using sdb1 instead of sdb and it burns a card that doesn't boot.)
- Copy the image to the SD card using
- Wait about 10 minutes
- To flush the cache to the card run
- Insert the card in your Raspberry Pi and have fun!
No comments:
Post a Comment