Raspbian Wheezy
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
]
開始行:
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Raspbian Wheezy [#cf272779]
RaspberryPi Foundation の公式ページからダウンロードした~
Raspbian Wheezy~
2015-05-05-raspbian-wheezy.img~
は以下のような内容になっています。
**イメージサイズ [#nc78e77b]
約 3.1GB あります。
$ ls -al 2015-05-05-raspbian-wheezy.img
-rw-r--r-- 1 beat beat 3276800000 5月 7 01:00 2015-05...
**debian version [#oc092a29]
debian wheezy (7.x) と互換で version は 7.8 です。
pi@raspberrypi ~ $ cat /etc/debian_version
7.8
**kernel [#gcc7da66]
初期状態の kernel は 3.18.11 です。
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 2...
kernel は linaro の cross toolchain gcc 4.8.3 を使って x8...
pi@raspberrypi ~ $ cat /proc/version
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc vers...
**gcc [#gdae956e]
default の gcc は 4.6.3 で、 armv6 vfp hardfloat 向けにビ...
pi@raspberrypi ~ $ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6...
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='...
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/...
--libexecdir=/usr/lib --without-included-gettext --enabl...
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx...
--with-arch=armv6 --with-fpu=vfp --with-float=hard --ena...
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
**パッケージ [#r913821a]
microSD に書き込んで起動しただけですぐに何でも出来るよう...
メタパッケージやライブラリのパッケージも含め全部で 853 も...
印刷機能や動画・音声まで扱えるデスクトップ向けのフルパッ...
開発用のライブラリやプログラム言語、IDE などの各種パッケ...
また、opencv や wolfram-engine もインストールされています...
起動は SysVinit で行うようになっています。~
~
Raspbian Wheezy にインストールされているパッケージ
#ref(Raspbin_Wheezy_default_packages.txt)
**update [#fc32569f]
2015年10月13日の時点で apt-get update & apt-get upgrade ...
この中の raspberrypi-bootloader の更新を実行すると kernel...
3.18.11 から 4.1.7 に更新されます。
pi@raspberrypi ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
nuscratch
The following packages will be upgraded:
bind9-host cups-bsd cups-client cups-common firmware-r...
ghostscript libbind9-80 libcups2 libcupsimage2 libdns8...
libgs9 libgs9-common libicu48 libisc84 libisccc80 libi...
liblwres80 libmp3lame0 libnss3 libraspberrypi-bin libr...
libraspberrypi-doc libraspberrypi0 libsdl1.2debian lib...
omxplayer openssl raspberrypi-bootloader raspi-config ...
tzdata unzip
39 upgraded, 0 newly installed, 0 to remove and 1 not up...
Need to get 127 MB of archives.
After this operation, 8,692 kB of additional disk space ...
Do you want to continue [Y/n]?
rpi-update を実行すると以下のように kernel は 4.1.10 に更...
rpi-update の場合は raspberrypi-bootloader の更新と異なり~
現在起動中の /boot/ パーティションの中身が rootfs の /boo...
また /lib/modules.bak/ に保存もされます。
pi@raspberrypi ~ $ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** Performing self-update
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 10206 100 10206 0 0 61102 0 --:--:-- -...
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** We're running for the first time
*** Backing up files (this will take a few minutes)
*** Backing up firmware
*** Backing up modules 3.18.11-v7+
########################################################...
This update bumps to rpi-4.1.y linux tree
Be aware there could be compatibility issues with some d...
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=...
########################################################...
*** Downloading specific firmware revision (this will t...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 168 0 168 0 0 203 0 --:--:-- -...
100 48.2M 100 48.2M 0 0 1171k 0 0:00:42 ...
*** Updating firmware
*** Updating kernel modules
*** depmod 4.1.10+
*** depmod 4.1.10-v7+
*** 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 successful...
*** A reboot is needed to activate the new firmware
2015-05-05-raspbian-wheezy.img 書き込み直後の 3.18.11 ker...
実行後 /lib/modules/ の下は以下のようになります。
pi@raspberrypi ~ $ ls /lib/modules
3.18.11+ 3.18.11-v7+ 4.1.10+ 4.1.10-v7+
v7 の付いている方が ARMv7 アーキテクチャーの Raspberry Pi...
~
apt-get upgrade で 4.1.7 kernel に更新して起動している状...
実行後 /lib/modules は以下のようになります。
pi@raspberrypi ~ $ ls /lib/modules
4.1.7+ 4.1.7-v7+ 4.1.10+ 4.1.10-v7+
3系 kernel でないと困る場合があるなど、何かの都合で以前の...
先に rpi-update を行って /boot.bak/ と /lib/modules.bak/ ...
元の場所に書き戻すだけで以前の kernel で起動することが出...
* 更新履歴 [#b4ebae08]
2015/10/15 初稿掲載 ~
RIGHT:Satoshi OTSUKA
終了行:
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Raspbian Wheezy [#cf272779]
RaspberryPi Foundation の公式ページからダウンロードした~
Raspbian Wheezy~
2015-05-05-raspbian-wheezy.img~
は以下のような内容になっています。
**イメージサイズ [#nc78e77b]
約 3.1GB あります。
$ ls -al 2015-05-05-raspbian-wheezy.img
-rw-r--r-- 1 beat beat 3276800000 5月 7 01:00 2015-05...
**debian version [#oc092a29]
debian wheezy (7.x) と互換で version は 7.8 です。
pi@raspberrypi ~ $ cat /etc/debian_version
7.8
**kernel [#gcc7da66]
初期状態の kernel は 3.18.11 です。
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 2...
kernel は linaro の cross toolchain gcc 4.8.3 を使って x8...
pi@raspberrypi ~ $ cat /proc/version
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc vers...
**gcc [#gdae956e]
default の gcc は 4.6.3 で、 armv6 vfp hardfloat 向けにビ...
pi@raspberrypi ~ $ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6...
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='...
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/...
--libexecdir=/usr/lib --without-included-gettext --enabl...
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx...
--with-arch=armv6 --with-fpu=vfp --with-float=hard --ena...
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
**パッケージ [#r913821a]
microSD に書き込んで起動しただけですぐに何でも出来るよう...
メタパッケージやライブラリのパッケージも含め全部で 853 も...
印刷機能や動画・音声まで扱えるデスクトップ向けのフルパッ...
開発用のライブラリやプログラム言語、IDE などの各種パッケ...
また、opencv や wolfram-engine もインストールされています...
起動は SysVinit で行うようになっています。~
~
Raspbian Wheezy にインストールされているパッケージ
#ref(Raspbin_Wheezy_default_packages.txt)
**update [#fc32569f]
2015年10月13日の時点で apt-get update & apt-get upgrade ...
この中の raspberrypi-bootloader の更新を実行すると kernel...
3.18.11 から 4.1.7 に更新されます。
pi@raspberrypi ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
nuscratch
The following packages will be upgraded:
bind9-host cups-bsd cups-client cups-common firmware-r...
ghostscript libbind9-80 libcups2 libcupsimage2 libdns8...
libgs9 libgs9-common libicu48 libisc84 libisccc80 libi...
liblwres80 libmp3lame0 libnss3 libraspberrypi-bin libr...
libraspberrypi-doc libraspberrypi0 libsdl1.2debian lib...
omxplayer openssl raspberrypi-bootloader raspi-config ...
tzdata unzip
39 upgraded, 0 newly installed, 0 to remove and 1 not up...
Need to get 127 MB of archives.
After this operation, 8,692 kB of additional disk space ...
Do you want to continue [Y/n]?
rpi-update を実行すると以下のように kernel は 4.1.10 に更...
rpi-update の場合は raspberrypi-bootloader の更新と異なり~
現在起動中の /boot/ パーティションの中身が rootfs の /boo...
また /lib/modules.bak/ に保存もされます。
pi@raspberrypi ~ $ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** Performing self-update
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 10206 100 10206 0 0 61102 0 --:--:-- -...
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** We're running for the first time
*** Backing up files (this will take a few minutes)
*** Backing up firmware
*** Backing up modules 3.18.11-v7+
########################################################...
This update bumps to rpi-4.1.y linux tree
Be aware there could be compatibility issues with some d...
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=...
########################################################...
*** Downloading specific firmware revision (this will t...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 168 0 168 0 0 203 0 --:--:-- -...
100 48.2M 100 48.2M 0 0 1171k 0 0:00:42 ...
*** Updating firmware
*** Updating kernel modules
*** depmod 4.1.10+
*** depmod 4.1.10-v7+
*** 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 successful...
*** A reboot is needed to activate the new firmware
2015-05-05-raspbian-wheezy.img 書き込み直後の 3.18.11 ker...
実行後 /lib/modules/ の下は以下のようになります。
pi@raspberrypi ~ $ ls /lib/modules
3.18.11+ 3.18.11-v7+ 4.1.10+ 4.1.10-v7+
v7 の付いている方が ARMv7 アーキテクチャーの Raspberry Pi...
~
apt-get upgrade で 4.1.7 kernel に更新して起動している状...
実行後 /lib/modules は以下のようになります。
pi@raspberrypi ~ $ ls /lib/modules
4.1.7+ 4.1.7-v7+ 4.1.10+ 4.1.10-v7+
3系 kernel でないと困る場合があるなど、何かの都合で以前の...
先に rpi-update を行って /boot.bak/ と /lib/modules.bak/ ...
元の場所に書き戻すだけで以前の kernel で起動することが出...
* 更新履歴 [#b4ebae08]
2015/10/15 初稿掲載 ~
RIGHT:Satoshi OTSUKA
ページ名:
BC::labsへの質問は、bc9-dev @ googlegroups.com までお願い致します。