Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update reproducibility instructions #4255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matejcik
Copy link
Contributor

fixes #3418
fixes #4254

@bosomt please try reproducible builds based on these instructions
@Hannsek please review in terms of readability

The following models are supported:

* **`T`** - Trezor Model T
* **`R`** - Trezor Safe 3 rev.A
Copy link
Contributor

Choose a reason for hiding this comment

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

can we change it to T2T1 and T2B1 for TT and TS3 rev.A?

* **`R`** - Trezor Safe 3 rev.A
* **`T3B1`** - Trezor Safe 3 rev.B
* **`T3T1`** - Trezor Safe 5

Copy link
Contributor

Choose a reason for hiding this comment

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

add T3W1?


### Trezor T
### Trezor T and the Safe family
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
### Trezor T and the Safe family
### Trezor T and the Safe family (Core)

# the following line removes 65 bytes of signature data from the official firmware
dd if=/dev/zero of=trezor-2.4.2.bin bs=1 seek=5567 count=65 conv=notrunc
dd if=/dev/zero of=trezor-t3t1-2.8.3.bin bs=1 seek=$OFFSET count=65 conv=notrunc
Copy link
Contributor

Choose a reason for hiding this comment

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

…. for example T3T1 … ?

Copy link
Contributor

@Hannsek Hannsek left a comment

Choose a reason for hiding this comment

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

ok for the reability 👌🏻

Thanks you!

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.

Reproducibility of Trezor Safe 5 firmware v2.8.3 Missing documentation on how to verify T2B1
2 participants