Skip to content

Commit

Permalink
Merge pull request #949 from Dasharo/fixcommand
Browse files Browse the repository at this point in the history
transparent-validation/rte/v1.1.0/quick-start-guide: fix minicom command
  • Loading branch information
miczyg1 authored Nov 26, 2024
2 parents f00a890 + c4e67b6 commit c5a9dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ common preparation of RTE without listed functions.
USB-UART converter by executing the following command:

```bash
sudo minicom -D /dev/ttyUSB<x>
sudo minicom -D /dev/ttyUSB<x> -b 115200
```

> Substitute `<x>` with the device number corresponding to your USB-UART
Expand Down

0 comments on commit c5a9dc8

Please sign in to comment.