How can i verify that the code on my Trezor is the same as on the Github repository?
Is the following procedure possible?
- Download the Trezor Suite binary
- Download the Trezor Suite source code
- Compile the source code and check that the hash matches the hash of the binary.
- Download the Trezor firmware binary
- Download the Trezor firmware source
- Compile the firmware source code and check that its hash matches the hash of the Trezor firmware binary.
- Install the verified binary on the Trezor device (I want the firmware installed on the device to be available for verification before or at least after the installation process).
- Let the Trezor device verify that the installed firmware is signed by the Trezor developers.