The Alien’s Guide to Setting Up a Raspberry Pi
The Raspberry Pi is a small Linux computer that has captured the imagination of the hardware hacking community. If you’ve decided to jump in, this guide will help you get started with the device using Windows 7. The Raspberry Pi boots off of an SD card. The operating system we will use is Rasbian “wheezy” which is provided by RasberryPi.org. That’s a funny title, isn’t it? My intention is to provide a guide that an alien could use to set up a Raspberry Pi. Most guides assume some prior knowledge of computing including this one, but hopefully anyone can follow this and get up and running with the Raspberry Pi.
Insert the SD Card
- Insert the SD card into the computer – you might use a USB card reader if your computer doesn’t have an SD card reader. You should be prompted with the screen below. You don’t need to open the folder; instead, note the drive letter that the SD card was assigned and write it down as we will use this later. In my example it is E: If you are prompted to format the SD card choose FAT32. You can close this by hitting the X in the upper right corner.
Download and Unzip Raspian
- Head over to raspberrypi.org and download the latest Rasbian “wheezy”
- Also download the Win32DiskImager
- Note that by default the files should download to C:Users<USER_NAME>Downloads
- Open File Explorer (search for “explorer” in the start menu) and click on “Downloads” in “Favorites” in the upper left corner
- Right click on on the wheezy Raspbian file and click “Extract All…”
- Uncheck the box next to “Show extracted files when complete”
- Click on “Extract”
- Right click on wind32diskimager file and click “Extract All…”
- Check the box next to “Show extracted files when complete” and click “Extract”
Writing the Image to the SD Card
- Now double click on ‘Win32DiskImager” and accept the UAC prompt by clicking “Yes”
- Add the Raspian img file using the blue file folder icon
- Under “Device” choose the drive letter that you wrote down earlier in the first step. Again, for this example the drive letter was E:
- Finally, click “Write”
- You may get a scary warning, but this should be ok as long as you have the right drive letter. Click “Yes”
- Wait for the Progress bar to finish
- When it’s done it will prompt you. Click “OK” to continue.
- And feel free to click “Exit” on Win32DiskImager
- Remove or eject the SD card from the computer. You now have an SD card that has the operating system, Raspbian.
Connecting the Raspberry Pi and booting into Rasbian
- Put the SD card into the Raspberry Pi
- Plug in the power connector for the Raspberry Pi. The other end of the power connector can be plugged into the wall or into the USB port of the computer depending on the connector. As soon as you plug in the power connector the Pi will boot from the SD card
- Plug in the Ethernet cable into the Raspberry Pi. The other end of the Ethernet cable plugs into your router.
You should now have a Raspberry Pi that can boot into Raspbian. You won’t see any display quite yet, but you could connect a monitor to the HDMI or yellow RCA connector. The username is pi and the password is raspberry. You can also follow my guide on connecting to the Pi remotely using ssh. Happy hacking!
No Comments
No comments yet