Skip to content

Commit

Permalink
publish-2024-05-25T19:12:04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
tez-capital committed May 25, 2024
1 parent 940c683 commit b43c4cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offline-search-index.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion tezbake/tutorials/how-to-fix-ledger-screen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta itemprop="name" content="How to Fix Ledger Screen">
<meta itemprop="description" content="Ledger Screen Blanking Fix for Nano S Plus">

<meta itemprop="wordCount" content="731">
<meta itemprop="wordCount" content="734">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="How to Fix Ledger Screen"/>
<meta name="twitter:description" content="Ledger Screen Blanking Fix for Nano S Plus"/>
Expand Down Expand Up @@ -406,6 +406,8 @@ <h3 id="install-patched-app-version-233-on-ledger-nano-plus">Install Patched App
cd app-tezos
git checkout baking-burn-in-protection
docker run --privileged --rm -ti -v &#34;$(realpath .):/app&#34; ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
cd tools
./gen-delegates.sh
BOLOS_SDK=/opt/nanosplus-secure-sdk APP=tezos_baking TARGET_NAME=nanos2 make load
</code></pre><p>After running the <code>BOLOS_SDK</code> command, your Ledger Nano Plus will display a message asking you to confirm the installation of the app. Press both buttons to confirm the installation.</p>
<p><strong>When starting the app for the first time, you will be asked to confirm the execution of the app. Press both buttons to confirm. This is because the app is not published by Ledger.</strong></p>
Expand Down
2 changes: 2 additions & 0 deletions tezbake/tutorials/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ git clone https://github.com/alis-is/app-tezos.git
cd app-tezos
git checkout baking-burn-in-protection
docker run --privileged --rm -ti -v &amp;#34;$(realpath .):/app&amp;#34; ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
cd tools
./gen-delegates.sh
BOLOS_SDK=/opt/nanosplus-secure-sdk APP=tezos_baking TARGET_NAME=nanos2 make load
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After running the &lt;code&gt;BOLOS_SDK&lt;/code&gt; command, your Ledger Nano Plus will display a message asking you to confirm the installation of the app. Press both buttons to confirm the installation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When starting the app for the first time, you will be asked to confirm the execution of the app. Press both buttons to confirm. This is because the app is not published by Ledger.&lt;/strong&gt;&lt;/p&gt;
Expand Down

0 comments on commit b43c4cd

Please sign in to comment.