一分一秒真剣勝負!

Ruby, Railsなど。Web系の技術ネタを充実させたい・・が、そうなるかは分からない。

Raspberyy Pi が着た!

やっと届いた!基盤剥き出しのままだと壊れそうなので、一緒に買ったケースとセットで届きました!
f:id:yatmsu:20121202183253j:plain
おお、これがラズベリーパイか。
f:id:yatmsu:20121202183420j:plain
さっそくケースに入れる。
f:id:yatmsu:20121202184209j:plain

SDカードをMacに差し込み、ディスクユーティリティでFAT32にフォーマット!
http://www.raspberrypi.org/downloads からOSのイメージファイルをDLし、
さっそくOSのインストール作業に入ります。

% cd Dowonloads
% wget http://downloads.raspberrypi.org/images/raspbian/2012-10-28-wheezy-raspbian/2012-10-28-wheezy-raspbian.zip
% unzip 2012-10-28-wheezy-raspbian/2012-10-28-wheezy-raspbian.zip
% df -h # フォーマット時にRASPBERRYPIって名前でフォーマットしておいた
Filesystem                          Size   Used  Avail Capacity   iused     ifree %iused  Mounted on
/dev/disk0s2                       233Gi  152Gi   81Gi    66%  39943338  21126102   65%   /
devfs                              204Ki  204Ki    0Bi   100%       706         0  100%   /dev
map -hosts                           0Bi    0Bi    0Bi   100%         0         0  100%   /net
map auto_home                        0Bi    0Bi    0Bi   100%         0         0  100%   /home
localhost:/5Jo_iyPWVoa5ot0q80v3Xl  233Gi  233Gi    0Bi   100%         0         0  100%   /Volumes/MobileBackups
/dev/disk1s2                       149Gi  135Gi   14Gi    91%  35391953   3596793   91%   /Volumes/MacBookAir2012
pogoplugfs@ppfs0                   4.7Gi  1.8Gi  2.8Gi    40%    512000    512000   50%   /Volumes/Pogoplug Cloud
pogoplugfs@ppfs1                   1.8Gi  4.4Mi  1.8Gi     1%    512000    512000   50%   /Volumes/Generic STORAGE DEVICE
pogoplugfs@ppfs2                   698Gi  136Gi  563Gi    20%    512000    512000   50%   /Volumes/ST750LX0 03-1AC154
pogoplugfs@ppfs4                   7.1Gi   44Mi  7.1Gi     1%    512000    512000   50%   /Volumes/Unnamed
/dev/disk2s2                       931Gi  474Gi  458Gi    51% 124148684 119957982   51%   /Volumes/WD10JPVT
/dev/disk3s1                        30Gi  2.1Mi   30Gi     1%         0         0  100%   /Volumes/RASPBERRYPI
% sudo diskutil unmount /Volumes/RASPBERRYPI/
Volume RASPBERRYPI on disk3s1 unmounted
% sudo time dd bs=1m if=2012-10-28-wheezy-raspbian.img of=/dev/rdisk3
1850+0 records in
1850+0 records out
1939865600 bytes transferred in 116.998239 secs (16580297 bytes/sec)
      117.00 real         0.00 user         1.03 sys
% df -h
Filesystem                          Size   Used  Avail Capacity   iused     ifree %iused  Mounted on
/dev/disk0s2                       233Gi  154Gi   79Gi    67%  40476586  20592854   66%   /
devfs                              205Ki  205Ki    0Bi   100%       710         0  100%   /dev
map -hosts                           0Bi    0Bi    0Bi   100%         0         0  100%   /net
map auto_home                        0Bi    0Bi    0Bi   100%         0         0  100%   /home
localhost:/5Jo_iyPWVoa5ot0q80v3Xl  233Gi  233Gi    0Bi   100%         0         0  100%   /Volumes/MobileBackups
/dev/disk1s2                       149Gi  135Gi   14Gi    91%  35391953   3596793   91%   /Volumes/MacBookAir2012
pogoplugfs@ppfs0                   4.7Gi  1.8Gi  2.8Gi    40%    512000    512000   50%   /Volumes/Pogoplug Cloud
pogoplugfs@ppfs1                   1.8Gi  4.4Mi  1.8Gi     1%    512000    512000   50%   /Volumes/Generic STORAGE DEVICE
pogoplugfs@ppfs2                   698Gi  136Gi  563Gi    20%    512000    512000   50%   /Volumes/ST750LX0 03-1AC154
pogoplugfs@ppfs4                   7.1Gi   44Mi  7.1Gi     1%    512000    512000   50%   /Volumes/Unnamed
/dev/disk2s2                       931Gi  474Gi  458Gi    51% 124148684 119957982   51%   /Volumes/WD10JPVT
/dev/disk3s1                        56Mi   17Mi   39Mi    30%       512         0  100%   /Volumes/Untitled
% 
% sudo diskutil unmount /Volumes/Untitled/
Volume (null) on disk3s1 unmounted

よし完了!で、ラズベリーパイ初回の起動画面で衝撃の事件が・・・なんとHHKのスペース↑エンターを認識しない。
数カ月ぶりにWindowsで動作確認しても問題なく動くのに。。
しょうがないのでミニキーボードを発注。

USB日本語 スリムミニ 黒 AOK-780BK

USB日本語 スリムミニ 黒 AOK-780BK

届いてから初期の設定を終了し、rebootしたらSDカードの空き容量をフォーマット(初期のインストールでは2Gしか使用できない。初回起動時の設定画面で空いている部分も使えるようにするオプションがあるのでそれを押した。)するのに40分はかかった。。ちなみにSDは32Gです。

再起動後、やっとデスクトップを見られた。。
問題は何に使うかですね。安かったから買ったけど、目的がない。本来は学習用のものみたいだけど。

[参考サイト]
RPi Easy SD Card Setup - eLinux.org http://elinux.org/RPi_Easy_SD_Card_Setup#Copying_an_image_to_the_SD_card_in_Mac.C2.A0OS.C2.A0X_.28mostly_graphical_interface.29