Skip to content

Conversation

@katshann-raspberry
Copy link
Collaborator

No description provided.

@lurch
Copy link
Contributor

lurch commented Oct 29, 2025

Oh, I guess this PR ought to update https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#flagship-series too 🙂

@katshann-raspberry
Copy link
Collaborator Author

Oh, I guess this PR ought to update https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#flagship-series too 🙂

That is the section it updates.

@lurch
Copy link
Contributor

lurch commented Oct 30, 2025

That is the section it updates.

Oooooppps!!! 🤦‍♂️ 🤦 Maybe I was confusing it with the CM3 EoL stuff? 🙃

I guess that Pi 2B is so low-volume that it's probably not worth updating https://www.raspberrypi.com/documentation/computers/processors.html ?

@JeuneseRPi
Copy link
Collaborator

That is the section it updates.

Oooooppps!!! 🤦‍♂️ 🤦 Maybe I was confusing it with the CM3 EoL stuff? 🙃

I guess that Pi 2B is so low-volume that it's probably not worth updating https://www.raspberrypi.com/documentation/computers/processors.html ?

I did the same thing.

== BCM2837

This is the Broadcom chip used in the Raspberry Pi 3 Model B, later models of the Raspberry Pi 2 Model B, and the Raspberry Pi Compute Module 3. The underlying architecture of the BCM2837 is identical to the BCM2836. The only significant difference is the replacement of the Armv7 quad core cluster with a quad-core Arm Cortex A53 (Armv8) cluster.
This is the Broadcom chip used in Raspberry Pi 3 Model B, some models of Raspberry Pi 2 Model B, Raspberry Pi Compute Module 3, and Raspberry Pi Compute Module 3 Lite. The underlying architecture of the BCM2837 is identical to the BCM2836. The only significant difference is the replacement of the Armv7 quad core cluster with a quad-core Arm Cortex A53 (Armv8) cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Raspberry Pi Compute Module 3, and Raspberry Pi Compute Module 3 Lite" - I'm not sure if we need to differentiate between these here? The CM3L is just a CM3 without an eMMC chip soldered to it.

* https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf[BCM2836 ARM-local peripherals]
* https://developer.arm.com/documentation/ddi0464/f/[Cortex-A7 MPcore Processor Reference Manual]
IMPORTANT: This SoC is discontinued. Raspberry Pi devices that include this chip reached End-of-Life on 16 October 2025. For more information, see https://pip.raspberrypi.com/documents/RP-009284-PC-2?disposition=inline[Raspberry Pi 2 Model B revisions 1.1 and 1.2 Obsolescence Notice 1].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the BCM2837 that became EoL on 16 October 2025, the BCM2836 became EoL much earlier. See https://pip-assets.raspberrypi.com/documents/RP-004577-PC-1

== BCM2837B0

This is the Broadcom chip used in the Raspberry Pi 3 Models A+, B+, and the Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.
This is the Broadcom chip used in the later models of the Raspberry Pi 2 Model B, Raspberry Pi 3 Models A+, B+, and the Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This is the Broadcom chip used in the later models of the Raspberry Pi 2 Model B, Raspberry Pi 3 Models A+, B+, and the Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.
This is the Broadcom chip used in the later models of Raspberry Pi 2 Model B, Raspberry Pi 3 Models A+, B+, and Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.

*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.

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].
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 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?disposition=inline[Obsolescence Notice].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that @mudge told me that you can leave off the ?disposition=inline as long as the URL starts with /documents/... ?

This is the Broadcom chip used in the Raspberry Pi 3 Models A+, B+, and the Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.
This is the Broadcom chip used in the later models of the Raspberry Pi 2 Model B, Raspberry Pi 3 Models A+, B+, and the Raspberry Pi Compute Module 3+. The underlying architecture of the BCM2837B0 is identical to the BCM2837 chip used in other versions of the Raspberry Pi. The Arm core hardware is the same, only the frequency is rated higher.

The Arm cores are capable of running at up to 1.4GHz, making the 3B+/3A+ about 17% faster than the original Raspberry Pi 3. The VideoCore IV runs at 400MHz. The Arm core is 64-bit, while the VideoCore IV is 32-bit.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not worth mentioning that Raspberry Pi Compute Module 3+ and Raspberry Pi 2 Model B rev 1.3 only run the Arm cores at up to 1.2 GHz?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants