====== Installation of Raspbian Jessie (Debian 8) on a micro-SD Card ======
{{ :fr:micro-sd-card-8gb-class-10.jpg?nolink&100|}}A fast microSD is recommended (classe 10).
====== First Login for Raspberry Pi settings ======
===== Connexion =====
Two ways to defined the IP address of the raspberry:
- by consulting the list of IP addresses connected to your router (or Internet box)
- by the sniffing of your Ethernet network with a specific software (exemple [[http://www.advanced-ip-scanner.com/fr/|Advanced IP Scanner]]])
Logon with a terminal emulation software like [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html\Putty]]
login : pi
password : raspberry
===== Update and configuration =====
Login as root
sudo su
Execute an update the operating system
apt-get update && apt-get upgrade
Run the command to configure the Raspberry Pi
raspi-config
Expand Filesystem
Enable SPI
Enable I2C
Enable Serial
{{ :documents:raspi-config.gif?nolink |}}
==== Adjust Date/Time====
If you want that the beacons of your repeater are broadcasting in local time, do not forget to setup the Time Zone with the utility ''raspi-config'' : ''Menu Internationalisations Options'', and ''Change Timezone''
Next after the setting of the time zone of Paris, you will see this confirmation message:
Current default time zone: 'Europe/Paris'
Local time is now: Mon Jan 18 00:00:43 CET 2016.
Universal Time is now: Sun Jan 17 23:00:43 UTC 2016.