Skip to content

Commit

Permalink
merging /raspi/sdcard* page
Browse files Browse the repository at this point in the history
  • Loading branch information
kou029w committed Sep 11, 2024
1 parent ec49586 commit 5875c14
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 43 deletions.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ https://tutorial-chirimen-org.netlify.com/* https://tutorial.chirimen.org/:spl
/raspi3/ja/* /raspi/:splat
/raspi3/en/* /en/raspi/:splat
/raspi3/* /raspi/:splat
/raspi/sdcard2 /raspi/sdcard
/raspi/partslist /partslist
/pizero/pizeronodejs /pizero/
/pizero/pizeronodejs.html /pizero/
Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Raspberry Pi で CHIRIMEN 環境を使うには、[ビルドイメージ](https:
- [Node.js から使うこともできます](raspi/nodejs)

## CHIRIMEN Raspberry Pi Zero 版
Raspberry Pi Zero (ネットワーク環境が必要なため、Zero W もしくは Zero WH (ピンヘッダはんだ付け済み品) 、Raspberry Pi Zero 2 W の使用を強く推奨します。)で CHIRIMEN 環境を使うには、[ビルドイメージ](https://github.com/chirimen-oh/chirimen-lite/releases)[Raspberry Pi Imager](raspi/sdcard2)[Etcher で microSD カードに書き込み](raspi/sdcard)、Raspberry Pi Zero を起動してください。
Raspberry Pi Zero (ネットワーク環境が必要なため、Zero W もしくは Zero WH (ピンヘッダはんだ付け済み品) 、Raspberry Pi Zero 2 W の使用を強く推奨します。)で CHIRIMEN 環境を使うには、[ビルドイメージ](https://github.com/chirimen-oh/chirimen-lite/releases/latest) [microSD カードに書き込み](raspi/sdcard)、Raspberry Pi Zero を起動してください。

- [CHIRIMEN for Raspberry Zero について](pizero)

Expand Down
6 changes: 3 additions & 3 deletions pizero/src/chapter_2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Pi Zero: [ケイエスワイ](https://raspberry-pi.ksyic.com/main/index/pdp.id/406/pdp.open/406), [秋月電子](https://akizukidenshi.com/catalog/g/gM-12961/), [スイッチサイエンス](https://www.switch-science.com/catalog/3646/), [マルツ](https://www.marutsu.co.jp/pc/i/1320453/)
* Pi Zero **2** W: [ケイエスワイ](https://raspberry-pi.ksyic.com/main/index/pdp.id/849/pdp.open/849), [秋月電子](https://akizukidenshi.com/catalog/g/g117398/), [スイッチサイエンス](https://www.switch-science.com/collections/raspberry-pi/products/7600), [マルツ](https://www.marutsu.co.jp/pc/i/2792770/)
* **microSDカード**
* [CHIRIMEN Lite 最新リリース版](https://github.com/chirimen-oh/chirimen-lite/releases)を書き込みます
* 自分でイメージを書き込む場合は、[こちら](https://tutorial.chirimen.org/raspi/sdcard2)[こちら](https://tutorial.chirimen.org/raspi/sdcard)の手順を参考にしてください
* [CHIRIMEN Lite 最新リリース版](https://github.com/chirimen-oh/chirimen-lite/releases/latest)を書き込みます
* 自分でイメージを書き込む場合は、[SDカードの作成の手順](https://tutorial.chirimen.org/raspi/sdcard)」をご参考ください。
* **USBケーブル (USB A - MicroB)**
* **Lチカ用パーツ**(以下のパーツ一式を用意します)
* ブレッドボード
Expand Down Expand Up @@ -40,4 +40,4 @@
※ PiZero自体はディスプレイやキーボードを接続する必要はありません。

## 開発用 PC をネットワークに接続
* 会場(もしくは開発場所)で提供されているネットワークにまずはPCを接続してください。
* 会場(もしくは開発場所)で提供されているネットワークにまずはPCを接続してください。
6 changes: 5 additions & 1 deletion raspi/sdcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@ SD カードの書き込みに使う PC で最新の起動イメージをダウ
インストールが完了したら、次の手順で SD カードにイメージを書き込みます。

1. Raspberry Pi Imager を起動します。
2. "Operating System" をクリックし、「CHIRIMEN Raspi」用のダウンロードしたイメージを選択します。必要に応じて、"Use custom" からファイルを選ぶことができます
2. "Operating System" をクリックし、"Use custom" から「CHIRIMEN Raspi」用のダウンロードしたイメージを選択します
3. "Storage" をクリックし、書き込み先の microSD カードを選択します。
4. "Write" ボタンをクリックし、書き込みを開始します。

![Imagerの起動画面](./imgs/imager/RaspberryPiImager1.png)
![Imagerの起動画面](./imgs/imager/RaspberryPiImager2.png)
![Imagerの起動画面](./imgs/imager/RaspberryPiImager3.png)

これで、CHIRIMEN Raspi 用の microSD カードが作成されます。

## 4. 起動を確認する
Expand Down
38 changes: 0 additions & 38 deletions raspi/sdcard2.md

This file was deleted.

0 comments on commit 5875c14

Please sign in to comment.