You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/trezor/1-build-firmware.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,19 @@
1
1
# Trezor Firmware
2
2
3
-
:::info No GUI (yet)
3
+
:::info GUI and CLI Support Status
4
4
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**.
7
6
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.
9
8
10
9
:::
11
10
12
-
:::warning ️ Risk of Device Damage
11
+
:::warning The following steps are intended for advanced users
13
12
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.
17
14
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.
18
17
:::
19
18
20
19
## Building Mintlayer Trezor Firmware
@@ -36,11 +35,11 @@ curl -sSL https://install.python-poetry.org | python3 - # Install Poetry, a dep
36
35
37
36
poetry install # Install Python dependencies listed in pyproject.toml
38
37
39
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Rust toolchain via rustup
0 commit comments