My application on the board has its own CLI and prevents used to exit to REPL. That interferes with rshell rsync operations on read board name stage (it gets my application banner and prompt).
Would that be possible to upload /boot.py at the end when all other files are already on the board? Otherwise other files that are listed after boot.py are not uploaded and connectivity to pyboard is lost until either /boot.py is removed of the MicroPython is reflashed.
I can see that rshell synchronized the boot.py file at the end of the rsync so maybe it could simply skip the boot.py upload as standard file? :-)
Hello world :-)
My application on the board has its own CLI and prevents used to exit to REPL. That interferes with
rshell rsync
operations on read board name stage (it gets my application banner and prompt).Would that be possible to upload
/boot.py
at the end when all other files are already on the board? Otherwise other files that are listed afterboot.py
are not uploaded and connectivity to pyboard is lost until either/boot.py
is removed of the MicroPython is reflashed.I can see that
rshell
synchronized theboot.py
file at the end of thersync
so maybe it could simply skip theboot.py
upload as standard file? :-)Thank you :-)