-->
Page 1 of 1

filesystem build problems

PostPosted: Tue Apr 14, 2015 2:23 am
by tve
I build the firmware using the billprozac/esphttpd fork and flashed it and when I try retrieving the /wifi page I get:
Code: Select allURL = /wifi/wifi.tpl
Is url index 11
Magic mismatch. EspFS image broken.
Got 0x4322120c/wifi/wifi.tpl not found. 404!

I don't see any error in the build process. How can I troubleshoot this further?

Re: filesystem build problems

PostPosted: Tue Apr 14, 2015 2:33 am
by Sprite_tm
Did you do a 'make htmlflash' as indicated in the readme file ?

Re: filesystem build problems

PostPosted: Wed Apr 15, 2015 12:21 am
by tve
I tried the official git repo version and that worked! Looking forward to OTA upgrades!