情報技術の四方山話

AI、IoT、ヤマハルータ、VPN、無線LAN、Linux、クラウド、仮想サーバと情報セキュリティのよもやま話

Rsapberry PiのOS(raspbian)とファームウエアのアップデート

2016-06-03 09:42:29 | Linux/Android
匠技術研究所
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

コメント    この記事についてブログを書く
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする
« 6月1日(水)のつぶやき | トップ | 6月3日(金)のつぶやき »
最新の画像もっと見る

コメントを投稿

ブログ作成者から承認されるまでコメントは反映されません。

Linux/Android」カテゴリの最新記事