OSError: [Errno 2] ENOENT after firmware any daily build

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
demoontz
Posts: 18
Joined: Wed Feb 15, 2017 12:39 pm

OSError: [Errno 2] ENOENT after firmware any daily build

Post by demoontz » Wed May 03, 2017 6:54 pm

Hello!
trying flash any daily build firmware, flash is ok, but result got this error:

PYB: soft reboot
#5 ets_task(40100164, 3, 3fff828c, 4)
OSError: [Errno 2] ENOENT
MicroPython v1.8.7-688-g674da04 on 2017-05-02; ESP module with ESP8266
Type "help()" for more information.

release build is working good.
what is problem?
thanx!

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: OSError: [Errno 2] ENOENT after firmware any daily build

Post by deshipu » Wed May 03, 2017 7:42 pm

I think it's failing to load the main.py, because it doesn't exist.

Post Reply