1. Building Gnuk for STM32 part of STM8S Discovery Kit

    Building Gnuk is not that hard after you have GNU Toolchain for ARM. This document shows exact log for your information.

    Please read README of Gnuk. Given you have the source code of Gnuk, it's simple: configure and make.

    configure

    We go to src directory at first, and invoke configure …

    more »
  2. Installing Gnuk to STM32 part of STM8S Discovery Kit

    Prerequisite

    Note that once you install Gnuk to its STM32F103,there is no way to recover to original state. That is, you cannot use the feature of USB dongle for STM8S any more.

    You have JTAG debugger which uses FTDI 2232D.

    You installed OpenOCD.

    You have source code of Gnuk …

    more »
  3. Key import from PC to Gnuk Token

    This document describes how I put my keys on PC to the Token, and remove keys from PC.

    Note that there is no ways to export keys from the Token, so please be careful.

    If you want to import same keys to multiple Tokens, please copy .gnupg directory before. In …

    more »
  4. Key import from PC to Gnuk Token (no removal)

    This document describes how I put my keys on PC to the Token without removing keys from PC.

    The difference is just not-to-save changes after key imports.

    After personalization, I put my keys into the Token.

    Here is the log.

    I invoke GnuPG with my key (4ca7babe) and with --homedir …

    more »