User Tools

Site Tools


rpi3:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rpi3:index [2016/04/06 22:45] – [Install Raspbian OS] orelrpi3:index [2016/05/03 09:48] – [Pour aller plus loin] orel
Line 1: Line 1:
 ====== Play with Raspberry Pi 3 ====== ====== Play with Raspberry Pi 3 ======
  
-==== Install Raspbian OS ====+==== Présentation du RPI3 ====
  
-Go on www.raspberrypi.org and download Raspbian (Debian-like OS for RPI3), then install it on your SD card :+Il s'agit d'un  Raspberry Pi 3 (model B), 4 cores ARMv8 (64 bits) à 1.2 GHz avec 1Go de SDRAM, Wifi, Ethernet, Bluetooth Low Energy, USB (x4), HDMI, disque SDCARD. 
 + 
 +{{ :rpi3:rpi3.jpg?direct&600 |}} 
 + 
 +==== Installer un RPI3 avec un juste un câble Ethernet (sans écran/clavier) ==== 
 + 
 +Il faut aller sur www.raspberrypi.org pour télécharger Raspbian (un Debian-like OS pour RPI3). Puis on l'installe sur sa carte SD :
  
   $ sudo dd bs=4M if=2016-03-18-raspbian-jessie.img of=/dev/mmcblk0   $ sudo dd bs=4M if=2016-03-18-raspbian-jessie.img of=/dev/mmcblk0
Line 20: Line 26:
   $ ssh pi@192.168.0.21   $ ssh pi@192.168.0.21
   pi@raspberrypi:~   pi@raspberrypi:~
 +  pi@raspberrypi:~ $ uname -a
 +  Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux
  
 +On remarque ARMVv7L au lieu de ARMv8, bizarre ? En fait, le système n'est pas à jour et il faut regarder précisément le numéro de revision (a02082) dans /proc/cpuinfo pour vérifier qu'il s'agit bien d'un ARMv8 ;-)
  
-__Documentation__+On finalise l'installation de Rasbian... notamment pour étendre la partition principale à l'ensemble du disque.
  
 +  $ sudo raspi-config
 +
 +Pour simplifier la suite, on va configurer le wifi en suivant ce [[https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md | petit tutoriel]]. Dans le fichier /etc/wpa_supplicant/wpa_supplicant.conf, il faut ajouter ces lignes pour son réseau.
 +
 +  network={
 +    ssid="my_ssid"
 +    psk="my_password"
 +  }
 +
 +Après, il suffit de redémarrer le système...
 +====Documentation====
 +
 +  * http://raspbian-france.fr/
 +  * http://www.raspberrypi.org
 +  * https://fr.wikipedia.org/wiki/Raspberry_Pi
   * http://jeyg.info/installer-raspbian-sur-raspberry-pi-sans-ecran-ni-clavier/   * http://jeyg.info/installer-raspbian-sur-raspberry-pi-sans-ecran-ni-clavier/
 +
 +====Pour aller plus loin====
 +
 +  * https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/
 +  * http://sirlagz.net/2012/08/09/how-to-use-the-raspberry-pi-as-a-wireless-access-pointrouter-part-1/
 +  * (...)
rpi3/index.txt · Last modified: 2024/03/18 15:06 by 127.0.0.1