Error flashing latest Binaries

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
CharlieB
Posts: 8
Joined: Mon Jul 11, 2016 9:37 pm

Re: Error flashing latest Binaries

Post by CharlieB » Mon Aug 01, 2016 8:09 pm

Well yes, it was the flash size to be blamed and offcourse my ignorance... :D .

The 12E/F have presumably 4096k, while ESP201 has just 512K of flash.

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

Re: Error flashing latest Binaries

Post by deshipu » Mon Aug 01, 2016 9:03 pm

If you really feel like experimenting, you can try http://forum.micropython.org/viewtopic.php?f=16&t=2184 :-)

jms
Posts: 108
Joined: Thu May 05, 2016 8:29 pm
Contact:

Re: Error flashing latest Binaries

Post by jms » Mon Aug 01, 2016 9:08 pm

The thing I don't understand is that the code in flashbdev appears to start the filesystem at >512k (89000h). Does that mean modules with less than 1MB don't have a filesystem or on an external flash instead ?

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

Re: Error flashing latest Binaries

Post by deshipu » Mon Aug 01, 2016 9:37 pm

They don't have a filesystem.

Post Reply