-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastien edited this page Mar 9, 2016
·
38 revisions
Spopi can only work on Raspberry Pi 2 and 3
Download last Raspbian Jessie img here
Then you can insert the USD card in the Raspberry Pi 2
sudo raspi-config => International option and change keyboard configuration => expand filesystem
By default Raspbian as DHCP on the network interface. If you want static IP address, you have to modify /dev/network/interface/:
Replace
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 8.8.8.8