fix(website): correct Pi 3 board status on get-started page#3111
Merged
Conversation
The 64-bit Pi 3 rows were marked "Maintenance", but the pi3-64 Qt6 stream is the current recommendation, not a maintenance board. Mark the 64-bit Pi 3 (Model B / B+) as "Supported" and add a separate row for the legacy 32-bit Pi 3 image, which stays "Maintenance" alongside the Pi 2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
There was a problem hiding this comment.
Pull request overview
This PR updates the website “Get started” page’s supported hardware table to correctly reflect Raspberry Pi 3 support status, distinguishing between the current 64-bit Pi 3 images and the legacy 32-bit image.
Changes:
- Reclassifies Raspberry Pi 3 Model B/B+ 64-bit entries from Maintenance to Supported.
- Adds a new Raspberry Pi 3 (legacy 32-bit image) row explicitly marked Maintenance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Issues Fixed
The Supported hardware table on the get-started page marked the 64-bit Raspberry Pi 3 rows as Maintenance, which is inaccurate: the 64-bit Qt6
pi3-64stream is the current recommendation (Pi 3 users are steered to it in Raspberry Pi Imager), and the code explicitly treats it as not a maintenance board. Only the frozen 32-bit armhf/Qt5 streams (pi2,pi3) are maintenance.Description
Checklist
🤖 Generated with Claude Code