Skip to content

Commit

Permalink
transparent-validation/rte/v1.1.0/quick-start-guide: fix minicom command
Browse files Browse the repository at this point in the history
Signed-off-by: Dawid Lesiak <[email protected]>
  • Loading branch information
dawidlesiak committed Nov 26, 2024
1 parent f00a890 commit c4e67b6
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 c4e67b6

Please sign in to comment.