Do not map tici to tizi release - #37719
Merged
Merged
Conversation
Contributor
UI Previewmici: |
FrogAi
pushed a commit
to FrogAi/FrogPilot
that referenced
this pull request
Apr 3, 2026
* Do not map tici to tizi release * tici --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
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.
Description
Openpilot was flashing the wrong firmware to my C3 when I was building a custom fork. The issue was because the openpilot installer is defining release-tizi as a prebuilt branch for the tici device. This causes the tici device to download tizi firmware
The fix is an easy one liner. Just remove release-tizi from the list of prebuilt branches for tici devices in selfdrive\ui\installer\installer.cc
Verification
The fix was tested on my Comma 3. After installing my custom fork, the C3 booted without asking me to update the firmware. Previously, the C3 would perform a firmware update after installing the fork. After rebooting the device would show "Wrong firmware detected" and I would have to reflash the device from my computer and start over.