-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add support for Sonoff ZBDongle-E stick #45
base: master
Are you sure you want to change the base?
Conversation
+1 |
@darkxst Even with these changes I can't flash the Dongle-E. It hangs at line 330. The scan works and the stick is recognized. Do you have an idea? |
@daskruegge Can you paste logs from this failure? |
@darkxst I don't have logs, cause there is no error. The script is waiting on the |
If its hanging there, then the dongle probably hasnt entered bootloader mode successfully. Try connecting with a serial terminal such as minicom or putty and see if you get the "Gecko Bootloader" menu prompt. You can also manually force bootloader mode by using the boot button (requires disassembly). Edit: Also once a dongle has been flashed with the Router firmware as available on iTead repo, then it refuses to automatically enter bootloader and you would need to use the boot button also. |
Thanks, but it still doesn't work. This is what I tried so far: Connecting to USB without holding boot button
Connecting to USB with holding boot button -> red LED
|
@darkxst Ok, nevermind. It seems like the only problem was that I was trying to do that in a VM 🙈 Trying with the host machine worked. Thanks for your help. |
The Sonoff ZBDongle-E uses a CH9102F UART chip which has a new pid
55D4
, but otherwise is very similar to the original Sonoff EFR32 stick. See Issue: #44This patch adds support for the new pid.
I have tested using the Itead provided firmware