Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generic-testing-stand-setup: fix spelling and formatting #969

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ wires:
1. Locate **CMOS headers** and wire them to GPIO pins on the RTE. You usually
need to reset the CMOS after flashing for a successful firmware update.
![](../images/vp46xx_location_of_CMOS_header.jpg)

| RTE | DUT |
|:---------:|:--------------------------:|
| J11 pin 8 | CLR_CMOS |
Expand Down Expand Up @@ -186,7 +187,7 @@ including connections with various cables can be found
[here](https://docs.dasharo.com/transparent-validation/rte/v1.1.0/serial-port-connection-guide/).

Follow the steps below to configure `ser2net` on RTE, which will allow you to
access the DUT via serial using the telent console. In this example scenario, a
access the DUT via serial using the telnet console. In this example scenario, a
micro USB-USB converter is used to connect the DUT with RTE.

1. Connect to RTE via ssh.
Expand Down
Loading