Messages : 57
Sujets : 2
Inscription : Oct 2014
Bonjour,
Ce jour j' ai voulu faire une mise à jour de mon raspbian Voici le résultat:
Citation :[13:43:29] [email protected]:~$ uname -a
Linux RASPI-142 4.14.82-v7+ #1165 SMP Wed Nov 21 16:42:28 GMT 2018 armv7l GNU/Linux
[13:43:36] [email protected]:~$ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
#############################################################
This update bumps to rpi-4.14.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewt...9&t=197689
##############################################################
*** 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 0 168 0 0 362 0 --:--:-- --:--:-- --:--:-- 362
100 53.0M 100 53.0M 0 0 780k 0 0:01:09 0:01:09 --:--:-- 802k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.14.83+
*** depmod 4.14.83-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
cp: impossible d'évaluer '//root/.rpi-firmware/vc/sdk/*': Aucun fichier ou dossier de ce type
[13:45:14] [email protected]:~$
Quelqu'un a une idée ?
Messages : 908
Sujets : 60
Inscription : Dec 2017
Je confirme:
Code :
[email protected]:~ $ sudo 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 13545 100 13545 0 0 33349 0 --:--:-- --:--:-- --:--:-- 33444
*** 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.14.70-v7+
#############################################################
This update bumps to rpi-4.14.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
##############################################################
*** 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 0 168 0 0 302 0 --:--:-- --:--:-- --:--:-- 302
100 53.0M 100 53.0M 0 0 825k 0 0:01:05 0:01:05 --:--:-- 853k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.14.83+
*** depmod 4.14.83-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
cp: impossible d'évaluer '//root/.rpi-firmware/vc/sdk/*': Aucun fichier ou dossier de ce type
En fouillant dans /root/.rpi-firmware/vc/, il n'y a que le répertoire
opt.
Je vais voir du côté des sources et des auteurs pour voir s'il n'y a pas un bug à remonter.
Mise à jour
En fouillant le code de rpi-update (c'est du bash), tu peux zapper la mise à jour du SDK (qui pose donc le problème en faisant:
Code :
sudo SKIP_SDK=1 rpi-update
Ce qui donne:
Code :
[email protected]:~# SKIP_SDK=1 rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
*** 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)
*** Remove old firmware backup
*** Backing up firmware
*** Backing up modules 4.14.70-v7+
#############################################################
This update bumps to rpi-4.14.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
##############################################################
*** 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 0 168 0 0 314 0 --:--:-- --:--:-- --:--:-- 315
100 56.1M 0 56.1M 0 0 831k 0 --:--:-- 0:01:09 --:--:-- 853k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.14.82+
*** depmod 4.14.82-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** As requested, not 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 9f301e3455d55190c4ecbb3a94eb94e327d2aa14
*** A reboot is needed to activate the new firmware
(Modification du message : 29-11-2018, 15:18:43 par
CrazyCat.)
Messages : 57
Sujets : 2
Inscription : Oct 2014
(29-11-2018, 14:32:59)crazycat a écrit : Je confirme:
Code :
[email protected]:~ $ sudo 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 13545 100 13545 0 0 33349 0 --:--:-- --:--:-- --:--:-- 33444
*** 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.14.70-v7+
#############################################################
This update bumps to rpi-4.14.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
##############################################################
*** 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 0 168 0 0 302 0 --:--:-- --:--:-- --:--:-- 302
100 53.0M 100 53.0M 0 0 825k 0 0:01:05 0:01:05 --:--:-- 853k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.14.83+
*** depmod 4.14.83-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
cp: impossible d'évaluer '//root/.rpi-firmware/vc/sdk/*': Aucun fichier ou dossier de ce type
En fouillant dans /root/.rpi-firmware/vc/, il n'y a que le répertoire opt.
Je vais voir du côté des sources et des auteurs pour voir s'il n'y a pas un bug à remonter.
Mise à jour
En fouillant le code de rpi-update (c'est du bash), tu peux zapper la mise à jour du SDK (qui pose donc le problème en faisant:
Code :
sudo SKIP_SDK=1 rpi-update
Ce qui donne:
Code :
[email protected]:~# SKIP_SDK=1 rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
*** 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)
*** Remove old firmware backup
*** Backing up firmware
*** Backing up modules 4.14.70-v7+
#############################################################
This update bumps to rpi-4.14.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
##############################################################
*** 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 0 168 0 0 314 0 --:--:-- --:--:-- --:--:-- 315
100 56.1M 0 56.1M 0 0 831k 0 --:--:-- 0:01:09 --:--:-- 853k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.14.82+
*** depmod 4.14.82-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** As requested, not 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 9f301e3455d55190c4ecbb3a94eb94e327d2aa14
*** A reboot is needed to activate the new firmware
Merci beaucoup cela fonctionne
Messages : 908
Sujets : 60
Inscription : Dec 2017
Pour info, le bug a été corrigé suite au signalement, et l'update fonctionne parfaitement.