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

Spopi can only work on Raspberry Pi 2 and 3

Installation

Raspbian 2016-02-26

Download last Raspbian Jessie img here

Default keyboard configuration

sudo raspi-config => International option and change keyboard configuration if needed. Default is english => expand filesystem The Raspberry will then reboot

Network

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

Dependencies

wget https://raw.githubusercontent.com/IPGP/Spopi/master/spopi_install.bash -O /tmp/spopi_install.bash
bash /tmp/spopi_install.bash

Spopi

Clone this wiki locally