Skip to content

Commit ac77435

Browse files
committed
Remove flashing code - this image is for testing only
1 parent 755bab7 commit ac77435

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

install.sh

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,9 @@
11
set -o errexit
22
set -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
355
sudo 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+
389
sudo shutdown -r now

install2.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

startup

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)