LoginSignup
1
2

More than 5 years have passed since last update.

Raspbianをインストール直後にやること(超必要最低限)

Last updated at Posted at 2018-07-07

Raspberry piにRaspianをインストールして最初にやる事

兎にも角にもsudo raspi-configが楽

  • piユーザーでログイン後、sudo rasps-configを実行
    image.png

  • 下記を順に設定する

    • 1. Change User password でpiユーザーのデフォルトパスワード変更
    • 2. Network Options -> N2 Wi-fi でWiFiを有効化
    • 5. Interfacing Options -> P2 SSH でsshを有効化
    • 7. Advance Options -> A1 Expand Filesystem でファイルシステムを拡張
    • Finishでリブート
  • リブート後、WiFiでIPアドレスが取得でき、PCからssh接続ができればOK

1
2
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
2