From 35387b97e724c3c636b74d00882e4d2fa8c3423b Mon Sep 17 00:00:00 2001 From: superskybird Date: Thu, 10 Jun 2021 09:48:46 +0800 Subject: [PATCH] note python and nrftuil version requirement --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 58095e1..617e1de 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,8 @@ Before you program the firmware to OpenSK USB Dongle, you should switch it to ^^ - Read the Original OpenSK guide. Before you perform the following operations, please read [OpenSK](https://github.com/google/opensk) and its [installation guide](https://github.com/google/OpenSK/blob/master/docs/install.md) to learn how to customize your security key, for example, to change the signature counter mechanism and Attestation Certificate. - Install [nrfutil](https://pypi.org/project/nrfutil/) tool. -This tool allows you to directly flash firmware to OpenSK over USB without additional hardware. +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 . ### 2. Development Environment and configuration - Prepare a Development environment.