Skip to content

Commit

Permalink
[xfel]add xfel sign command support
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Apr 29, 2022
1 parent 2332380 commit 8ead642
Show file tree
Hide file tree
Showing 8 changed files with 1,104 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ usage:
xfel sid - Show sid information
xfel jtag - Enable jtag debug
xfel ddr [type] - Initial ddr controller with optional type
xfel sign <public-key> <private-key> <file> - Generate ecdsa256 signature file for sha256 of sid
xfel spinor - Detect spi nor flash
xfel spinor erase <address> <length> - Erase spi nor flash
xfel spinor read <address> <length> <file> - Read spi nor flash to file
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ usage:
xfel sid - Show sid information
xfel jtag - Enable jtag debug
xfel ddr [type] - Initial ddr controller with optional type
xfel sign <public-key> <private-key> <file> - Generate ecdsa256 signature file for sha256 of sid
xfel spinor - Detect spi nor flash
xfel spinor erase <address> <length> - Erase spi nor flash
xfel spinor read <address> <length> <file> - Read spi nor flash to file
Expand Down
1 change: 1 addition & 0 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ usage:
xfel sid - 显示sid信息
xfel jtag - 启用 jtag 调试
xfel ddr [type] - 初始化 DDR 控制器
xfel sign <public-key> <private-key> <file> - 依据sid的sha256摘要信息生成ECDSA256签名文件
xfel spinor - 检测 spi nor flash
xfel spinor erase <address> <length> - 擦除 spi nor flash
xfel spinor read <address> <length> <file> - 读取 spi nor flash 到文件
Expand Down
Loading

0 comments on commit 8ead642

Please sign in to comment.