- Tue Oct 04, 2016 1:59 pm
#56062
Looking at the discussion we currently have in
https://github.com/nodemcu/nodemcu-firmware/pull/1525 about -fs option vs. autodetection and -correction of flash size, I'd guess that your issue is related. If I'm not completely wrong you face the problem that the firmware is smart enough to detect that your flash is 128 MBits and enforces this size (even though you set esptool.py to 32 MBits).
There once was PR
https://github.com/nodemcu/nodemcu-firmware/pull/1367 to add 64m and 128m support which also upgraded the local esptool.py to support 64 & 128m chips. Try to flash with this version if you're feeling adventurous
BUT I'm not aware of positive reports that the current firmware works on 64/128m chips - see my note in
https://github.com/nodemcu/nodemcu-firmware/pull/1390.