Skip to content

Commit

Permalink
Blog posts for SBV2 enablement in dev and prod
Browse files Browse the repository at this point in the history
Add links to blog posts on SBV2 enablement in development and in
production.

Also add a link to the Thistle Espressif landing page.
  • Loading branch information
syncom committed Sep 12, 2023
1 parent 9ef470d commit af2c72d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ <h3>
<img src="img/espressif-devcon23-square.png" alt="DevCon 2023" width="30%" />
</div>

<a href="https://thistle.tech/partnerships/espressif"
onclick="window.open(this.href); return false;">https://thistle.tech/partnerships/espressif</a>
<br />
Ning Shang (Thistle Technologies)
</section>

Expand Down Expand Up @@ -262,6 +265,14 @@ <h3>SBV2 Signing "1-click" Setup <img src="img/devcon-logo.svg" alt="DevCon Logo
<section>
<h3>Demo: Development Signing <img src="img/devcon-logo.svg" alt="DevCon Logo" class="esplogo" /></h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GBi49dMq0kU" title="SBV2 Signing in Development" frameborder="0" allowfullscreen data-preload></iframe>

<br />
<div class="alignleft" style="font-size: 0.6em;">
Blog post:
<a href="https://thistle.tech/blog/esp32-secure-boot-v2-enablement-1"
onclick="window.open(this.href); return false;">Enabling Secure Boot
V2 on ESP32 Platforms in Development</a>
</div>
</section>

<section>
Expand Down Expand Up @@ -308,6 +319,13 @@ <h3>Prod Signing in a Nutshell <img src="img/devcon-logo.svg" alt="DevCon Logo"
<section>
<h3>Demo: Production Signing <img src="img/devcon-logo.svg" alt="DevCon Logo" class="esplogo" /></h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TR_Ccrh4igo" title="SBV2 Signing in Production" frameborder="0" allowfullscreen data-preload></iframe>
<br />
<div class="alignleft" style="font-size: 0.6em;">
Blog post:
<a href="https://thistle.tech/blog/esp32-secure-boot-v2-enablement-2"
onclick="window.open(this.href); return false;">Enabling Secure Boot
V2 on ESP32 Platforms in Production</a>
</div>
</section>

<section>
Expand Down

0 comments on commit af2c72d

Please sign in to comment.