-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Auto BSL reset not working with USB adapters using Silabs CP2102N like Sonoff USB Plus Dongle #2
Comments
@Hedda need to use BSL button to enter bootloader, this is problem with hardware design. |
As I understand from the discussion in JelmerT/cc2538-bsl#113 it is not really a problem with the hardware but either a bug in the CP2102N revision or more likely an issue with Microsoft Windows serial interface in combination with the bug in the CP2102N revision they use. It should however be possible to workaround those issues by adding additional delays, so this might get "fixed" in a future version of https://github.com/JelmerT/cc2538-bsl |
When support will be implemented in JelmerT / cc2538-bsl then I will add. |
@xyzroe FYI, JelmerT got it working via a new option attribute here -> JelmerT/cc2538-bsl#114 |
OK. Thank you. |
@Hedda Could you please check this video? https://youtu.be/-0JXHbYDFTs From 3:30 |
Video was removed before I could see it. |
Re-uploaded here https://m.youtube.com/watch?v=Y7XDC9oer5I
…On Jan 10, 2022, 3:54 PM +0200, Hedda ***@***.***>, wrote:
> @Hedda Could you please check this video? https://youtu.be/-0JXHbYDFTs Some guy flash sonoff stock using multitool with no changes or button pushes.
> From 3:30
Video was removed before I could see it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
See that he uses "ITead_Sonoff_Zigbee-delay" branch from JelmerT/cc2538-bsl#114 to use Auto-BSL when not pressing button. He must be pressing the BTL-button when using ZigStar GW Multi tool with ITead SONOFF Zigbee 3.0 USB Dongle Plus. |
Just now I could flash sonoff stick with GW Multi tool without opening enclosure!!!
I don't know how it works, but it works))) |
@Hedda |
Can confirm. All I needed to do to flash without pressing the button was:
|
For me, I had to hold down the boot button for 20s before (and after) inserting the stick. 10s did not cut it multiple times. I kept getting |
Same here, only worked after holding the reset button for about 20 seconds after inserting the dongle. |
Same. For the next one fighting with Sonoff ZBDongle-P lets make it simple. For me this worked:
|
FYI, automatic BSL reset not working on Windows OS (Microsoft Windows 10 operating system) with USB adapters based on Silicon Labs CP2102N USB-to-UART chip and TI CC2652P Zigbee chip like the new SONOFF Zigbee 3.0 USB Dongle Plus by ITead:
https://itead.cc/product/sonoff-zigbee-3-0-usb-dongle-plus/
Get error message:
Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'
Know issue in upstream cc2538-bsl by JelmerT but a workaround do exist by using boot reset code from Sonoff
uartlog.py
script:JelmerT/cc2538-bsl#113
The text was updated successfully, but these errors were encountered: