Files
tldr/pages.zh/common/solo.md

24 lines
479 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Solo
> 与 Solo 硬件安全密钥互动。
> 更多信息:<https://github.com/solokeys/solo-python>。
- 列出连接的 Solo
`solo ls`
- 将当前连接的 Solo 的固件更新到最新版本:
`solo key update`
- 使特定 Solo 的 LED 闪烁:
`solo key wink --serial {{serial_number}}`
- 使用当前连接的 Solo 的安全随机数生成器生成随机字节:
`solo key rng raw`
- 监控 Solo 的串行输出:
`solo monitor {{path/to/serial_port}}`