0
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 3 years have passed since last update.

RaspberryPiのmicroSDの作成方法

Last updated at Posted at 2021-06-06

RaspberryPiのmicroSDを作成する手順

何度もOSを作成することが多く,備忘録としてまとめておきます.

手順

  1. Raspberry Pi Imagerをダウンロードし,実行する

  2. boot フォルダに'ssh'フォルダを作成する
    mt08さんのコメントより,Raspberry Pi Imagerの設定変更可能とのことです

  3. wpa_supplicant.conf を boot フォルダに作成する

wpa_supplicant.conf
   country=JP
   ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
   update_config=1
   network={
       ssid="xxxxxxxxxxxxxx"
       psk="xxxxxxxxxxxxxxxxx"
   }
  1. ARPテーブルを更新する(RaspberryPiのIPアドレスを調べる)

  2. Raspberrypiにssh接続することができます

0
0
1

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
0
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?