File tree Expand file tree Collapse file tree 3 files changed +2
-68
lines changed
Expand file tree Collapse file tree 3 files changed +2
-68
lines changed Original file line number Diff line number Diff line change 11set -o errexit
22set -o xtrace
33
4- sudo apt-get update && sudo apt-get install -y git libncurses5-dev libncursesw5-dev
5-
6- cd ~
7-
8- wget http://www.open.com.au/mikem/bcm2835/bcm2835-1.17.tar.gz
9- tar -xvf bcm2835-1.17.tar.gz
10- (
11- cd bcm2835-1.17/
12- ./configure
13- make
14- sudo make check
15- sudo make install
16- )
17-
18- mkdir Guzunty
19- (
20- cd Guzunty/
21- git clone https://github.com/Guzunty/Pi.git
22- cd Pi/src/
23- cd gz_load
24- # remove problematic '-Wl' compilation flag
25- sed -i -e ' s: -Wl : :g' Makefile
26- make
27- sudo chmod a+x gz_load
28- sudo cp gz_load /usr/bin
29- cd ../gzlib/src
30- make
31- sudo make install
32- )
33-
344# update tingbot-python to get backlight support
355sudo pip install tingbot-python==0.5.0
366
37- sudo raspi-config --expand-rootfs
7+ sudo ln -snf " $dirname /test_routine.tingapp" /apps/startup
8+
389sudo shutdown -r now
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments