LoginSignup
1
2

More than 3 years have passed since last update.

【Raspberry Pi】各種OSをインストールする手順

Posted at

概要

Raspberry Piに各種OSをインストールする手順メモ。
インストールできるOSのリストはこちらから確認できる。
最もセットアップが簡単なNoobsはインストール方法が少し異なるので対象外とする。

手順

  1. OSの.imgファイルをダウンロードする
  2. microSDカードのフォーマットをする
  3. microSDカードにOSのイメージを書き込む
  4. Raspberry PiにmicroSDカードを挿入して電源を繋ぐ

1. OSの.imgファイルをダウンロードする

Raspberry Piの公式ダウンロードサイトのこちらから、インストールしたいOSのイメージをダウンロードする。

ファイルサイズが大きいので、数分かかります。

2. microSDカードのフォーマットをする

こちらのサイトからSD Card Formatterをダウンロード&インストールする。

SD Card FormatterでmicroSDカードをフォーマットする。
:warning: 中身のファイルが全て初期化されるので、もし、保存しておきたいデータがあればどこかに移動しておく。

3. microSDカードにOSのイメージを書き込む

こちらのサイトからbalenaEtcherをダウンロード&インストールする。

balenaEtcherでmicroSDカードにOSのイメージファイル(.imgファイル)を書き込む。

4. Raspberry PiにmicroSDカードを挿入して電源を繋ぐ

microSDカードをRaspberry Piに挿入してから電源ケーブルを接続する。
:warning: 最後に電源ケーブルを接続する

無事に起動したらOK!

Happy Hacking :sunglasses: !

参考

https://www.raspberrypi.org/downloads/
https://www.raspberrypi.org/documentation/installation/installing-images/README.md

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