Skip to content
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

Unable to flash firmware past 2022 #19

Open
e1w00db1ue5 opened this issue Mar 6, 2024 · 2 comments
Open

Unable to flash firmware past 2022 #19

e1w00db1ue5 opened this issue Mar 6, 2024 · 2 comments

Comments

@e1w00db1ue5
Copy link

e1w00db1ue5 commented Mar 6, 2024

Hi,

I'm unable to flash any firmware past 2022, I am using V4.04 for all of these test.

I get the following message;

C:\GCFFlasher_Win_V4_04_00\GCFFlasher_Win_V4_04_00>GCFFlasher -d COM3 -t 60 -x 3 -f deCONZ_ConBeeIII_0x26450900.bin.GCF
read file success: deCONZ_ConBeeIII_0x26450900.bin.GCF (174270 bytes)
flash firmware
connect \\.\COM3, baudrate 115200
command UART reset done
connect \\.\COM3, baudrate 115200
query bootloader id V3
query bootloader id V3
query bootloader failed
retry: 56 seconds left

I did notice when using older firmware it would say "query bootloader id V1".

When I try to do GCCFlasher -r -d COM3 to see the versio number the only output is;

connect \\.\COM3, baudrate 115200
command UART reset done

Any advice is helpful, this is connected via USB extension cable direct to my Windows 11 PC, tried different ports but as I said, earlier firmwares appeared to flash ok.

TIA

J

@coolVariable
Copy link

Same issue as the original poster.

Here is my output:
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd \

C:>cd gcfflasher

C:\GCFFlasher>gcfflasher -l
Path | Serial | Type
------------------+-------------+---------------
COM3 | DE2654380 | ConBee II

C:\GCFFlasher>GCFFlasher -d COM3 -t 30 -x 3 -f deCONZ_ConBeeII_0x26780700.bin.GCF
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
connect \.\COM3, baudrate 115200
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 25 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 20 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 16 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 11 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 6 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed
retry: 2 seconds left
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF (163244 bytes)
flash firmware
command reset timeout
connect \.\COM3, baudrate 115200
query bootloader id V1
query bootloader id V1
query bootloader failed

@manup
Copy link
Member

manup commented Jun 25, 2024

Is there already a working firrmware on the ConBee II?

Can you please try again with a following sequence:

  • Unplug ConBee
  • Run the command GCFFlasher -d COM3 -t 60 -f deCONZ_ConBeeII_0x26780700.bin.GCF
  • Attach ConBee

This forces to reboot into bootloader mode after attaching. And should make the update work, in case a protocol firmware reset isn't working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants