Outils pour utilisateurs

Outils du site


start:raspberry:installation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
start:raspberry:installation [2023/10/25 13:02] gerardadminstart:raspberry:installation [2023/11/14 12:51] (Version actuelle) gerardadmin
Ligne 2: Ligne 2:
  
   -- installer [[https://www.raspberrypi.com/software/|RPI-imager]]   -- installer [[https://www.raspberrypi.com/software/|RPI-imager]]
-  -- telecharger [[https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz?_gl=1*xurmje*_ga*MTM5NjM3NzEzNy4xNjk3NTYxMzMw*_ga_22FD70LWDS*MTY5NzU2MzgyMC4yLjEuMTY5NzU2NDgxNy4wLjAuMA..|RaspberryOS Lite]] ( sans interface graphique )+  -- telecharger [[https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz?_gl=1*xurmje*_ga*MTM5NjM3NzEzNy4xNjk3NTYxMzMw*_ga_22FD70LWDS*MTY5NzU2MzgyMC4yLjEuMTY5NzU2NDgxNy4wLjAuMA..|RaspberryOS Lite]] ( sans interface graphique, choisir la version en fonction du [[https://www.raspberrypi.com/software/operating-systems/| type de Raspberry]]  )
   -- [[https://www-raspberrypi-com.translate.goog/news/raspberry-pi-imager-imaging-utility/?_x_tr_sl=auto&_x_tr_tl=fr&_x_tr_hl=fr|Installer raspberryOS lite sur la carte SD]]   -- [[https://www-raspberrypi-com.translate.goog/news/raspberry-pi-imager-imaging-utility/?_x_tr_sl=auto&_x_tr_tl=fr&_x_tr_hl=fr|Installer raspberryOS lite sur la carte SD]]
  
Ligne 38: Ligne 38:
 {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-28-10.png?direct&400 |}} {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-28-10.png?direct&400 |}}
  
-    *On démarre le RPI et l on verifie son adresse IP dans sa BOX ( ici une Livebox) ou [[https://www.funinformatique.com/utilisation-de-nmap-le-scanneur-de-reseau/|Nmap]] +    *On démarre le RPI et l on verifie son adresse IP dans sa BOX ( ici une Livebox) ou [[https://www.funinformatique.com/utilisation-de-nmap-le-scanneur-de-reseau/|avec Nmap]] 
        
 <note> commande : nmap -sP 192.168.1.1/24</note> <note> commande : nmap -sP 192.168.1.1/24</note>
Ligne 44: Ligne 44:
 <note> <note>
 Resultat   Resultat  
-   Nmap scan report for **192.168.1.23** + 
-   Host is up (0.000095s latency). +   *Nmap scan report for **192.168.1.23** 
-   MAC Address: E4:5F:01:43:2C:92 (Raspberry Pi Trading)+   *Host is up (0.000095s latency). 
 +   *MAC Address: E4:5F:01:43:2C:92 (Raspberry Pi Trading)
 </note> </note>
  
Ligne 55: Ligne 56:
 {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-41-40.png?direct&400 |}} {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-41-40.png?direct&400 |}}
  
-    *On se connecte en SSH sur le Raspberry soit en mode terminal soit avec Putty ssh pi@192.168.1.23 ) +    *On se connecte en SSH sur le Raspberry soit en mode terminal soit avec Putty  
-     * Mode terminal+ 
 +<note> 
 +En  mode terminal 
 +     *ssh pi@192.168.1.23  
 +</note> 
 {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-47-06.png?direct&400 |}} {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-47-06.png?direct&400 |}}
      * Avec Putty ,entrer l@IP et "OPEN"      * Avec Putty ,entrer l@IP et "OPEN"
Ligne 64: Ligne 70:
 {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-52-17.png?direct&400 |}} {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-52-17.png?direct&400 |}}
  
-    * Et on met à jour le raspberry ( "sudo apt-get -y update && sudo apt-get -y upgrade et ensuite  "sudo rpi-update")+<note> 
 +Et on met à jour le raspberry  
 +     sudo apt-get -y update && sudo apt-get -y upgrade   
 + 
 +et ensuite   
 +     sudo rpi-update 
 + 
 +</note>
 {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-57-17.png?direct&400 |}} {{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-57-17.png?direct&400 |}}
  
-    * On fait un "sudo raspi-configpour finir de configurer le raspberry, pour modifier dans "Avanced options" la taille de la partition et on reboot  +<note> 
-{{ :start:raspberry:capture_d_ecran_du_2023-10-17_21-04-16.png?direct&400 |}}+On fait un  
 +    sudo raspi-config 
 +     
 +pour finir de configurer le raspberry,  modifier dans l'option "** 6 Avanced options**et dans l'option "** A1 Expand Filesystem"**  la taille de la partition  de votre carte SD   
 +</note>    
 + 
 +{{ :start:raspberry:capture_d_ecran_du_2023-11-13_23-02-33.png?direct&400 |}}{{ :start:raspberry:capture_d_ecran_du_2023-11-13_23-03-01.png?direct&400 |}} 
 +  
 + 
 +<note> 
 + et on reboot  
 + 
 +    sudo shutdown -r now 
 +</note>   
  
 [[start:raspberry:mqtt|installer un serveur MQTT sur un RaspberryPI]] [[start:raspberry:mqtt|installer un serveur MQTT sur un RaspberryPI]]
/home/chanteri/www/fablab37110/data/attic/start/raspberry/installation.1698231779.txt.gz · Dernière modification : 2023/10/25 13:02 de gerardadmin