Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the most recent bootloader binaries (via Git LFS pointer files) to the bootloader/ directory so users—especially Model T users doing SD-card recovery—can access the latest versions, and so other models have consistent availability.
Changes:
- Added Model T3 bootloader
2.1.16fort3w1,t3t1, andt3b1. - Added Model T2 bootloaders
2.1.16(and2.1.8where applicable) under both model-specific and numeric directory layouts.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| bootloader/t3w1/bootloader-t3w1-2.1.16.bin | Adds T3W1 bootloader v2.1.16 (LFS pointer) for SD recovery/download. |
| bootloader/t3t1/bootloader-t3t1-2.1.16.bin | Adds T3T1 bootloader v2.1.16 (LFS pointer). |
| bootloader/t3b1/bootloader-t3b1-2.1.16.bin | Adds T3B1 bootloader v2.1.16 (LFS pointer). |
| bootloader/t2t1/bootloader-t2t1-2.1.8.bin | Adds T2T1 bootloader v2.1.8 (LFS pointer) for completeness/backfill. |
| bootloader/t2t1/bootloader-t2t1-2.1.16.bin | Adds T2T1 bootloader v2.1.16 (LFS pointer) to address “latest missing” recovery case. |
| bootloader/t2b1/bootloader-t2b1-2.1.16.bin | Adds T2B1 bootloader v2.1.16 (LFS pointer). |
| bootloader/2/bootloader-2.1.8.bin | Adds numeric-path bootloader v2.1.8 (LFS pointer) matching T2 generation layout. |
| bootloader/2/bootloader-2.1.16.bin | Adds numeric-path bootloader v2.1.16 (LFS pointer) matching T2 generation layout. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PrisionMike
approved these changes
Apr 9, 2026
vdovhanych
approved these changes
Apr 9, 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
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.
A user of model T didn't find the most recent bootloader to recover via SD card. See: https://satoshilabs.slack.com/archives/CL1D61PQF/p1774875244106919
Uploading bootloaders for other models for consistency.