version 1.1.0
This commit is contained in:
@@ -15,6 +15,7 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
intro.rst
|
||||
gpg-settings.rst
|
||||
stop-scdaemon.rst
|
||||
udev-rules.rst
|
||||
gnuk-token-initial-configuration.rst
|
||||
@@ -24,7 +25,6 @@ Contents:
|
||||
gnuk-keytocard-noremoval.rst
|
||||
gnuk-passphrase-setting.rst
|
||||
using-gnuk-token-with-another-computer.rst
|
||||
gpg-settings.rst
|
||||
gnome3-gpg-settings.rst
|
||||
development.rst
|
||||
|
||||
|
||||
@@ -39,14 +39,8 @@ In version 1.1.x, Gnuk supports following boards.
|
||||
|
||||
* STM32 part of STM8S Discovery Kit
|
||||
|
||||
Not supported yet.
|
||||
|
||||
* CQ STARM
|
||||
|
||||
* STBee
|
||||
|
||||
* STBee Mini
|
||||
|
||||
|
||||
Host prerequisites for using Gnuk Token
|
||||
---------------------------------------
|
||||
@@ -59,7 +53,7 @@ Host prerequisites for using Gnuk Token
|
||||
|
||||
* SSH: openssh
|
||||
|
||||
* Web: scute, firefox
|
||||
* [optional] Web: scute, firefox
|
||||
|
||||
|
||||
Usages
|
||||
|
||||
@@ -48,6 +48,7 @@ files. If not, please let the daemon reload rules::
|
||||
udev rules for ST-Link/V2
|
||||
=========================
|
||||
|
||||
For development of Gnuk, we use ST-Link/V2 as JTAG/SWD debugger.
|
||||
We need to have a udev rule for ST-Link/V2. It's like::
|
||||
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="3748", GROUP="tape", MODE="664", SYMLINK+="stlink"
|
||||
|
||||
Reference in New Issue
Block a user