now just do nrfutil once to flash firmware and active it.

This commit is contained in:
superskybird
2020-06-11 16:00:45 +08:00
parent 0528b4d4ea
commit 71c7a7a66e
2 changed files with 2 additions and 17 deletions
+1 -16
View File
@@ -73,22 +73,7 @@ Press [ENTER] when ready.
```
Just press Enter, the firmware will be flahsed to your OpenSK USB Dongle.
When progress bar reaches 100%, OpenSK USB Dongle will be in working mode, but once you remove and insert it to USB port again, it will be in DFU mode again. So please perform following Step 3 and Step 4 to lock the working mode.
3. Switch OpenSK to bootloader mode again.
4. Lock the working mode.
```
$ ./deploy.py --board=nrf52840_dongle_dfu --programmer=nordicdfu --no-app --dont-clear-apps
```
When prompt
```
Press [ENTER] when ready.
```
Please press Enter and wait for the progress bar to be 100%.
!!! note "NOTE"
1. Step 3 and Step 4 are learned from [this discussion](https://github.com/google/OpenSK/issues/81 "Flash USB dongle without additional hardware"). The steps may change in the future.
2. Above commands are examples on macOS. If you use Linux and Windows, there may be some difference.
When progress bar reaches 100%, OpenSK USB Dongle will be in working mode automatically. You can now test FIDO function.
### Test FIDO functions
Please refer to [Test Page](./test.md).
+1 -1
View File
@@ -11,7 +11,7 @@ There are two ways to manage your OpenSK USB Dongle, include Reset, Set PIN and
2. **Security Key** option in **Windows Settings** is only available from Windows 10 1903.
####Chrome Browser
1. From Chrome browser, input **chrome://settings/securityKeys** to address bar and open it.
1. From Chrome browser, open URL **chrome://settings/securityKeys**, or open menu "Settings” => “Privacy and security” (More)=> “Manage security keys”.
2. You can see **Manage security keys** page, then you can do corresponding operations following the tips.
!!! note "NOTE"