Changeset - eeadad4a998e
[Not reviewed]
default
0 1 1
Drew Perttula - 8 years ago 2017-05-19 07:47:48
drewp@bigasterisk.com
pi setup docs and fixes
Ignore-this: 170659e6fec5ac58741e4158dd27881b
2 files changed with 12 insertions and 4 deletions:
0 comments (0 inline, 0 general)
doc/pi-setup
Show inline comments
 
new file 100644
 
raspbian
 
enable ssh
 
enable camera
 
sudo aptitude install darcs zsh
 
darcs get drewp@10.1.0.1:/my/proj/light9
 
~/light9 $ make raspberry_pi_packages
 
make raspberry_pi_virtualenv
 
bin/picamserve
makefile
Show inline comments
 
@@ -69,31 +69,31 @@ bin/ascoltami2: gst_packages link_to_sys
 

	
 
gst_packages:
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python-gst0.10 python-gst-1.0 python-pygoocanvas gir1.2-goocanvas-2.0
 

	
 
packages:
 
	sudo aptitude install coffeescript normalize-audio audacity python-pygame libffi-dev tix libzmq3-dev python-dev libssl-dev python-opencv python-cairo
 

	
 
bower:
 
	cd light9/web/lib; bower install
 
	cd light9/web/lib/N3.js; npm install; npm run browser
 
	cd light9/web/lib/d3; npm install
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python-picamera python-dev python-twisted python-virtualenv
 

	
 
raspberry_pi_virtualenv:
 
	mkdir -p env_pi
 
	virtualenv --system-site-packages env_pi
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python-picamera python-dev python-twisted python-virtualenv
 
	env_pi/bin/pip install cyclone 'coloredlogs==1.0.1'
 
	env_pi/bin/pip install cyclone 'coloredlogs==6.0'
 

	
 
darcs_show_checkpoint:
 
	darcs add --quiet --recursive ${LIGHT9_SHOW} 
 
	darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW}
 

	
 
/usr/share/arduino/Arduino.mk:
 
	sudo aptitude install arduino-mk
 

	
 
arduino_upload: /usr/share/arduino/Arduino.mk
 
	cd rgbled
 
	make upload
 

	
0 comments (0 inline, 0 general)