-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"could not enter raw repl" #43
Comments
This solution worked for me. |
@trailhead thanks for the pointer; I've actually implemented a different solution locally. Since
And now it works reliably without requiring a |
Hiya! We are discontinuing support for ampy, and will no longer be maintaining it. We are leaving this repository available for continued use. If you would like to take over supporting it, please contact us on the Adafruit Discord server and we can transfer the repository to you. |
Please continue the discussion over at #19 |
this one nailed it for me, after lookig for days & seeing many solutions that didnt work. |
When running
ampy
several times in succession, I often see fails that look like this:The issue is that it obviously was able to enter raw repl mode; that's why we see
b'PL; CTRL-B to exit\r\n>'
printed at the top there (that comes from https://github.com/adafruit/ampy/blob/ff35f29b5b668f2555e52cf12a0d320f93f93c16/ampy/pyboard.py#L191).The text was updated successfully, but these errors were encountered: