======== Installation RaspberryOS ========
-- 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, 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]]
*demarrer RPI-Imager
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_19-51-32.png?direct&400 |}}
*Choisir L OS
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_19-55-56.png?direct&400 |}}
*Utiliser une image personnalisée ==> 2023-10-10-raspios-bookworm-armhf-lite.img.xz ( Octobre 2023)
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_19-56-18.png?direct&400 |}}
*Choisir le stockage
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-02-14.png?direct&400 |}}
*Changer les parametres
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-04-05.png?direct&200 |}}
*Indiquer le nom d hôte du Raspberry, activer SSH, definir un utilisateur et son mot de passe, , configurer le wifi, definir les reglages Locaux ( FR), ne pas oubliez de cliquer sur "ENREGISTRER"
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-06-54.png?direct&400 |}}
* Cliquer sur "ECRIRE" pour installer RPIOS sur la carte SD
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-11-44.png?direct&400 |}}
*Souhaitez-vous appliquer les paramètres de personnalisation d'image enregistrés précédemment ? ===> OUI
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-12-40.png?direct&400 |}}
* Toutes les données ..... Voulez-vous continuer ? ==> OUI
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-16-53.png?direct&400 |}}
*Ecriture sur la carte
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-18-20.png?direct&400 |}}
*On peut retirer la carte SD et l inserer dans le raspberryPi
{{ :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/|avec Nmap]]
commande : nmap -sP 192.168.1.1/24
Resultat
*Nmap scan report for **192.168.1.23**
*Host is up (0.000095s latency).
*MAC Address: E4:5F:01:43:2C:92 (Raspberry Pi Trading)
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-40-45.png?direct&400 |}}
*On note l'@IP = 192.168.1.23
{{ :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
En mode terminal
*ssh pi@192.168.1.23
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-47-06.png?direct&400 |}}
* Avec Putty ,entrer l@IP et "OPEN"
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-48-15.png?direct&400 |}}
* On tape le Login = pi et le mot de passe ...
{{ :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
{{ :start:raspberry:capture_d_ecran_du_2023-10-17_20-57-17.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
{{ :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 |}}
et on reboot
sudo shutdown -r now
[[start:raspberry:mqtt|installer un serveur MQTT sur un RaspberryPI]]