Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Oct 29, 2024
2 parents 754e65c + f02ee78 commit e476a80
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installing/from-gui/debian-like.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sudo dpkg -i {{latest_installer_deb}}
- Update the installed package:

```bash
sudo apt-get install -f {{latest_installer_deb}}
sudo apt-get install -f
```

It will warn you that your system user was added to `dialout` group and maybe you need to reboot
Expand Down
38 changes: 33 additions & 5 deletions docs/getting-started/installing/from-gui/usage.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,12 @@ Once you choose the device and version, it enables the "flash device" button. It

* Unzip the correct firmware;

* The flash itself;
* Flash:

* The flash itself via USB;

* Air-gapped update via SD card;


* For beta releases:

Expand Down Expand Up @@ -153,8 +158,6 @@ Krux-installer download can download four assets for official releases or one fo

* A `kfpkg` file containing the specific firmware for choosen device;

<img width="640" src="/krux/img/krux-installer/download_beta.png" alt="KruxInstaller downloading kboot.kfpkg" />

#### Verification

* Integrity verification compares the computed hash of `zip` against thei provided `zip.sha256.txt`;
Expand All @@ -167,11 +170,13 @@ the `zip.sig` and `selfcustody.pem`.

#### Unzip

Now you will be able to select if you do a flash process or need to do an airgap process (soon):
Now you will be able to select if you do a flash process or need to do an airgap process:

<img width="640" src="/krux/img/krux-installer/unzip.png" alt="KruxInstaller unzip" />

#### Flash
Click on [Flash with](#flash) to install via USB or [Air-gapped update with](#air-gapped-update-with) to perform upgrades via a SD card.

#### Flash with

When flash starts, it will warn you to **not disconnect the device until the process is complete**.
You'll be able to see the flash progress:
Expand All @@ -188,6 +193,29 @@ As well a done icon:
flash-krux-logo.en.txt
----8<----

#### Air-gapped update with

Once you've installed the initial firmware on your device via USB, you can perform upgrades via SD card to keep the device airgapped.

<img width="640" src="/krux/img/krux-installer/unzip.png" alt="KruxInstaller unzip" />
> ⚠️ Click on "Air-gapped update with"
Once the `firmware.bin` and `firmware.bin.sig` are extracted, you'll see a warning message.

<img width="640" src="/krux/img/krux-installer/warn_airgap.png" alt="KruxInstaller warn airgap" />

Insert the SD card and click 'Proceed' to allow the installer to detect it.

<img width="640" src="/krux/img/krux-installer/list_drivers.png" alt="KruxInstaller warn airgap" />
> ⚠️ If a single SD card is inserted, the screen will display a large button. If multiple removable drives are detected, both SD cards and other drives will be listed.
Select the desired removable drive to copy both `firmware.bin` and `firmware.bin.sig.` The first is the Krux firmware, and the second is a signature file that verifies the firmware’s integrity and authenticity.

Now you can compare the firmware's hash computed by installer with the firmware's hash computed by the device.

<img width="640" src="/krux/img/krux-installer/airgap_done.png" alt="KruxInstaller warn airgap" />
> ⚠️ Once files are copied, remove the SD card from computer, connect to device and compare the hashes
### Wipe device

This is two step process:
Expand Down
11 changes: 11 additions & 0 deletions docs/getting-started/usage/video-tutorials.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@ Como utilizar a carteira Krux no celular - por João Trein
Faça sua hardware wallet em casa com a KRUX! - por Caiovski

[![Krux no celular](https://img.youtube.com/vi/1V6Lp0m8esc/0.jpg)](https://www.youtube.com/watch?v=1V6Lp0m8esc)

### Korean

Krux 월렛 설치 및 검증 방법

[![Krux 월렛 설치 및 검증 방법](https://img.youtube.com/vi/7H1bI0A2y0w/0.jpg)](https://www.youtube.com/watch?v=7H1bI0A2y0w)


안사면 손해? 세상에서 가장 투명한 비트코인 전용 지갑

[![안사면 손해? 세상에서 가장 투명한 비트코인 전용 지갑](https://img.youtube.com/vi/1_JSJ1uzPzQ/0.jpg)](https://www.youtube.com/watch?v=1_JSJ1uzPzQ)
Binary file added docs/img/krux-installer/airgap_done.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/krux-installer/app_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/krux-installer/dmg_volume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/krux-installer/download_assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/krux-installer/list_drivers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/krux-installer/unzip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/krux-installer/verification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/krux-installer/warn_airgap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ docs_dir: docs
site_dir: public
extra:
latest_krux: krux-v24.09.1
latest_installer: v0.0.20-alpha-3
latest_installer_rpm: krux-installer-0.0.20_alpha_3-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.20-alpha-3_amd64.deb
latest_installer_win: krux-installer_v0.0.20-alpha-3.Setup.exe
latest_installer_mac_arm: krux-installer_0.0.20-alpha-3_arm64.dmg
latest_installer_mac_intel: krux-installer_0.0.20-alpha-3_x86_64.dmg
latest_installer: v0.0.20-beta
latest_installer_rpm: krux-installer-0.0.20_beta-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.20-beta_amd64.deb
latest_installer_win: krux-installer_v0.0.20-beta.Setup.exe
latest_installer_mac_arm: krux-installer_0.0.20-beta_arm64.dmg
latest_installer_mac_intel: krux-installer_0.0.20-beta_x86_64.dmg
social:
- icon: fontawesome/solid/bullhorn
link: https://bitcointalk.org/index.php?topic=5489022.0
Expand Down

0 comments on commit e476a80

Please sign in to comment.