
Rsapberry PiのOS(raspbian)とファームウエアのアップデート
いつもアクセスありがとうございます。匠技術研究所の谷山 亮治です。
Raspberry Piの基本ソフトとしてRaspbianをお使いの方がほとんどだと思います。
アップデートの際にディスクが2Gではディスクフル(disk full)になり失敗し、8Gでは成功しています。アップデートを初めて行う際は、対象ソフトが沢山あり、時間がかかるので余裕があるときに、有線LAN環境で実施したほうが良いですね。
1.基本ソフトraspbinのアップデート
$ sudo apt-get update
$ sudo apt-get dist-upgrade
2.Raspberry Piのファームウエアアップデート
$ 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.4.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=144087
##############################################################
*** 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 202 0 --:--:-- --:--:-- --:--:-- 202
100 50.6M 100 50.6M 0 0 570k 0 0:01:30 0:01:30 --:--:-- 560k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.4.12-v7+
*** depmod 4.4.12+
*** 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 4468c4c063c3d034821dfef4e4da00f21ea72645
*** A reboot is needed to activate the new firmware
3.Linuxのバージョン確認
$ uname -a
Linux raspberrypi 4.4.11-v7+ #888 SMP Mon May 23 20:10:33 BST 2016 armv7l GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie