For some reason, xbmc and raspbmc didn’t auto update anymore on my raspberry pi (running Raspbmc) since april this year.
Usually when you reboot your device, auto update makes sure your raspbmc is using the latest version.
By deleting some files, you can trigger your pi to update again on the next restart. This will probably solve your problem if you have the same issue:
- sudo -s
- cd /scripts/upd_sys
- rm *.sh
- wget http://svn.stmlabs.com/svn/raspbmc/release/update-system/getfile.sh
- wget http://svn.stmlabs.com/svn/raspbmc/release/update-system/cdn_env_prep.sh
- cd /scripts/upd_hist
- rm xbmcver
- reboot