google / OpenSK

OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards.
Apache License 2.0
3k stars 291 forks source link

wrong board type in flashing command in install.md #650

Closed iayanpahwa closed 1 year ago

iayanpahwa commented 1 year ago

Expected Behavior

Board type wrong in install.md

If your board is already flashed with Tock OS, you may skip installing it: ./deploy.py --board=nrf52840dk --opensk --no-tockos

should be :

If your board is already flashed with Tock OS, you may skip installing it: ./deploy.py --board=nrf52840dk_opensk --opensk --no-tockos
ia0 commented 1 year ago

Thanks for the report! But as said in #651, the documentation is actually correct in both the stable and develop branch. The nrf52840dk_opensk board is specific to the develop branch and Github shows you the stable branch by default.