・購入品のメモ。価格はAmazonから購入時点。
1.Raspberry Pi 3 Model B V1.2 (日本製) 国内正規代理店品
チップワンストップ 価格:¥5,222
2.Raspberry Pi 3 Model B ケース + ヒートシンク クリア
KuGi 価格:¥829
3.Raspberry Pi 3 model B 専用電源 ACアダプタ 5.1V/2.5A
きばん本舗 価格:¥1,640
本家のraspberrypi.orgからRaspbianのmicroSDイメージファイルをダウンロードする。
https://www.raspberrypi.org/downloads/raspbian/
その1
|Raspbian Jessie with PIXEL
|RImage with PIXEL desktop based on Debian Jessie
|RVersion: April 2017
|RRelease date: 2017-04-10
|RKernel version: 4.4
|RSHA-1: 6d7b11bb3d64524203edf6c80c499456fb5fef53
その2
|Raspbian Jessie Lite
|RMinimal image based on Debian Jessie
|RVersion: April 2017
|RRelease date: 2017-04-10
|RKernel version: 4.4
|RSHA-1: c24a4c7dd1a5957f303193fee712d0d2c0c6372d
(1)ここではその2のRaspbian Jessie Liteをダウンロードする。
https://downloads.raspberrypi.org/raspbian_lite_latest
のページを開くと、
http://director.downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-04-10/2017-04-10-raspbian-jessie-lite.zip
が呼びだされる。
(2)macOSターミナルでのダウンロードファイルの確認と展開
% ls -l 2017-04-10-raspbian-jessie-lite.zip 307785777 5 20 21:46 2017-04-10-raspbian-jessie-lite.zip % ls -lh 2017-04-10-raspbian-jessie-lite.zip 294M 5 20 21:46 2017-04-10-raspbian-jessie-lite.zip % shasum 2017-04-10-raspbian-jessie-lite.zip # sumチェック c24a4c7dd1a5957f303193fee712d0d2c0c6372d 2017-04-10-raspbian-jessie-lite.zip % % unzip 2017-04-10-raspbian-jessie-lite.zip # 展開 Archive: 2017-04-10-raspbian-jessie-lite.zip inflating: 2017-04-10-raspbian-jessie-lite.img % ls -l 2017-04-10-raspbian-jessie-lite.img 1297862656 4 10 18:58 2017-04-10-raspbian-jessie-lite.img % ls -lh 2017-04-10-raspbian-jessie-lite.img #約1.2GBの.imgが出来ている 1.2G 4 10 18:58 2017-04-10-raspbian-jessie-lite.img
(3)SDカードに書き込む(macOS編)
# 書き込むmicroSDを取り付けると勝手にマウントされる。 # df -H Filesystem Size Used Avail Mounted on /dev/disk0s2 999G 635G 364G / devfs 201k 201k 0B /dev map -hosts 0B 0B 0B /net map auto_home 0B 0B 0B /home /dev/disk2s1 79M 21M 57M /Volumes/Untitled # Untitledボリュームをアンマウントする。 # diskutil unmountDisk /dev/disk2 Unmount of all volumes on disk2 was successful # 出力ファイル側が、microSDの /dev/disk2 であること十分確認。 # time dd bs=1m if=2017-04-10-raspbian-jessie-lite.img of=/dev/disk2 1237+1 records in 1237+1 records out 1297862656 bytes transferred in 570.426499 secs (2275250 bytes/sec) dd bs=1m if=2017-04-10-raspbian-jessie-lite.img of=/dev/disk2 0.00s user 6.94s system 1% cpu 9:31.66 total # 1.3GBのファイルをmicroSDに書き込むのに9分30秒かかった。 # df -H Filesystem Size Used Avail Mounted on /dev/disk0s2 999G 635G 364G / devfs 201k 201k 0B /dev map -hosts 0B 0B 0B /net map auto_home 0B 0B 0B /home /dev/disk2s1 42M 21M 21M /Volumes/boot # macOSのオートマウントでmicroSDのRaspbian bootパーティションが勝手にマウントされる。 # bootのボリュームをアンマウントして、microSDを取り外す。 # diskutil unmountDisk /dev/disk2 Unmount of all volumes on disk2 was successful # 念入りは人はさらに# df -H して /Volumes/boot がないことを確認してから、 # microSDを取り外すと良い。
(3-1)SDカードに書き込む(windows編)
別記事 RPi_0011 win32diskimager
ここで出来たmicroSDをRaspberry Pi3の底にあるmicroSDスロットに挿す。
0 件のコメント:
コメントを投稿