-
Notifications
You must be signed in to change notification settings - Fork 659
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
[dpu_tty]: Add a DPU TTY console utility #3535
Merged
Merged
Commits on Sep 7, 2024
-
[dpu_tty]: Add a DPU TTY console utility
* Add dpu_tty.py * Add dpu_tty.py to scripts Signed-off-by: Wenchung Wang vincwang@cisco.com What I did Add DPU TTY console utility. How I did it * Read platform.json to retrieve TTY settings in DPUS section. Set up TTY console according to TTY device name and baud rate. * Also provide options to overwrite default TTY device and baud rate. ''' "DPUS": { "dpu0": { "serial-console": { "device": "ttyS4", "baud-rate": "115200" } }, "dpu1": { "serial-console": { "device": "ttyS5", "baud-rate": "115200" } } }, ''' How to verify it Run the utility on a smart switch that provides DPU UART console via ttyS device. The test plan is at https://github.com/sonic-net/sonic-mgmt/pull/12701/files section 1.4.
Configuration menu - View commit details
-
Copy full SHA for daec93f - Browse repository at this point
Copy the full SHA daec93fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c993bfb - Browse repository at this point
Copy the full SHA c993bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40adfc - Browse repository at this point
Copy the full SHA a40adfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a724849 - Browse repository at this point
Copy the full SHA a724849View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfec7a9 - Browse repository at this point
Copy the full SHA bfec7a9View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2398bc - Browse repository at this point
Copy the full SHA d2398bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3b184 - Browse repository at this point
Copy the full SHA 9e3b184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31840f3 - Browse repository at this point
Copy the full SHA 31840f3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.