-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastien edited this page Mar 10, 2016
·
38 revisions
Spopi can only work on Raspberry Pi 2 and 3
Download last Raspbian Jessie img here
- Install Raspbian on Mac
- Install Raspbian on Linux
- Install Windows on Linux Then you can insert the USD card in the Raspberry Pi 2
sudo raspi-config => International option and change keyboard configuration if needed. Default is english => expand filesystem The Raspberry will then reboot
By default Raspbian as DHCP on the network interface. If you want static IP address, you have to modify /dev/network/interface/:
Replace
iface eth0 inet manual
by
auto eth0
iface eth0 inet static
address 192.168.2.16
netmask 255.255.255.0
gateway 192.168.2.1
dns-nameservers 192.168.2.1
wget https://raw.githubusercontent.com/IPGP/Spopi/master/spopi_install.bash -O /tmp/spopi_install.bash
bash /tmp/spopi_install.bash