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

Board fails to connect with pico-SDK 1.1 #11

Closed
dihm opened this issue Mar 20, 2021 · 2 comments
Closed

Board fails to connect with pico-SDK 1.1 #11

dihm opened this issue Mar 20, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@dihm
Copy link
Collaborator

dihm commented Mar 20, 2021

For whatever reason, I have found it difficult to successfully open serial comms to the pico since the SDK update to 1.1. I end up having to unplug and replug the board up to about ten times before successfully establishing serial comms. Once established, they are rock solid for hours though, so that's good. The most common error reported by pyserial is FileNotFoundError.

I have gone back to 9f00974 and do not observe this problem.

@dihm dihm added the bug Something isn't working label Mar 20, 2021
@philipstarkey
Copy link
Member

I think this might be raspberrypi/pico-sdk#257. At least commit has been made to the v1.1.1 patch branch that references that issue and I think that it solved this issue for me. At least I now see the pico show up under COM4. There is also an unknown device in device managed called "Reset" that has an invalid driver. Not sure if that's a bug or you have to install a driver to access the new USB reset behaviour (which I think is the route cause of all of this...maybe!)

I'll push some new firmware to master and for #10 shortly, compiled against the latest commit in the SDK patch branch anyway. Let me know if that resolves the issue for you!

@dihm
Copy link
Collaborator Author

dihm commented Mar 21, 2021

The updated firmware in d634fdf does fix this for me. Thanks!

@dihm dihm closed this as completed Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants