Skip to content

Commit 564fe3d

Browse files
committed
fix(firmware): correct bootloader version for FW 1.11.1
1 parent 5d03d4d commit 564fe3d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

firmware/t1b1/bitcoinonly/t1b1-1.11.1-bitcoinonly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": [1, 11, 1],
44
"min_bootloader_version": [1, 5, 0],
55
"min_firmware_version": [1, 6, 2],
6-
"bootloader_version": [1, 10, 0],
6+
"bootloader_version": [1, 11, 0],
77
"firmware_revision": "85a26d2c9593bcdf858c2d718d79951ca927a0c3",
8-
"bootloader_hash": "7447a41717022e3eb32011b00b2a68ebb9c7f603cdc730e7307850a3f4d62a5c",
8+
"bootloader_hash": "fa12a44fa05fd1d20539358b54f301cee4c3219c9f1bb3a5772ffd609af9e8e2",
99
"translations": {},
1010
"url": "firmware/t1b1/trezor-t1b1-1.11.1-bitcoinonly.bin",
1111
"fingerprint": "8e17b95b5d302f203de3a8fe27959efd25e3d5140ac9b5e60412f1b3f624995d",

firmware/t1b1/releases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@
9797
{
9898
"required": false,
9999
"version": [1, 11, 1],
100-
"bootloader_version": [1, 10, 0],
100+
"bootloader_version": [1, 11, 0],
101101
"min_firmware_version": [1, 6, 2],
102102
"min_bootloader_version": [1, 5, 0],
103103
"url": "data/firmware/t1b1/trezor-t1b1-1.11.1.bin",
104104
"url_bitcoinonly": "data/firmware/t1b1/trezor-t1b1-1.11.1-bitcoinonly.bin",
105105
"fingerprint": "f7c60d0b8c2853afd576867c6562aba5ea52bdc2ce34d0dbb8751f52867c3665",
106106
"fingerprint_bitcoinonly": "8e17b95b5d302f203de3a8fe27959efd25e3d5140ac9b5e60412f1b3f624995d",
107107
"firmware_revision": "85a26d2c9593bcdf858c2d718d79951ca927a0c3",
108-
"bootloader_hash": "7447a41717022e3eb32011b00b2a68ebb9c7f603cdc730e7307850a3f4d62a5c",
108+
"bootloader_hash": "fa12a44fa05fd1d20539358b54f301cee4c3219c9f1bb3a5772ffd609af9e8e2",
109109
"notes": "https://blog.trezor.io/trezor-suite-and-firmware-updates-may-2022-b1af60742291",
110110
"changelog": "* Support Electrum signatures in VerifyMessage.\n* Trezor will refuse to sign UTXOs that do not match the provided derivation path (e.g., transactions belonging to a different wallet, or synthetic transaction inputs).\n* Zcash v5 transaction format.",
111111
"changelog_bitcoinonly": "* Support Electrum signatures in VerifyMessage.\n* Trezor will refuse to sign UTXOs that do not match the provided derivation path (e.g., transactions belonging to a different wallet, or synthetic transaction inputs)."

firmware/t1b1/universal/t1b1-1.11.1-universal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": [1, 11, 1],
44
"min_bootloader_version": [1, 5, 0],
55
"min_firmware_version": [1, 6, 2],
6-
"bootloader_version": [1, 10, 0],
6+
"bootloader_version": [1, 11, 0],
77
"firmware_revision": "85a26d2c9593bcdf858c2d718d79951ca927a0c3",
8-
"bootloader_hash": "7447a41717022e3eb32011b00b2a68ebb9c7f603cdc730e7307850a3f4d62a5c",
8+
"bootloader_hash": "fa12a44fa05fd1d20539358b54f301cee4c3219c9f1bb3a5772ffd609af9e8e2",
99
"translations": {},
1010
"url": "firmware/t1b1/trezor-t1b1-1.11.1.bin",
1111
"fingerprint": "f7c60d0b8c2853afd576867c6562aba5ea52bdc2ce34d0dbb8751f52867c3665",

0 commit comments

Comments
 (0)