Raspberry Pi/インストール
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
#contents
**やってみる [#l2cff6cc]
***Raspbian OSのダウンロード [#n94b4342]
[[Download Raspbian for Raspberry Pi>https://www.raspberr...
http://director.downloads.raspberrypi.org/raspbian/images...
***ダウンロードと解凍 [#y5cf9c04]
$ curl http://director.downloads.raspberrypi.org/raspbia...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 1693M 100 1693M 0 0 2476k 0 0:11:40 ...
$ ls -lrt 2018-03-13-raspbian-stretch.zip
-rw-r--r-- 1 masatomix staff 1776280071 3 21 17:58 2...
$ unzip 2018-03-13-raspbian-stretch.zip
Archive: 2018-03-13-raspbian-stretch.zip
inflating: 2018-03-13-raspbian-stretch.img
$ ls -lrt 2018-03-13-raspbian-stretch.img
-rw-r--r-- 1 masatomix staff 4949278720 3 14 08:17 2...
前準備は以上です。
***SDカードへのコピー [#kdab9753]
[[Installing operating system images on Mac OS - Raspberr...
$ diskutil list
/dev/disk4 (external, physical):
#: TYPE NAME ...
0: FDisk_partition_scheme ...
1: DOS_FAT_32 disk ...
$ diskutil unmountDisk /dev/disk4
Unmount of all volumes on disk4 was successful
$ sudo dd bs=1m if=2018-03-13-raspbian-stretch.img of=/d...
Password:
4720+0 records in
4720+0 records out
4949278720 bytes transferred in 335.308527 secs (1476037...
$ diskutil list
/dev/disk4 (external, physical):
#: TYPE NAME ...
0: FDisk_partition_scheme ...
1: Windows_FAT_32 boot ...
2: Linux ...
コピー完了です。
***ラズパイの起動。 [#xbf87116]
ラズパイ先のMicroSDを差し込んでブート。
SSHの起動までは、GUIで操作する必要があるので、キーボード...
# sudo raspi-config
ってConfigurationのアプリを起動します。
「5 Interfacing Options Configure connections to periphe...
さいごにYes を選ぶとSSHが起動します。
この先はSSHで繋げばよいので、ラズパイは電源だけ繋いでおけ...
*** ついでに最新化 [#zf98e807]
# sudo apt update
# sudo apt upgrade
*** vncサーバの起動 [#k4437b6e]
# sudo raspi-config
「5 Interfacing Options Configure connections to periphe...
さいごにYes を選ぶとSSHが起動します。
*** Locale [#va7e1f00]
# sudo raspi-config
「4 Localisation Options Set up language and regional set...
*** Time Zone [#y7b01c87]
VNC上の Preferences > Raspberry Pi Configuration > Locali...
で、Asia/Tokyoを選択。
**関連リンク [#r7a62341]
-[[ラズパイで何かしたい!と思った人のためのまとめ!(1) Ra...
-[[Raspberry Pi 3の準備 インストールから起動まで - Qiita...
----
この記事は
#vote(おもしろかった,そうでもない)
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
終了行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
#contents
**やってみる [#l2cff6cc]
***Raspbian OSのダウンロード [#n94b4342]
[[Download Raspbian for Raspberry Pi>https://www.raspberr...
http://director.downloads.raspberrypi.org/raspbian/images...
***ダウンロードと解凍 [#y5cf9c04]
$ curl http://director.downloads.raspberrypi.org/raspbia...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 1693M 100 1693M 0 0 2476k 0 0:11:40 ...
$ ls -lrt 2018-03-13-raspbian-stretch.zip
-rw-r--r-- 1 masatomix staff 1776280071 3 21 17:58 2...
$ unzip 2018-03-13-raspbian-stretch.zip
Archive: 2018-03-13-raspbian-stretch.zip
inflating: 2018-03-13-raspbian-stretch.img
$ ls -lrt 2018-03-13-raspbian-stretch.img
-rw-r--r-- 1 masatomix staff 4949278720 3 14 08:17 2...
前準備は以上です。
***SDカードへのコピー [#kdab9753]
[[Installing operating system images on Mac OS - Raspberr...
$ diskutil list
/dev/disk4 (external, physical):
#: TYPE NAME ...
0: FDisk_partition_scheme ...
1: DOS_FAT_32 disk ...
$ diskutil unmountDisk /dev/disk4
Unmount of all volumes on disk4 was successful
$ sudo dd bs=1m if=2018-03-13-raspbian-stretch.img of=/d...
Password:
4720+0 records in
4720+0 records out
4949278720 bytes transferred in 335.308527 secs (1476037...
$ diskutil list
/dev/disk4 (external, physical):
#: TYPE NAME ...
0: FDisk_partition_scheme ...
1: Windows_FAT_32 boot ...
2: Linux ...
コピー完了です。
***ラズパイの起動。 [#xbf87116]
ラズパイ先のMicroSDを差し込んでブート。
SSHの起動までは、GUIで操作する必要があるので、キーボード...
# sudo raspi-config
ってConfigurationのアプリを起動します。
「5 Interfacing Options Configure connections to periphe...
さいごにYes を選ぶとSSHが起動します。
この先はSSHで繋げばよいので、ラズパイは電源だけ繋いでおけ...
*** ついでに最新化 [#zf98e807]
# sudo apt update
# sudo apt upgrade
*** vncサーバの起動 [#k4437b6e]
# sudo raspi-config
「5 Interfacing Options Configure connections to periphe...
さいごにYes を選ぶとSSHが起動します。
*** Locale [#va7e1f00]
# sudo raspi-config
「4 Localisation Options Set up language and regional set...
*** Time Zone [#y7b01c87]
VNC上の Preferences > Raspberry Pi Configuration > Locali...
で、Asia/Tokyoを選択。
**関連リンク [#r7a62341]
-[[ラズパイで何かしたい!と思った人のためのまとめ!(1) Ra...
-[[Raspberry Pi 3の準備 インストールから起動まで - Qiita...
----
この記事は
#vote(おもしろかった,そうでもない)
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
ページ名: