Skip to content
Sebastien edited this page Mar 9, 2016 · 38 revisions

Spopi can only work on Raspberry Pi 2 and 3

Installation

Raspbian 2016-02-26

Download last Raspbian Jessie img here

Then you can insert the USD card in the Raspberry Pi 2

Default keyboard configuration

sudo raspi-config => International option and change keyboard configuration => expand filesystem

Network

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

Clone this wiki locally