1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ラズパイの初期セットアップ個人用メモ

Posted at

ラズパイをセットアップした際のメモ。

環境

  • Raspberry Pi 3B+
  • Windows 10 Home

事前準備1

事前準備2

  • Etcher を利用して Raspbian Stretch with desktop を SD カードに書き込み
  • 書き込みが終わった SD カードを Raspberry Pi に挿入
  • ディスプレイ・マウス・キーボードを Raspberry Pi に接続し Raspberry Pi の電源を ON

Raspberry Pi のセットアップ

電源を入れると Raspberry Pi Desktop が立ち上がるので画面に従いながらセットアップ。
詳細は scrot -s でとったスクショ参照。

2019-04-08-113509_494x311_scrot.png
2019-04-08-113643_494x311_scrot.png
2019-04-08-193719_494x311_scrot.png
2019-04-08-194110_494x311_scrot.png
自分の環境では画面がディスプレイ全体に表示されていなかったのでチェックをつけました
2019-04-08-194237_494x311_scrot.png
2019-04-08-194304_494x311_scrot.png
2019-04-08-194322_494x311_scrot.png

  • 非公開 SSID の Wi-Fi 環境に接続する

    • コマンド wpa_passphrase "SSID名" "パスフレーズ" を実行し
    • /etc/wpa_supplicant/wpa_supplicant.conf の末尾に出力された内容を記載( #psk= の行は削除することを推奨)、あわせて scan_ssid=1 も追記する
    • Raspberry Pi を再起動し、 Wi-Fi に接続できることを確認する
  • ホスト名を変更する

    • sudo raspi-config でコンフィグを開く
    • 2 Network Options を選択
    • N1 Hostname を選択

2019-06-06-000727_655x390_scrot.png
2019-06-06-000745_655x390_scrot.png
2019-06-06-000831_655x390_scrot.png

  • ssh で接続できるようにする
    • sudo raspi-config でコンフィグを開く( ホスト名を変更する から続きで実施する場合はそのままの画面を利用する)
    • 5 Interfacing Options を選択
    • P2 SSH を選択
    • SSH を有効にするか否かの選択が出るので <はい> を選択

2019-06-06-001105_655x390_scrot.png
2019-06-06-001211_655x390_scrot.png
2019-06-06-001227_655x390_scrot.png
2019-06-06-001320_655x390_scrot.png

  • 再起動し、ssh で接続できることを確認する
    • raspi-config 終了時に再起動するかの選択画面が表示されるので再起動を実施
    • 他の端末から ssh で接続できることを確認する

2019-06-06-001509_655x390_scrot.png

  • 必要に応じて固定IPの設定
    • 自宅ではルータ側でMACアドレスと固定IPを紐づけているので、MACアドレス確認してルータ側での固定IPを設定
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?