-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
ZBDongle-E SONOFF Zigbee 3.0 USB Dongle Plus V2 not booting NCP-App-Firmware #84
Comments
another reason to reflash 7.4 is Koenkk/zigbee2mqtt#21462
|
same issue in #83 but I really not sure what is causing this, I have not been able to reproduce myself. One thing you could try is to wipe NVME by flashing: The after that try flash again my firmware. |
I also had issues flashing 7.4.x. I did the following (in this order) and was successful for some reason...
I guess I was lucky.. Not sure where things go wrong. |
If you previously had a 230400 firmware installed on dongle you need additional flags to univeral-silabs-flasher for the flash to work. However apart from that, there is no difference between any images you listed in terms of flashing that would cause some to work and others to fail. On a side note, generally recommend NCP 115200 or Thread 460800 buadrates. There is no evidence at this point that the 230400 baud really improves anything. |
What are these flags. Maybe they help me! |
Is should be enough, but you already tried that? The following is required to probe a running ncp 230400 firmware:
Did you try flash |
Yes, its just trigger the Bootmode. And that's my problem. the device ist immediately in Bootmode. It never start the NCP App.
As mentions. No NCP is running.
Yes, via web, Terminal, shell and SecureCRT. I'm now ordering a new Sonoff or SMLIGHT SLZB-06M... |
Didn't have time to test this. Will I loose all devices when doing the init? |
It will wipe devices off device. You can however backup with zigpy-cli beforehand and restore afterwards. |
Once would have been sufficient, then flash NCP again? |
Success!!! Thank you so much for the hint of erasing the nvm! I did the following: stopped all services using the stick (zigbee2mqtt in my case) did a backup with bellows (pip install bellows) flashed the nvm3 cleaner flashed the 7.4x version from this repo again check if stick is booting correctly with now restore the config: check again now i am back in my network (joined) start zigbee2mqtt and cross fingers done 🚀 |
Good to hear its now working, I think this has happened before for users migrating from xsp1989 firmwares. |
Hi!
I have a
Bus 001 Device 008: ID 1a86:55d4 QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
aka zbdonglee
I tried to flash any of the following firmwares:
I used the command:
universal-silabs-flasher --device /dev/ttyACM0 --bootloader-reset sonoff flash --firmware ./ncp-uart-hw-v7.4.2.0-zbdonglee-115200.gbl
It always reported success, but the stick got stuck in bootloader.
I also tried the webflasher which reported success, but same effect. Not booting the EZSP App.
when I flash the firmware from
https://github.com/xsp1989/zigbeeFirmware/blob/master/firmware/Zigbee3.0_Dongle-NoSigned/EZSP/ncp-uart-sw_7.3.1.0_115200.gbl
it works.
I dont know what's the difference. xsp1989 has no firmware for 7.4.x so I wanted to flash the one over here...
The text was updated successfully, but these errors were encountered: