I have perform the following command into ssh shell:
sudo apt-get upgrade
sudo apt-get update
sudo reboot
But I still have an old kernel version, infact:
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux
Why my kernel is not updated? What am I missing? How can I solve?
Tnx
sudo apt-get update
thensudo apt-get upgrade
you need to run - you then need to configure the Pi to use the new kernel. – Wilf May 31 '14 at 03:29