Open pacmac opened 2 years ago
I have the same problem with my esp32s2 (feathers2).
Running rshell on my Windows 11 Home PC, when I try "cp foo.py /pyboard/", it creates the directory entry for foo.py on the esp32, but it is zero bytes and the cp command fails with "timed out or error in transfer to remote: b''"
Same problem on Linux 5.15 with Raspberry Pi Pico and Qt-Py RP2040 (micropython 1.18), creates an empty file and times out with b''. Can't think of a solution, but for the meantime I started using mpfshell.
There was an issue with the --buffer-size that caused it to be ignored on the Rpi. I've just fixed that and it's available in version 0.0.31
That version also sets the default buffersize to be 32 for the RPi (the definition of an RPi in this context is a device with a USB VID:PID of 2e8a:0005)
So this can be closed?
Yes, it can be closed, thank you.
On Thu, Aug 25, 2022 at 5:56 AM Jose Riha @.***> wrote:
So this can be closed?
— Reply to this email directly, view it on GitHub https://github.com/dhylands/rshell/issues/173#issuecomment-1227102368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOHKJLRQISU7IIJSFBUNQ3V25GMZANCNFSM5KWEJE2Q . You are receiving this because you commented.Message ID: @.***>
As below, I seem to be unable to copy any files to the device.
Also, even setting the --buffer-size=128 gets ignored and the 512 USB default is used.
Files are created with zero bytes, I also tried the --ascii option but it made no difference.
Any suggestions ??