You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends update_navigator_overlays() in core/tools/blueos_startup_update/blueos_startup_update.py to also run on Pi5 by branching on get_cpu_type() and picking the Pi5-specific overlay list plus the pi5 section name, and moves the navigator patch into the existing Pi4/Pi5 combined patches_to_apply block in main(). Both overlay lists (Pi4 and Pi5) are verbatim copies of the entries already present in install/boards/bcm_27xx.sh and install/boards/bcm_2712.sh respectively — including the intentional-looking dtoverlay=i2c3-pi5.baudrate=400000 sibling entry mirrored from bcm_2712.sh:57. The else branch logs an error and returns False, matching the same defensive fallback already used in update_dwc2() at line 358.
No further comments, nice job 👍
Generated by PR Review Bot. This is advisory, a human reviewer must still approve.
joaoantoniocardoso
changed the title
core: tools: blueos_startup_update: Apply Navigator overlays on Pi5
[1.4] core: tools: blueos_startup_update: Apply Navigator overlays on Pi5
Aug 11, 2026
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
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.
Solves the Pi 5 case in #4111 for 1.4. This will be ported to
masterin another PR.