mpremote issue #14055
Replies: 5 comments 9 replies
-
Please use triple backtics |
Beta Was this translation helpful? Give feedback.
-
Which version of mpremote do you use? You may be using an older version as the traceback log refers to "pyboard.py". A newer version may solve your problem. $ mpremote --version
mpremote 0.4.0
$ cd ~/opt/lib/python3.10/site-packages/mpremote
$ ls
commands.py __init__.py main.py __pycache__ transport.py
console.py __main__.py mip.py repl.py transport_serial.py |
Beta Was this translation helpful? Give feedback.
-
Thank you all for good advice - the problem seems to be related to one specific board. |
Beta Was this translation helpful? Give feedback.
-
Further to the above: I nuked the failing board and reloaded uP V1.22 and voilá: mpremote works again. |
Beta Was this translation helpful? Give feedback.
-
Suddenly my mpremote stopped functioning.
mpremote only works fine, I get into REPL as usual.But
$ mpremote cp program.py :main.py
hangs forever.
... copying 1% [--------------------]
If I hit ctrl-C I get this:
Any ideas/hints/suggestions what could be wrong?
This seems related to a Linux/Lubuntu update that took place a few nights ago.
I'm running (L)ubuntu 20.04.6 LTS. RPi Pico target.
Beta Was this translation helpful? Give feedback.
All reactions