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

Fix the openocd tcl socket connection problem #1018

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

hulryung
Copy link
Contributor

The openocd tcl socket connection problem is caused by the host name 'localhost' which is resolved to '::1' on some systems. This patch changes the host name to '127.0.0.1' to avoid the problem.

This patch is related these issues:
#999

The openocd tcl socket connection problem is caused by the host name
'localhost' which is resolved to '::1' on some systems. This patch
changes the host name to '127.0.0.1' to avoid the problem.
@haneefdm
Copy link
Collaborator

I dont see how this is related to #999. Can you please submit a new issue so I can understand the platform and environment where 'localhost' is resolving to '::1' and what does not work.

@haneefdm haneefdm merged commit 3982f04 into Marus:master Jun 17, 2024
6 checks passed
@haneefdm
Copy link
Collaborator

Yes, I see now that this is openocd specific and I can approve this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants