-
Notifications
You must be signed in to change notification settings - Fork 28
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
Couldn't communicate with the adapter #38
Comments
based on the filename try specifying the baudrate manually P.S. if that works I recommend you to find a fimrware with 115200 baudrate, as it's a more common one |
Thanks, Now if I run the command: Elelabs_EzspFwUtility.py restart -m nrml -p COM13 -b 57600 but if I run the command: Elelabs_EzspFwUtility.py restart -m btl -p COM13 -b 57600 OR and if I couldn't reset into bootloader mode I cannot flash the adapter Any idea what the problem? |
I think your current bootloader is also Try using 3rd party utility like TeraTerm to talk to it and send your new file using TeraTerm XMODEM send. Or you can modify the Python utility to talk to the bootloader using |
Hi, I tried all the options you mentioned, Maybe you have more ideas? |
After update [TYZS13] (see log) I couldn't communicate with the adapter in Zigbee...
Elelabs_EzspFwUtility.py flash -f efr32mg13p-v8-6910-57600.gbl -p COM13
Elelabs_EzspFwUtility: Generic Zigbee EZSP adapter detected:
Elelabs_EzspFwUtility: Firmware: 6.5.0-188
Elelabs_EzspFwUtility: EZSP v7
Elelabs_EzspFwUtility: Launch in bootloader mode
Elelabs_EzspFwUtility: EZSP adapter in bootloader mode detected:
Elelabs_EzspFwUtility: Gecko Bootloader v1.8.0
Elelabs_EzspFwUtility: Successfully restarted into X-MODEM mode! Starting upload of the new firmware... DO NOT INTERRUPT(!)
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
..
Elelabs_EzspFwUtility: Firmware upload complete
Elelabs_EzspFwUtility: Rebooting NCP...
Elelabs_EzspFwUtility: Couldn't communicate with the adapter in Zigbee (EZSP) mode, Thread (Spinel) mode or bootloader mode
I try to run: Elelabs_EzspFwUtility.py restart -m btl -p COM13
Response:
Elelabs_EzspFwUtility: Couldn't communicate with the adapter in Zigbee (EZSP) mode, Thread (Spinel) mode or bootloader mode
Also I try to run: Elelabs_EzspFwUtility.py restart -m nrml -p COM13
Response:
Elelabs_EzspFwUtility: Couldn't communicate with the adapter in Zigbee (EZSP) mode, Thread (Spinel) mode or bootloader mode
Any other idea?
The text was updated successfully, but these errors were encountered: