Skip to content

fix(website): correct Pi 3 board status on get-started page#3111

Merged
vpetersson merged 1 commit into
masterfrom
fix/get-started-pi3-board-status
Jul 2, 2026
Merged

fix(website): correct Pi 3 board status on get-started page#3111
vpetersson merged 1 commit into
masterfrom
fix/get-started-pi3-board-status

Conversation

@vpetersson

Copy link
Copy Markdown
Contributor

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-64 stream 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

  • Mark the 64-bit Raspberry Pi 3 (Model B / B+) rows as Supported (new blue tier, distinct from the green top-tier Recommended and grey Maintenance).
  • Add a separate Raspberry Pi 3 (legacy 32-bit image) row marked Maintenance, alongside the Pi 2.
  • README needs no change — its Compatibility section defers to this table rather than duplicating board status, so it stays the single source of truth.

Checklist

  • I have performed a self-review of my own code.
  • New and existing unit tests pass locally and on CI with my changes.
  • I have done an end-to-end test for Raspberry Pi devices.
  • I have tested my changes for x86 devices.
  • I added a documentation for the changes I have made (when necessary).

🤖 Generated with Claude Code

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>
@vpetersson vpetersson requested a review from a team as a code owner July 2, 2026 14:12
@vpetersson vpetersson self-assigned this Jul 2, 2026
@vpetersson vpetersson requested a review from Copilot July 2, 2026 14:12
@sonarqubecloud

sonarqubecloud Bot commented Jul 2, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@vpetersson vpetersson merged commit 3ffbcf3 into master Jul 2, 2026
5 checks passed
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.

2 participants