-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall-pi.txt
44 lines (32 loc) · 852 Bytes
/
install-pi.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
install raspian
sudo dd bs=4M if=2016-02-26-raspbian-jessie-lite.img of=/dev/mmcblk0
sync
edit dhcpcd.conf for static ip (put last)
interface eth0
static ip_address=192.168.1.32/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
raspi-config
don't change timezone!
expand filesystem
enable camera
set keyboard
overclock PI 2
hostname v1/v2
upgrade system
sudo apt-get update
sudo apt-get upgrade
install latest userland
sudo apt-get install git-core gcc build-essential cmake
mkdir ~/tmp
cd ~/tmp
git clone https://github.com/raspberrypi/userland.git
cd userland
./buildme
install velocity in pi/rc
sudo apt-get install libb64-dev libcurl4-openssl-dev libturbojpeg1-dev
## PUT ON GITHUB FIRST
change url and id in ~/rc/record
ntp
on v2 change to v1 in ntp.conf
add -q to ntpd in /etc/init.d/ntp