You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had that working once, while I tried with the MaixPy. As you know, rshell expects "PYB: soft reboot" after soft-reboot, so I changed that text in the MaixPy code. You could also change what rshell expects. I see above in uos.listdir() a difference on how the files are shown, '/init.py' vs. 'boot.py'. That may cause the problem.
P.S.: I cannot test it at the moment. I have given away my MaixPy device to a friend, and re-ordered new ones, which may arrive sometime in April.
Good point about the leading slash. I have a MaixPy, I just hadn't had time to play with it until now. I'll be investigating other issues as well, and hopefully be able to create some PRs.
I'm trying to get rshell working on th maixpy and I ran into the following issue.
I built the firmware following the instructions in the README.
Pressing Control-D at the REPL reports:
Here's a transcript from the REPL:
So the question is why does os.stat('/flash/boot.py') return ENOENT when os.listdir indicates that the file is actually there?
The text was updated successfully, but these errors were encountered: