commit d2435f0408a9eba594133400f55567a82566f7d3
parent c8c7ea41321e3e09f86123614dd85a64a43a512b
Author: rbckman <rbckman@localhost.localdomain>
Date: Wed, 2 Nov 2016 15:11:08 +0200
remove old install
Diffstat:
D | INSTALL | | | 51 | --------------------------------------------------- |
1 file changed, 0 insertions(+), 51 deletions(-)
diff --git a/INSTALL b/INSTALL
@@ -1,51 +0,0 @@
-Installing Tarina on Raspbian Jessie
-
-1.Installing Adafruit pitft35
-curl -SLs https://apt.adafruit.com/add-pin | sudo bash
-sudo apt-get install raspberrypi-bootloader
-sudo apt-get install adafruit-pitft-helper
-sudo adafruit-pitft-helper -t 35r
-
-2.change line in /boot/config.txt
-dtoverlay=pitft35r,rotate=90,speed=42000000,fps=20
-to
-dtoverlay=pitft35r,rotate=90,speed=62000000,fps=50
-
-
-Configure Raspberry pi
-
-1. raspi-config
-enable camera, extend filesystem and reboot
-
-2. sudo apt-get update
-3. sudo apt-get upgrade
-
-4. sudo apt-get install git python-picamera python-imaging python-pexpect libav-tools gpac omxplayer sox cpufrequtils usbmount python-dbus
-
-5. git clone https://github.com/willprice/python-omxplayer-wrapper.git
-
-6. cd python-omxplayer-wrapper
-
-7. python setup.py
-
-8. git clone https://rbckman@bitbucket.org/rbckman/tarina.git
-
-9. cd tarina
-
-10. sudo python tarina.py
-
-11. change cpu to performance. open /etc/default/cpufrequtils and paste in this:
-GOVERNOR="performance"
-
-
-if USB soundcard
-
-add this to /etc/modprobe.d/alsa-base.conf
-
-#set index value
-options snd_usb_audio index=0
-options snd_bcm2835 index=1
-
-#reorder
-options snd slots=snd_usb_audio, snd_bcm2835
-