From de4fbdcfe150fe02088493d79f229ce540e4bcd1 Mon Sep 17 00:00:00 2001 From: <> Date: Thu, 5 Aug 2021 16:07:03 +0800 Subject: [PATCH] Deployed bc36c29 with MkDocs version: 1.2.1 --- index.html | 21 ++++++++++++++++----- search/search_index.json | 2 +- sitemap.xml | 10 +++++----- sitemap.xml.gz | Bin 254 -> 255 bytes 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index f9fa654..a6cebfa 100644 --- a/index.html +++ b/index.html @@ -475,9 +475,15 @@ The firmware of OpenSK is developed in Rust and it implements both FIDO U2F and Before you program the firmware to OpenSK USB Dongle, you should switch it to bootloader mode. Please refer to the Hardware Page to learn how to switch OpenSK to bootloader mode. You can check to make sure it is in bootloader according to this section .
  • Read the Original OpenSK guide.
    Before you perform the following operations, please read OpenSK and its installation guide to learn how to customize your security key, for example, to change the signature counter mechanism and Attestation Certificate.
  • -
  • Install nrfutil tool.
    +
  • Install nrfutil tool. (sudo pip3 install nrfutil or sudo pip3 install nrfutil --user)
    This tool allows you to directly flash firmware to OpenSK over USB without additional hardware.
    -Please find right version nrfutil and python. Make sure you have noted that nrfutil 6.x requires: Python >=3.6, <3.9 .
  • +Please find right version nrfutil and python. Make sure you have noted that nrfutil 6.x requires: Python >=3.6, <3.9 . +
  • Apply udev rule (Linux only).
    +If you are using Linux, you should add a udev rule to make OpenSK work well with FIDO applications and browsers. +
    sudo cp rules.d/55-opensk.rules /etc/udev/rules.d/
    +sudo udevadm control --reload
    +
    +Then unplug and replug the key for the rule to trigger.
  • 2. Development Environment and configuration