As the title says... Chat on...

User avatar
By Thomas Jakober
#88439 I have problems with recent builds from the nodemcu build service. My lfs files which once worked fine i cannot load anymore. After flash reload and reboot the esp8266 boots infinite. I must reflash the system. I tried with a smaller lfs, bigger lfs storage, less modules, with other esp8266 modules, its always the same:
Code: Select allNodeMCU 3.0.0.0 built on nodemcu-build.com provided by frightanic.com
   branch: master
   commit: 8d091c476edf6ae2977a5f2a74bf5824d07d6183
   release: 3.0-master_20200610
   release DTS: 202006092026
   SSL: false
   build type: float
   LFS: 0x40000 bytes total capacity
   modules: adc,bit,crypto,encoder,file,gpio,net,node,rtctime,sjson,tmr,uart,websocket,wifi
 build 2020-08-23 15:44 powered by Lua 5.1.4 on SDK 3.0.1-dev(fce080e)
cannot open init.lua:
> Uploading to ESP file lfs.img...Success

>
----------------------------
lfs.img         : 13776 bytes
----------------------------
Total file(s)   : 1
Total size      : 13776 bytes

Total : 3104870 bytes
Used  : 14056 bytes
Remain: 3090814 bytes

> node.flashreload("lfs.img")
LFS region updated.  Restarting.
 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 28256, room 16
tail 0
chksum 0x35
load 0x3ffe8000, len 2676, room 8
tail 12
chksum 0x60
ho 0 tail 12 room 4
load 0x3ffe8a74, len 8, room 12
tail 8
chksum 0xad
csum 0xad
Ž{ƒÛ›gä“$Œ�Œ
 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 28256, room 16
tail 0
chksum 0x35
load 0x3ffe8000, len 2676, room 8
tail 12
chksum 0x60
ho 0 tail 12 room 4
load 0x3ffe8a74, len 8, room 12
tail 8
chksum 0xad
csum 0xad
�;ƒ“Û'ìÛdÄØÄ
 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 28256, room 16
tail 0
chksum 0x35
load 0x3ffe8000, len 2676, room 8
tail 12
chksum 0x60
ho 0 tail 12 room 4
load 0x3ffe8a74, len 8, room 12
tail 8
chksum 0xad
csum 0xad
...


Unfortunatley i had to clean up my pc and deleted accidently the working build so i'm stuck now. Any help would be greately appreciated.

Thomas Jakober