Skip to content

Commit 8ce0e24

Browse files
committed
update docs for trezor page
1 parent d656e67 commit 8ce0e24

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/trezor/1-build-firmware.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Trezor Firmware
22

3-
:::info No GUI (yet)
3+
:::info GUI and CLI Support Status
44

5-
This firmware and build process is fully CLI-based.
6-
There is currently **no graphical interface** for managing the Mintlayer Trezor firmware.
5+
There is no support for this in **Trezor Suite**, and **Mojito** also does not support it yet, although it is currently **in development**.
76

8-
A GUI is in development, but **not yet available**.
7+
Support is available in **wallet-cli** and **node-gui**, but at the time of writing, these changes have not yet been released, so you will need to build the applications from the latest master branch manually.
98

109
:::
1110

12-
:::warning ️ Risk of Device Damage
11+
:::warning The following steps are intended for advanced users
1312

14-
The steps below are intended for advanced users. Flashing unofficial firmware **may permanently damage your Trezor device** or void its warranty.
15-
16-
Only proceed if you fully understand each step and accept the risks. Do **not** run these commands on a production or primary hardware wallet unless you are absolutely sure of what you are doing.
13+
Flashing unofficial firmware **may render your Trezor device unusable** until it is successfully recovered.
1714

15+
Proceed **only if you fully understand each step** and accept the associated risks.
16+
Do **not** attempt this on your primary or production hardware wallet unless you are absolutely certain of what you’re doing.
1817
:::
1918

2019
## Building Mintlayer Trezor Firmware
@@ -36,11 +35,11 @@ curl -sSL https://install.python-poetry.org | python3 - # Install Poetry, a dep
3635

3736
poetry install # Install Python dependencies listed in pyproject.toml
3837

39-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust toolchain via rustup
38+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust
4039

4140
rustup default nightly # Set the nightly version of Rust as the default toolchain
4241

43-
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust toolchain
42+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu # Add Rust source code and the required toolchain
4443

4544
sudo apt install -y build-essential # Install essential tools for building software (e.g., gcc, make)
4645

0 commit comments

Comments
 (0)