Mise-à-jour du noyau Linux

Mise-à-jour du noyau Linux.

1) Vérification :

pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux

2) Mise-à-jour des paquetages :

pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get upgrade

3) Installation de rpi-update :

pi@raspberrypi ~ $ sudo apt-get install ca-certificates git-core binutils
pi@raspberrypi ~ $ sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update
pi@raspberrypi ~ $ sudo chmod +x /usr/bin/rpi-update
pi@raspberrypi ~ $ sudo rpi-update

Remarque :
Les anciens fichiers de démarrage sont dans /boot.bak
Si le RPi ne démarre pas alors renommer /boot.bak en /boot

pi@raspberrypi ~ $ ls -l /
total 92
...
drwxr-xr-x   2 root root 16384 janv.  1  1970 boot
drwxr-xr-x   2 root root  4096 févr. 21 21:37 boot.bak
...

4) Redémarrer.
5) Vérification :

pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.6.11+ #377 PREEMPT Sat Feb 16 17:31:02 GMT 2013 armv6l GNU/Linux

6) Lien :
http://blog.crifo.org/post/2013/01/19/reception-et-installation-du-raspberry-pi

Leave a Reply

You must be logged in to post a comment.