-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Assistant wont start with 7.X.X firmware (ERROR_OUT_MEMORY, and RESET_ASSERT) #31
Comments
This problem may be related to NVM cache, you can try to use nvm3_initfile.gbl file to reinitialize NVM. |
May i requesting (not for my but for our users in the future) then making new EZSP firmware patching the 2 above configuration parameters (or using more standard settings the your chip have enough ram and CPU) so not getting problems with the coordinators. One link for more information that can being good then some parameters cant being set in the GUI in SS5 NabuCasa/silabs-firmware#1 (comment). |
Thanks for the reply, I already tried the nvm3_initfile but it didnt help |
Set If you want to go back to 6.x firmware, you need the init file. (Both 7.x with the config and going back to 6.x with the init file worked for me) |
I'm not entirely sure if I have to report this here, at zigpy or home assistant, so sorry in advance if this is the wrong place. :)
I tried upgrading my Itead Zigbee stick (model without antenna/case) with the unsigned images.
ncp-uart-sw_v6.10.3_115200.gbl worked fine in HA, but didnt solve the bugs with aqara devices i am having. Therefore i tried ncp-uart-sw_7.0.2.0_115200.gbl and later ncp-uart-sw_7.1.1.0_115200.gbl . Flashing both went OK and device went back to normal mode. But I wasnt able to get it working in HA:
[bellows.ezsp.protocol] Couldn't set EzspConfigId.CONFIG_MULTICAST_TABLE_SIZE=16 configuration value: EzspStatus.ERROR_OUT_OF_MEMORY
CONFIG_ADDRESS_TABLE_SIZE: 12
Couldn't set EzspConfigId.CONFIG_TRUST_CENTER_ADDRESS_CACHE_SIZE=2 configuration value: EzspStatus.ERROR_OUT_OF_MEMORY
CONFIG_TRUST_CENTER_ADDRESS_CACHE_SIZE: 0
...but none worked. I ended up with an unresponsive coordinator (RESET_ASSERT which i assume is some sort of crash):
Full error logs: bellows_zigpy_logs___after_ezsp_config.txt
This were the bellows defaults: bellows_defaults.txt
PS:
Eventually I tried to go back to 6.10.3 and encountered the same issue as #28 . The outlined steps (using onboard buttons) helped to be able to revert the firmware to ncp-uart-sw_v6.10.3_115200.gbl
The text was updated successfully, but these errors were encountered: