RShell - File transfert error with the Pico

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
MCHobby
Posts: 52
Joined: Mon Jan 26, 2015 2:05 pm
Contact:

RShell - File transfert error with the Pico

Post by MCHobby » Tue Feb 02, 2021 8:02 pm

Hi @dhylands ,

I'm using RShell 0.0.28 with the Pico and experincing file transfert error. File is created on the Pico but always empty.
However, if I do use ampy, I'm able to transfert the file (Honestly, I do prefer Rshell)

Code: Select all

$ rshell --port /dev/ttyACM0
Using buffer-size of 32
Connecting to /dev/ttyACM0 (buffer-size 32)...
Trying to connect to REPL  connected
Testing if ubinascii.unhexlify exists ... Y
Retrieving root directories ... /icons.py/ /mcp23Sxx.py/ /piface.py/ /sensehat.py/ /tca9554a.py/ /test_input2.py/
Setting time ... Feb 02, 2021 20:47:07
Evaluating board_name ... pyboard
Retrieving time epoch ... Jan 01, 1970
Welcome to rshell. Use Control-D (or the exit command) to exit rshell.
/home/domeu/python/esp8266-upy/tca9554a> cp lib/tca9554a.py /pyboard/tca9554a.py
timed out or error in transfer to remote: b''
The version of python is this one

Python 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0] on linux

That's looks very wierd. Does someone else experiencing issue?


HerbV
Posts: 7
Joined: Sat Oct 27, 2018 1:33 pm

Re: RShell - File transfert error with the Pico

Post by HerbV » Sat Feb 06, 2021 7:37 pm

Hi,

Adafruit ampy works the same way is it works with the esps

Good luck

HerbV

Post Reply