Mettre a jour le firmware d’un Raspberry Pi 3 |
Article original Publié le : 05 avril 2020 Mise a jour le : – |
Maintenir son système d’exploitation a jour mais aussi la partie logiciel du matériel, je n’avais jamais pris le temps de mettre a jour le firmware du Raspberry, c’est fait.
Cela a été fait depuis la distribution Raspbian 10.3 (Buster) qui embarque la commande.
# rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 18058 100 18058 0 0 137k 0 --:--:-- --:--:-- --:--:-- 137k *** Relaunching after update *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** We're running for the first time *** Backing up files (this will take a few minutes) *** Backing up firmware *** Backing up modules 4.19.66-v7+ ############################################################# WARNING: 'rpi-update' updates to pre-releases of the linux kernel tree and Videocore firmware. 'rpi-update' should only be used if there is a specific reason to do so - for example, a request by a Raspberry Pi engineer. DO NOT use 'rpi-update' as part of a regular update process. ##############################################################
Répondre Y pour récupérer (le paquet fait 115mo) et mettre a jour
Would you like to proceed? (y/N)
*** Downloading specific firmware revision (this will take a few minutes) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 168 100 168 0 0 1244 0 --:--:-- --:--:-- --:--:-- 1244 100 115M 0 115M 0 0 72653 0 --:--:-- 0:27:50 --:--:-- 80624 *** Updating firmware *** Updating kernel modules *** depmod 4.19.113-v7+ *** depmod 4.19.113+ *** Updating VideoCore libraries *** Using HardFP libraries *** Updating SDK *** Running ldconfig *** Storing current firmware revision *** Deleting downloaded files *** Syncing changes to disk *** If no errors appeared, your firmware was successfully updated to 837c2456a7ea5a2e17d54378e7e8d5f221c54e1a *** A reboot is needed to activate the new firmware
Redémarrer le Raspberry pour appliquer le nouveau firmware
# reboot
Pour vérifier que le firmware est bien appliqué, comparer l’entête avec la connexion ssh précédente.
Avant
Linux ovpn 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Après
Linux ovpn 4.19.113-v7+ #1300 SMP Thu Mar 26 16:53:09 GMT 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.