-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp32 OSError: [Errno 2] ENOENT #4439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As you found out in that link, this does mean that "main.py" was not found on the filesystem. It's a harmless error (unless you did want it to actually execute main.py).
Dual core is not currently supported by MicroPython. |
I think this really should be fixed now, as it has become a true FAQ. (And I already said that a point that it should have been fixed "now" was a couple of years ago, but caved in then.) |
:) Thanks. |
Adafruit funhouse
On an espressif esp32 devkit v1 board, I tried a soft reboot Ctrl+D and a hard reboot by pressing EN button. Their output are shown below. I had accessed the repl via
picocom /dev/ttyUSB0 -b115200
. My questions are:OSError: [Errno 2] ENOENT
? The closes previous issue I came across is this. After running picocom command, I did experience no respond from keyboard (as if the system hang). I pressed the EN button and the repl appeared thereafter.cpu_start: Single core mode
. The esp32 has dual core. Is there a Dual core mode?The text was updated successfully, but these errors were encountered: