Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Raspberry Pi makes computers in several different **series**:
*Model B* indicates the presence of an Ethernet port.
*Model A* indicates a lower-cost model in a smaller form factor with no Ethernet port, reduced RAM, and fewer USB ports to limit board height.

[cols="6a,2,2,3,5"]
IMPORTANT: Raspberry Pi 2 Model B revisions 1.1 and 1.2 have reached End-of-Life (EoL) due to the discontinuation of the core SoC used in these products. The official EoL date was 16 October 2025. Raspberry Pi 2 Model B revision 1.3 offers the same mechanical footprint, improved thermal design, and a BCM2837B0 processor, and so is recommended for existing designs. For more information, see the official https://pip.raspberrypi.com/documents/RP-009284-PC-2[Obsolescence Notice].

[cols="6a,3,2,3,5"]
|===
| Model | SoC | Memory | GPIO | Connectivity

Expand Down Expand Up @@ -81,7 +83,11 @@ a|
^.^a|
.Raspberry Pi 2 Model B
image::images/2-model-b.jpg[alt="Raspberry Pi 2 Model B"]
| xref:processors.adoc#bcm2836[BCM2836] (in version 1.2, switched to xref:processors.adoc#bcm2837[BCM2837]) | 1 GB | 40-pin GPIO header
a|
* revision 1.1: xref:processors.adoc#bcm2836[BCM2836]
* revision 1.2: xref:processors.adoc#bcm2837[BCM2837A]
* revision 1.3: xref:processors.adoc#bcm2837b0[BCM2837B0]
^.^a| 1 GB | 40-pin GPIO header
a|
* HDMI
* 4 × USB 2.0
Expand Down Expand Up @@ -109,7 +115,7 @@ a|
^.^a|
.Raspberry Pi 3 Model B+
image::images/3-model-b-plus.jpg[alt="Raspberry Pi 3 Model B+"]
| xref:processors.adoc#bcm2837b0[BCM2837b0] | 1 GB | 40-pin GPIO header
| xref:processors.adoc#bcm2837b0[BCM2837B0] | 1 GB | 40-pin GPIO header
a|
* HDMI
* 4 × USB 2.0
Expand All @@ -124,7 +130,7 @@ a|
^.^a|
.Raspberry Pi 3 Model A+
image::images/3-model-a-plus.jpg[alt="Raspberry Pi 3 Model A+"]
| xref:processors.adoc#bcm2837b0[BCM2837b0] | 512 MB | 40-pin GPIO header
| xref:processors.adoc#bcm2837b0[BCM2837B0] | 512 MB | 40-pin GPIO header
a|
* HDMI
* USB 2.0
Expand Down