Skip to content

Commit

Permalink
Merge pull request #796 from Dasharo/dasharo_ectool
Browse files Browse the repository at this point in the history
Update EC update tool name
  • Loading branch information
macpijan authored Mar 27, 2024
2 parents 144d7c1 + 1c30929 commit b1ce4af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/dasharo-tools-suite/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ version. This is how we can achieve that.
* Retrieve information about your current EC.

```bash
system76_ectool info
dasharo_ectool info
```

The output of the above-described command should contain information about
Expand All @@ -581,7 +581,7 @@ version. This is how we can achieve that.
* Flash Embedded Controller firmware internally.

```bash
system76_ectool flash ec_file.rom
dasharo_ectool flash ec_file.rom
```

The output of the above-described command should look as follows:
Expand Down Expand Up @@ -612,7 +612,7 @@ version. This is how we can achieve that.
* Retrieve information about your updated EC.

```bash
system76_ectool info
dasharo_ectool info
```

The output of the above-described command should contain information about
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ firmware by using the built-in script in DTS.
**Test description**

This test aims to verify whether there is the possibility to update the DUT EC
firmware by using system76_ectool in DTS.
firmware by using dasharo_ectool in DTS.

**Test configuration data**

Expand Down

0 comments on commit b1ce4af

Please sign in to comment.