setting up HASPone firmware update brick #57
Unanswered
radionerd1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have seen this as well after the first flash. I surmised that it was due to the SPIFFS file system not being formatted after it was first flashed. After a reboot everything was fine for me. Does it still log the same error after a reboot? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started setting up my HASPone, hit the firmware update in the web gui. It successfully updated, then I entered my MQTT info, Saved, and then it went into a boot loop, lost display.
I was able to recover by flashing the D1 mini chip using Tazmotizer. "HASwitchPlate.ino.d1_mini" brought it back to default settings.
log after loop:
`--------------- CUT HERE FOR EXCEPTION DECODER ---------------
ets Jan 8 2013,rst cause:1, boot mode:(3,7)
load 0x4010f000, len 3584, room 16
tail 0
chksum 0xb0
csum 0xb0
v2843a5ac
~ld
================================================================================
[+0.073s] SYSTEM: Starting HASwitchPlate v1.00
[+0.079s] SYSTEM: Last reset reason: Fatal exception:0 flag:2 (Exception) epc1:0x4000e25d epc2:0x00000000 epc3:0x00000000 excvaddr:0x00000000 depc:0x00000000
[+0.093s] SYSTEM: heapFree: 31496 heapMaxFreeBlockSize: 31392
Crash information recovered from EEPROM
Crash # 1 at 450 ms
Restart reason: 2
Exception cause: 0
epc1=0x4000e25d epc2=0x00000000 epc3=0x00000000 excvaddr}0x00000000 depc=0x00000000
[+0.287s] SPIFFS: mounting SPIFFS
[+0.306s] SPIFFS: reading /config.json
[+0.316s] SPIFFS: read 354 bytes and parsed json:{"mqttServer":"192.168.1.220","mqttPort":"1883","mqttUser":"mqtt","mqttPassword":"mypasswrd","mqttTlsEnabled":false,"mqttFingerprint":"","haspNode":"plate01","groupName":"plates","configUser":"admin","configPassword":"","nextionBaud":"","motionPinConfig":"0","debugSerialEnabled":true,"debugTelnetEnabled":false,"mdnsEnabled":true,"beepEnabled":false}
`
Beta Was this translation helpful? Give feedback.
All reactions