Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By linlun
#31006 Hi,

I installed Sming useing Chocolatey before summer and got it to work useing the esp_iot_sdk_v1.1.1_15_06_05 and it works fine.
Now I'm trying to get the latest version of sming (master branch on github) to work on an other computer but the ESP does not seem to boot up at all.
I have tried with different SDK versions without any changes in the behaivor, now I am usieing the 1.3 version downloaded from http://bbs.espressif.com/viewtopic.php?f=46&t=919

It is exactly the same behavior independent on which program I download, in the example below I use the BasicSerial.

This is the output on the serial port at 115200 baud:
Code: Select allrl lœž| Œlà| Œ lì b|Ž‚ì’r’bŒ bŒònnžlnnœâì bpŒŽlrlrlpònà ‚ l b nâ|ŒìŒlŒŽbŒònnî lŒŽl`nn l`nrŽ’’n ìl`pònà rŒœœâà b nâ|lì Ž bŒònnî l`nnlŒl`nrŽ’’n â‚’``òn žàb‚nlŒ Œònnî Žlpònà rŒœœâàlŽr€ b nâ|ì Ž bŒònnî lŒ l`nn ŽlnrŽ’’n l’`r’’n l’`ŒÂՁMEM CHECK FAIL!!!
ärlfs.start: size:272 Kb, offset:40238000

First init file system
sect_first: 38, sect_last: 7c


 ets Jan  8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x40100000, len 23296, room 16
tail 0
chksum 0x93
load 0x3ffe8000, len 1348, room 8
tail 12
chksum 0xfd
ho 0 tail 12 room 4
load 0x3ffe8550, len 3424, room 12
tail 4
chksum 0x9a
csum 0x9a
rlfs.start: size:272 Kb, offset:40238000

First init file system
sect_first: 38, sect_last: 7c


 ets Jan  8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x40100000, len 23296, room 16
tail 0
chksum 0x93
load 0x3ffe8000, len 1348, room 8
tail 12
chksum 0xfd
ho 0 tail 12 room 4
load 0x3ffe8550, len 3424, room 12
tail 4
chksum 0x9a
csum 0x9a
rlfs.start: size:272 Kb, offset:40238000

First init file system
sect_first: 38, sect_last: 7c


The two blocks starting with "ets Jan 8 2013" repeates every 12 seconds.

Can someone please guide me in the right direction on how to solve this?

I am using an ESP-12 module with 512 kb flash, the exact same HW works with the old installation.

Regards Linus
User avatar
By alonewolfx2
#31157 please give me some more information.
what is your OS version? windows,linux? what is your compiler? esp-opensdk or mingw or cygwin?