-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Future Request] Sending software command for reboot to bootloadre in GUI #4
Comments
Also one more thing. If it was possible changing the TCP/PI port "on the fly" (if possible without rebooting the ESP) it wold being great for doing firmware upgrade of the EFR32 chip or changing parameters in it that is not possible doing then ZHA is connected. Perhaps one GUI "temp TCP/IP port XXXX" and toggling "activating/deactivating". That shall being great for doing system maintenance and also temporary using the coordinator as sniffing Zigbee traffic in the network and so on. |
Yes that's smart, it wouldn't be hard to expose an "update mode" switch that closes the active serial server and opens it up on another port for external tools. I'll implement this approach when I spend the time on the firmware upload procedure. |
FYI, maybe relatest comment from xsp1989 posted on router firmware posted on arendst/Tasmota#11536 "This firmware can ground the PA00 5S into pairing mode, and ground the RST to restart routing. UART is used to transmit data transparently. |
thya ZBGW we was adding script for rebooting the NCP in bootloader mode.
If having one hardware reset and on force bootloader pin its better but some hardware dont have that implanted but the tuya is not having that.
By sending one reset command and then reading the EZSP version for knowing witch command set that need being used and then sending the right frame with reboot in bootloader mode.
The EZSP is using frame counters for all commands so need doing it in right sequence so not needing recalculating the frames all the time (static sequence).
The script is in this issue banksy-git/lidl-gateway-freedom#5.
The commands is documented and if you like have more information i can digging for getting it.
Best is making it support protocol version 7 and 8 and older is not very likely finding on newer devices.
I finding implanting x-modem is not needed better the user is using one terminal program like minicom (Linux) or extra PuTTY (Windows) for doing the upload.
If getting one firmware that is possible using in router mode is also possible making on script for leaving and joining the network with serial commands that can being triggered with the GUI.
The text was updated successfully, but these errors were encountered: