-
Notifications
You must be signed in to change notification settings - Fork 112
Raspberry Pi Manual Setup Instructions
Wes G edited this page Nov 8, 2015
·
54 revisions
-
Install 2015-02-16-raspbian-wheezy.img onto an SD card. (I use Win32DiskImager) Do NOT use an older version!
-
Start your Raspberry Pi
-
Depending on your projector hardware you may want to remove the
#
from the#disable_overscan=1
line located in the/boot/config.txt
file -
Type the following at the command line:
sudo raspi-config
- Choose and enable the following options from the Raspberry Pi Software Configuration Tool:
- Expand Filesystem
- Enable Camera
- DO NOT choose "Enable Boot to Desktop" (CWH will not be able to detect your displays with this option enabled)
- Choose to reboot the Raspberry Pi when you are prompted by the configuration tool.
- After the Raspberry Pi has completed rebooting, execute the following commands at the command line:
sudo wget https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh
sudo chmod 777 start.sh
sudo ./start.sh
- Automatically find your printer with the browseprinter client if you don't know the ip address and port of your Raspberry Pi. Or use your favorite browser and try:
http://[RaspberryPiIp]:9091
- Here is an installation video that describes the entire process from scratch https://www.youtube.com/watch?v=ng1Sj2ktWhU