Page 2 of 2

Re: Can't connect to my board with rshell, File Size Issues with pyboard.py

Posted: Fri May 22, 2020 7:53 pm
by walecka
update: I believe that I have found a similar issue raised in the following posts:

viewtopic.php?f=12&t=6744

https://github.com/thonny/thonny/issues/936

I am working on deciphering the solution now

Edit: User aivarannamaa suggests
flushing the target file after each written block
Any idea what exactly he means by that?

Re: Can't connect to my board with rshell, File Size Issues with pyboard.py

Posted: Sat May 23, 2020 2:59 am
by dhylands
The ip address thing is just due to the way rshell allows connecting over telnet to a WiPy and allows a hostname to be passed in.

The second exception is the real exception, which is the same as the one on the pyboard. Basically its waiting for data from the board.

Re: Can't connect to my board with rshell, File Size Issues with pyboard.py

Posted: Tue May 26, 2020 11:44 am
by kr-g
walecka wrote:
Fri May 22, 2020 7:53 pm
update: I believe that I have found a similar issue raised in the following posts:

viewtopic.php?f=12&t=6744

https://github.com/thonny/thonny/issues/936

I am working on deciphering the solution now

Edit: User aivarannamaa suggests
flushing the target file after each written block
Any idea what exactly he means by that?
i also had the 250 byte limitation problem.
with my tool https://github.com/kr-g/mpycntrl

Re: Can't connect to my board with rshell, File Size Issues with pyboard.py

Posted: Tue Jun 02, 2020 5:09 am
by walecka
In case anyone using the B-L475E-IOT01A stumbles upon this thread in the future, I fixed my issue by plugging into the other usb connector on the board, bypassing the st-link entirely. rshell is now fully functional! I had never considered this as an option, likely because I always use an st-link to program stm32 boards (programming in C, that is) so that I can make use of the debugger.