-
Notifications
You must be signed in to change notification settings - Fork 4
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
IndexError: index out of range #3
Comments
Same problem here: Looks like it is related to the use of Erase option |
@tjikkun do you have any idea on how to fix this issue ? Basically I'm not able to Erase EEPROM nor PDM |
@doudz wrote this part (erase option). I haven't played with Zigate for a while now so have not really tested that part myself. |
Hello. I am struggleling with my ZiGate update witch lead me to zigate-flasher. |
My understand is that the command 0x07 is an Erase in preparation of the flash ( this is done by JeenicModuleProgrammer as well as the zigate-flasher), the 0x37 is done after the flash to Erase the EEPROM |
Yes, I think this is the idea. Unfortunately, erasing the EEPROM doesn't work. |
2 years ago I started to port NXP programmer to Python3, it's not working but it can help |
Thanks for creating and publishing this project, I tried using it to flash multiple FW to a zigate and am getting the following error:
I don't get this error when using
JennicModuleProgrammer
.The text was updated successfully, but these errors were encountered: