-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
This is actually an issue and a response I posted on the ampy project. See ESP8266 Micropython "Could not enter raw repl" #19
I am creating this issue because it's exactly the same with rshell. This is for reference and workaround purposes.
I had been trying to solve the same problem with my ESP32 for two days now (I think I got the same issue on ESP8266 01 but I probably gave up). But then out of the blue I was able to make it work today.
So when I plugin the board on my Macbook 2013, that's when I get this unable to enter REPL issue. But as soon as I plug it in on my Raspberry Pi, I am able to run the same rshell commands without issues!
My immediate solution is:
- Do the coding in Mac (because it's more convenient to type in there).
- Push to git
- Pull in the code to my Raspberry Pi
- Use Raspberry Pi's for uploading code to the board via rshell
Some interesting observations:
- When I use picocom on my Mac, before I am able to enter on the Micropython REPL shell, the terminal spits out some garbage text and afterwards I can work on picocom without any issues (until I use ampy or rshell)
- When I use picocom on my Raspberry, there are no pre-garbage text. I go straight to the REPL with no issues with ampy and rshell
Metadata
Metadata
Assignees
Labels
No labels