LoginSignup
4
4

More than 5 years have passed since last update.

Raspberry Pi1 のリビジョンを見分ける方法

Last updated at Posted at 2016-07-16

Raspberry Pi1のリビジョンについて

Raspberry Pi1 Model Bにはリビジョンが2種類存在する。
初代ラズパイを使って電子工作などをする際、リビジョンの違いで使用するGPIOのポートが若干異なったりするので注意が必要。

ボードを見て判断する場合

ラズベリーのマークの下の文字をチェックする

Rev.1の場合は「(C)2011」となっている
Screenshot 2016-07-16 22.14.28.png

Rev.2の場合は「(c)2011.12」と「12」まで含めて記入されている
Screenshot 2016-07-16 22.14.34.png

ターミナルのコマンド操作で判断する場合

$cat /proc/cpuinfo を入力する
Revisionの項目が
0002 であれば Rev.1
000f であれば Rev.2
となる。

GPIOポートの違い

・Model B Rev.1
gpio-pinout.jpg

・Model A または Model B Rev.2
gpio-pinout-rev2.jpg

・Model B++ (Model B Rev.2に13ピン追加された)
gpio-pinout-bplus.jpg

参考書籍

4
4
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
4
4