1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| OpenSK$ ./deploy.py --board=nrf52840_dongle_dfu --opensk --programmer=nordicdfu info: Updating rust toolchain to nightly-2020-06-10 info: syncing channel updates for 'nightly-2020-06-10-x86_64-unknown-linux-gnu' info: checking for self-updates info: component 'rust-std' for target 'thumbv7em-none-eabi' is up to date info: Rust toolchain up-to-date info: Building Tock OS for board nrf52840_dongle_dfu info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active `rustc` version is `rustc 1.45.0-nightly (fe10f1a49 2020-06-02)` Finished release [optimized + debuginfo] target(s) in 0.01s info: Building OpenSK application Finished release [optimized] target(s) in 0.02s info: Generating Tock TAB file for application/example ctap2 info: Generating all-merged HEX file: target/nrf52840_dongle_dfu_merged.hex info: Creating DFU package info: Please insert the dongle and switch it to DFU mode by keeping the button pressed while inserting... info: Press [ENTER] when ready. info: Flashing device using DFU... [ Device programmed. info: Programming OpenSK device AAGUID fdecda13-0c04-4463-82c4-43f425871f2f (CtapHidDevice('/dev/hidraw4')). info: Certificate: Missing info: Private Key: Missing 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 26.69it/s] info: Your device is not yet configured, and lacks some functionality. If you run into issues, this command might help:
./tools/configure.py \ --certificate=crypto_data/opensk_cert.pem \ --private-key=crypto_data/opensk.key
Please read the Certificate considerations in docs/customization.md to understand the privacy trade-off.
|