-
Notifications
You must be signed in to change notification settings - Fork 2k
EoL note for 2B #4231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
EoL note for 2B #4231
Conversation
documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Outdated
Show resolved
Hide resolved
|
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. |
Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com>
documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Outdated
Show resolved
Hide resolved
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. |
| *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]. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
|
Ohh.... apologies for the unwanted feature-creep, but it's just occurred to me that if we're documenting that Pi 2B is now moving to BCM2837B0, then it probably makes sense to also document that Pi 3B has also moved to BCM2837B0 (see https://pip.raspberrypi.com/documents/RP-001029-PC-1 , which says that this happened back in January 2019!) |
| * https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf[BCM2836 Arm-local peripherals] | ||
| * https://developer.arm.com/documentation/ddi0500/latest/[Cortex-A53 MPCore Processor Technical 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] and https://pip.raspberrypi.com/documents/RP-009286-PC?disposition=inline[Raspberry Pi Compute Module 3 and Compute Module 3 Lite Obsolescence Notice 2]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're being totally complete, it's probably also worth linking to https://pip.raspberrypi.com/documents/RP-001029-PC-1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And should probably mention BCM2837B0 in the "Raspberry Pi 3 Model B" section in documentation/asciidoc/computers/raspberry-pi/introduction.adoc too? (sorry!)
documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Outdated
Show resolved
Hide resolved
|
So just to clarify the situation (as I understand things):
|
Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com>
Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com>
Co-authored-by: Jeunese <jeunese.payne@raspberrypi.com>
No description provided.