Raptor 3D Scanner Build Manual
Software Instructions
Operating System Image
http://www.raspberrypi.org/downloads/
Download RASPBIAN image
Win32DiskImager Utility
http://sourceforge.net/projects/win32diskimager/
Extract the executable from the zip file and run the
Win32DiskImager
utility
Insert the SD card into your SD card reader and check which drive letter was assigned
Select the RASPBIAN image file you extracted above
Select the drive letter of the SD card in the device box
Click
Write
and wait for the write to complete
Exit the imager and eject the SD card
Prepare Raspberry Pi
Insert the SD card into the Raspberry Pi SD card slot
connect a Ethernet cable to the Raspberry Pi
Power-up the Raspberry Pi and wait a minute
install Putty
Check your router for Raspberry Pi's IP address
run Putty
setup a SSH connection entering the Raspberry Pi's IP (x.x.x.x); Port 22
click <Open>
login: pi
password: raspberry
enter from the Terminal:
sudo raspi-config
Select
Enable camera
and hit
Enter
, then go to
Finish
and you'll be prompted to reboot.
Updating and Upgrading Raspbian
run Putty
setup a SSH connection entering the Raspberry Pi's IP (x.x.x.x); Port 22
click <Open>
login:
pi
password:
raspberry
enter the following command from the command line:
sudo apt-get update
upgrade all your installed packages to their latest versions:
sudo apt-get upgrade
Software Instructions
24