issue207:micro-ci_micro-la
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue207:micro-ci_micro-la [2024/07/29 07:14] – d52fr | issue207:micro-ci_micro-la [2024/08/02 16:12] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 8: | Ligne 8: | ||
I currently have three RPi 4Bs on my home network. One I have for my home media center (running Kodi) and one that I’ve configured as a “baby” NAS (Network Attached Storage). The other is there to test various projects (PAGE, Python and other things). The RPi that is my “baby” NAS, basically runs as a headless server. There is no monitor attached to it. Usually I use ssh to do anything that needs to be done, like update the OS and so on. Without the ssh connection, I wouldn’t be able to get into it without taking it down and moving it to a close monitor, do what I need to do and then move it back to its “normal” location. I’ve always been able to use RealVNC to attach to the desktop remotely which is something that I occasionally want to do – to easily view what’s going on. And it works well.** | I currently have three RPi 4Bs on my home network. One I have for my home media center (running Kodi) and one that I’ve configured as a “baby” NAS (Network Attached Storage). The other is there to test various projects (PAGE, Python and other things). The RPi that is my “baby” NAS, basically runs as a headless server. There is no monitor attached to it. Usually I use ssh to do anything that needs to be done, like update the OS and so on. Without the ssh connection, I wouldn’t be able to get into it without taking it down and moving it to a close monitor, do what I need to do and then move it back to its “normal” location. I’ve always been able to use RealVNC to attach to the desktop remotely which is something that I occasionally want to do – to easily view what’s going on. And it works well.** | ||
+ | |||
+ | Connexion à distance au RPi | ||
+ | |||
+ | Re-bonjour à tous les êtres vivants doués de sensibilité. Les choses ici, sur la plateforme d' | ||
+ | |||
+ | Vous pourriez dire que le RPi n'est pas un microcontrôleur, | ||
+ | |||
+ | Vous n'avez peut-être jamais eu à vous connecter à votre RPi à partir d'un autre ordinateur. Vous avez probablement un moniteur connecté et vous n'avez jamais eu à l' | ||
+ | |||
+ | J'ai actuellement trois RPi 4B sur mon réseau domestique. L'un d' | ||
+ | |||
**Well, I got an email from the RealVNC company that basically said: | **Well, I got an email from the RealVNC company that basically said: | ||
Ligne 20: | Ligne 31: | ||
Now, the Raspberry Pi group has provided a solution called rpi-connect. This is available only in the latest version of Raspberry Pi OS (Bookworm) which uses Wayland window manager. When I first started writing this article, rpi-connect worked only on the RPi 5, RPi 4 and RPi 400, but they have now released a solution for all RPi devices like the RPi Zero-W and the older RPi 3 boards. Please note that, for the older devices, you need to use rpi-connect-lite which will allow you to use only the remote shell – and not the Shared screen mode. But, hey, it’s an easy way to get into your device.** | Now, the Raspberry Pi group has provided a solution called rpi-connect. This is available only in the latest version of Raspberry Pi OS (Bookworm) which uses Wayland window manager. When I first started writing this article, rpi-connect worked only on the RPi 5, RPi 4 and RPi 400, but they have now released a solution for all RPi devices like the RPi Zero-W and the older RPi 3 boards. Please note that, for the older devices, you need to use rpi-connect-lite which will allow you to use only the remote shell – and not the Shared screen mode. But, hey, it’s an easy way to get into your device.** | ||
+ | |||
+ | J'ai reçu un mail de la société RealVNC qui disait en substance : | ||
+ | |||
+ | « Dans quelques jours, le 17 juin 2024, nous apporterons des modifications à votre abonnement Home qui vous affecteront. | ||
+ | |||
+ | « Retrait de notre plan Home | ||
+ | |||
+ | « Il y a près d'un an, nous avons réorganisé nos options d' | ||
+ | |||
+ | C'est une grande déception pour moi, car RealVNC fonctionne tout simplement, sans aucun problème. Il existe quelques autres logiciels VNC, mais aucun n'est aussi facile à installer et à utiliser que RealVNC. | ||
+ | |||
+ | Aujourd' | ||
+ | |||
**First Steps | **First Steps | ||
Ligne 30: | Ligne 54: | ||
Finally, choose the device your SD card is mounted on. You might be asked if you want to “apply OS customisation settings”. These are things like your wireless access point, username and password, the name of the RPi device on the network, username and password for login to the Pi, and so on. You can also enable SSH from this screen.** | Finally, choose the device your SD card is mounted on. You might be asked if you want to “apply OS customisation settings”. These are things like your wireless access point, username and password, the name of the RPi device on the network, username and password for login to the Pi, and so on. You can also enable SSH from this screen.** | ||
+ | |||
+ | Premières étapes | ||
+ | |||
+ | Tout d' | ||
+ | |||
+ | Choisissez votre appareil cible dans la case de gauche (rappelez-vous que cela ne fonctionnera que sur RPi 5, RPi4 et RPi 400). Choisissez ensuite la version que vous souhaitez dans la case centrale. | ||
+ | |||
+ | Assurez-vous de sélectionner la version 64 bits de Debian Bookworm. | ||
+ | |||
+ | Enfin, choisissez le périphérique sur lequel votre carte SD est montée. Il se peut que l'on vous demande si vous souhaitez « appliquer les paramètres de personnalisation du système d' | ||
+ | |||
**Eventually, | **Eventually, | ||
Ligne 52: | Ligne 87: | ||
Once the install is finished, you will need to reboot your RPi.** | Once the install is finished, you will need to reboot your RPi.** | ||
+ | |||
+ | Enfin, il vous sera demandé si vous êtes prêt à écrire les données sur la carte SD. Si vous répondez Oui, la dernière version du système d' | ||
+ | |||
+ | Une fois que c'est fait, placez la carte SD sur votre RPi et allumez-le. | ||
+ | |||
+ | Etapes suivantes | ||
+ | |||
+ | Bien entendu, votre RPi doit être connecté à un moniteur à ce stade. Une fois que votre RPi est en marche, vous devez normalement mettre à jour l' | ||
+ | |||
+ | $ sudo apt update | ||
+ | |||
+ | $ sudo apt upgrade | ||
+ | |||
+ | Une fois que vous avez fait cela, vous devez installer le logiciel de connexion. | ||
+ | |||
+ | $ sudo apt install rpi-connect | ||
+ | |||
+ | Si vous utilisez un RPi plus ancien (pré-4b ou Zero-W), vous devrez installer la version « lite » en utilisant | ||
+ | |||
+ | $ sudo apt install rpi-connect-lite | ||
+ | |||
+ | Une fois l' | ||
+ | |||
**Using Connect | **Using Connect | ||
Ligne 68: | Ligne 126: | ||
When you get connected, you will see a screen that looks something like this…** | When you get connected, you will see a screen that looks something like this…** | ||
+ | |||
+ | Utiliser rpi-connect | ||
+ | |||
+ | Une fois que votre RPi a eu le temps de redémarrer, | ||
+ | |||
+ | Dans le coin supérieur droit de votre écran, vous devriez voir l' | ||
+ | |||
+ | Veillez à vous souvenir du nom d' | ||
+ | |||
+ | Maintenant, sur l' | ||
+ | |||
+ | Vous devriez voir un écran similaire à celui-ci... | ||
+ | |||
+ | Connectez-vous et sélectionnez l' | ||
+ | |||
+ | Lorsque vous serez connecté, vous verrez un écran qui ressemble à ceci... (en haut à gauche) | ||
+ | |||
**On the left side of the screen, you will see the device that you are connected to and the type of connections that device will support. If your RPi device is either a 4B or 5 or 400, then you should see both “Screen sharing” and “Remote Shell”. If you have an older device and you installed and set up the rpi-connect-lite program, then you will see only the “Remote shell” indicators. | **On the left side of the screen, you will see the device that you are connected to and the type of connections that device will support. If your RPi device is either a 4B or 5 or 400, then you should see both “Screen sharing” and “Remote Shell”. If you have an older device and you installed and set up the rpi-connect-lite program, then you will see only the “Remote shell” indicators. | ||
Ligne 78: | Ligne 153: | ||
To close the session, simply type “exit” in the terminal screen.** | To close the session, simply type “exit” in the terminal screen.** | ||
+ | |||
+ | Sur le côté gauche de l' | ||
+ | |||
+ | Maintenant, cliquez sur le bouton de droite qui dit « Connect via ». Cela vous donnera une liste déroulante qui vous permettra de vous connecter à votre périphérique RPi. En supposant que vous vous connectez via l' | ||
+ | |||
+ | Peu après, vous devriez voir le bureau de l' | ||
+ | |||
+ | L' | ||
+ | |||
+ | Pour fermer la session, tapez simplement « exit » dans l' | ||
+ | |||
**Downsides | **Downsides | ||
Ligne 88: | Ligne 174: | ||
Until next time, as always; stay safe, healthy, positive and creative!** | Until next time, as always; stay safe, healthy, positive and creative!** | ||
+ | |||
+ | Inconvénients | ||
+ | |||
+ | Le plus gros inconvénient à ce stade est l' | ||
+ | |||
+ | Si vous voulez essayer cela, assurez-vous de mettre à jour votre système d' | ||
+ | |||
+ | Vous trouverez un ensemble complet d' | ||
+ | |||
+ | Jusqu' | ||
+ |
issue207/micro-ci_micro-la.1722230044.txt.gz · Dernière modification : 2024/07/29 07:14 de d52fr